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: martin rudalics
Subject: Re: quit-window new behavior with frames
Date: Thu, 22 Sep 2011 10:05:47 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> It now quit the help buffer, but don't delete the frame.

Please debug `quit-window' and tell me why the conjunction below returns
nil in your case.

     ((and (not prev-buffer)
           (eq (nth 1 quit-restore) 'frame)
           (eq (window-deletable-p window) 'frame)
           (eq (nth 3 quit-restore) buffer))
      ;; WINDOW's frame can be deleted.
      (delete-frame (window-frame window))

Thanks, martin



reply via email to

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