[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Completion: minibuffer.el vs comint.el
From: |
Stefan Monnier |
Subject: |
Re: Completion: minibuffer.el vs comint.el |
Date: |
Tue, 29 Mar 2011 16:55:44 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> Not sure what "state" this includes, so maybe it's a good idea, but
>> I haven't seen many complaints about the current behavior in this respect.
> The previous "state" for a reused window is that window's buffer, window
> start, and window point at the time it was replaced by `display-buffer'.
> This amounts to all the things we currently restore when quitting a help
> window.
Window-start and window-point sound like good improvements over the
usual behavior of bury-buffer.
Stefan