emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: quit-window new behavior with frames


From: Thierry Volpiatto
Subject: Re: quit-window new behavior with frames
Date: Wed, 05 Oct 2011 15:36:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

martin rudalics <address@hidden> writes:

>>>> You have fixed this some time ago, but it come up again.
>>>>
>>>> When i hit "q": (View-quit)
>>>>
>>>> =>switch-to-prev-buffer: Window #<window 98 on *Help*> is dedicated to 
>>>> buffer *Help*
>>> Sorry.  Please try again with revision 105871.
>>>
>>> Thanks, martin
>>>
>> Same again with revision 105996.
>
> What precisely happens?  The `switch-to-prev-buffer' cannot be the
> culprit as shown above due to
>
>       (set-window-dedicated-p window nil)
>       (switch-to-prev-buffer window 'bury-or-kill)))
>
> If you mean that the frame is no more deleted, you have to customize the
> new option `frame-auto-hide-function'.
Indeed very new ;-)
Work as expected with:
(setq frame-auto-hide-function 'delete-frame)
Thanks.

-- 
 𝕋𝕙𝕚𝕖𝕣𝕣𝕪
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]