From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: special-display-regexps and quitting the windows so formed via "q" Date: Thu, 13 Oct 2011 07:14:40 -0700 Message-ID: References: <87lispk2wn.fsf@jidanni.org> <4E968ACD.5000901@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318515337 2468 80.91.229.12 (13 Oct 2011 14:15:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 14:15:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "'martin rudalics'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 13 16:15:24 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REM4B-0001SL-NW for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 16:15:23 +0200 Original-Received: from localhost ([::1]:35461 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REM48-0005fp-5i for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 10:15:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REM3z-0005ea-8T for help-gnu-emacs@gnu.org; Thu, 13 Oct 2011 10:15:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REM3n-0006qo-R3 for help-gnu-emacs@gnu.org; Thu, 13 Oct 2011 10:15:11 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:50627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REM3n-0006qQ-Ji for help-gnu-emacs@gnu.org; Thu, 13 Oct 2011 10:14:59 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p9DEEpTa031157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Oct 2011 14:14:53 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p9DEEoUI024902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Oct 2011 14:14:50 GMT Original-Received: from abhmt112.oracle.com (abhmt112.oracle.com [141.146.116.64]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p9DEEjCg008506; Thu, 13 Oct 2011 09:14:45 -0500 Original-Received: from dradamslap1 (/10.159.39.52) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 13 Oct 2011 07:14:44 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4E968ACD.5000901@gmx.at> Thread-Index: AcyJdMmySLlr3Q2XR1qlM5LX2P+zuQANqI8g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4E96F25D.0182:SCFMA922111,ss=1,re=-4.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82543 Archived-At: > > 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