all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* quit-window new behavior with frames
@ 2011-09-08  6:35 Thierry Volpiatto
  2011-09-08 15:52 ` martin rudalics
  0 siblings, 1 reply; 21+ messages in thread
From: Thierry Volpiatto @ 2011-09-08  6:35 UTC (permalink / raw)
  To: emacs-devel

Hi,
i use dedicated frames for help and compile buffers, set with
`special-display-buffer-names'.

Now when these buffers are displayed in their own frame, "q" has no
more effect.

In emacs23 and recently in 24 too, frame was deleted as expected.
 
To reproduce, use this:

--8<---------------cut here---------------start------------->8---
(setq special-display-buffer-names `((,(help-buffer)
                                     (minibuffer . nil)
                                     (width . 80)
                                     (height . 24)
                                     (left-fringe . 0)
                                     (border-width . 0)
                                     (menu-bar-lines . 0)
                                     (tool-bar-lines . 0)
                                     (unsplittable . t)
                                     (top . 24)
                                     (left . 450)
                                     (background-color . "LightSteelBlue")
                                     (foreground-color . "black")
                                     (alpha . nil)
                                     (fullscreen . nil))
                                     ("*Compile-Log*"
                                     (minibuffer . nil)
                                     (width . 85)
                                     (height . 24)
                                     (left-fringe . 0)
                                     (border-width . 0)
                                     (menu-bar-lines . 0)
                                     (tool-bar-lines . 0)
                                     (unsplittable . t)
                                     (top . 24)
                                     (left . 450)
                                     (background-color . "Palevioletred1")
                                     (foreground-color . "black")
                                     (alpha . nil)
                                     (fullscreen . nil))))
--8<---------------cut here---------------end--------------->8---

and compile some file and try to quit compile buffer with "q".

"q" should fail as well with help buffer, but not sure, because i am
using a special mode that fix this in help.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-10-05 13:36 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08  6:35 quit-window new behavior with frames Thierry Volpiatto
2011-09-08 15:52 ` martin rudalics
2011-09-08 17:43   ` Thierry Volpiatto
2011-09-22  6:06   ` Thierry Volpiatto
2011-09-22  6:58     ` martin rudalics
2011-09-22  7:37       ` Thierry Volpiatto
2011-09-22  8:05         ` martin rudalics
2011-09-22  8:35           ` Thierry Volpiatto
2011-09-22  9:33             ` martin rudalics
2011-09-22  9:43               ` Thierry Volpiatto
2011-09-22 12:37               ` Stefan Monnier
2011-09-23  8:25                 ` martin rudalics
2011-09-23 15:28                   ` Stefan Monnier
2011-09-23 18:04                     ` martin rudalics
2011-09-23 20:05                       ` Stefan Monnier
2011-09-24 18:49                         ` martin rudalics
2011-09-22  8:38           ` Thierry Volpiatto
2011-09-22  8:40             ` Thierry Volpiatto
2011-10-05 12:33       ` Thierry Volpiatto
2011-10-05 13:05         ` martin rudalics
2011-10-05 13:36           ` Thierry Volpiatto

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.