all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* special-display-regexps and quitting the windows so formed via "q"
@ 2011-10-13  3:04 jidanni
  2011-10-13  3:06 ` jidanni
  2011-10-13  6:53 ` martin rudalics
  0 siblings, 2 replies; 4+ messages in thread
From: jidanni @ 2011-10-13  3:04 UTC (permalink / raw
  To: help-gnu-emacs; +Cc: rudalics

I did (setq special-display-regexps '("\\*Man" "\\*compilation")
Everything is fine, except I wish "q" in those windows would destroy
them, instead of me now having to type C-x 5 0.



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

* Re: special-display-regexps and quitting the windows so formed via "q"
  2011-10-13  3:04 special-display-regexps and quitting the windows so formed via "q" jidanni
@ 2011-10-13  3:06 ` jidanni
  2011-10-13  6:53 ` martin rudalics
  1 sibling, 0 replies; 4+ messages in thread
From: jidanni @ 2011-10-13  3:06 UTC (permalink / raw
  To: help-gnu-emacs; +Cc: rudalics

> (setq special-display-regexps '("\\*Man" "\\*compilation")
  (setq special-display-regexps '("\\*Man" "\\*compilation"))



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

* Re: special-display-regexps and quitting the windows so formed via "q"
  2011-10-13  3:04 special-display-regexps and quitting the windows so formed via "q" jidanni
  2011-10-13  3:06 ` jidanni
@ 2011-10-13  6:53 ` martin rudalics
  2011-10-13 14:14   ` Drew Adams
  1 sibling, 1 reply; 4+ messages in thread
From: martin rudalics @ 2011-10-13  6:53 UTC (permalink / raw
  To: jidanni; +Cc: help-gnu-emacs

 > I did (setq special-display-regexps '("\\*Man" "\\*compilation")
 > Everything is fine, except I wish "q" in those windows would destroy
 > them, instead of me now having to type C-x 5 0.

You probably want to

(setq frame-auto-hide-function 'delete-frame)

in your .emacs.

martin



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

* RE: special-display-regexps and quitting the windows so formed via "q"
  2011-10-13  6:53 ` martin rudalics
@ 2011-10-13 14:14   ` Drew Adams
  0 siblings, 0 replies; 4+ messages in thread
From: Drew Adams @ 2011-10-13 14:14 UTC (permalink / raw
  To: 'martin rudalics', jidanni; +Cc: help-gnu-emacs

>  > I did (setq special-display-regexps '("\\*Man" "\\*compilation")
>  > Everything is fine, except I wish "q" in those windows 
>  > would destroy them, instead of me now having to type C-x 5 0.
> 
> You probably want to
> (setq frame-auto-hide-function 'delete-frame)
> in your .emacs.

It's good to (finally!) have a way to customize the behavior - thanks, Martin.

But the _default_ behavior should be to delete the frame, not iconify it.  A
compromise default would be to make the frame invisible.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9639#17

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9639#38

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8911#134

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4550




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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13  3:04 special-display-regexps and quitting the windows so formed via "q" jidanni
2011-10-13  3:06 ` jidanni
2011-10-13  6:53 ` martin rudalics
2011-10-13 14:14   ` Drew Adams

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.