help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: special-display-regexps and quitting the windows so formed via "q"


From: martin rudalics
Subject: Re: special-display-regexps and quitting the windows so formed via "q"
Date: Thu, 13 Oct 2011 08:53:01 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> 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



reply via email to

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