From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: quit-window new behavior with frames Date: Fri, 23 Sep 2011 16:05:13 -0400 Message-ID: References: <87litzbkyx.fsf@gmail.com> <4E68E4AD.3060205@gmx.at> <874o053ybm.fsf@gmail.com> <4E7ADC88.60606@gmx.at> <87vcsl2fje.fsf@gmail.com> <4E7AEC5B.9020801@gmx.at> <87r5392cv8.fsf@gmail.com> <4E7B00EB.3070702@gmx.at> <4E7C4295.4050906@gmx.at> <4E7CCA22.5000608@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316866911 29293 80.91.229.12 (24 Sep 2011 12:21:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 24 Sep 2011 12:21:51 +0000 (UTC) Cc: emacs-devel@gnu.org, Thierry Volpiatto To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 24 14:21:47 2011 Return-path: Envelope-to: ged-emacs-devel@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 1R7REp-0007fA-3V for ged-emacs-devel@m.gmane.org; Sat, 24 Sep 2011 14:21:47 +0200 Original-Received: from localhost ([::1]:53646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7REo-0003nS-JF for ged-emacs-devel@m.gmane.org; Sat, 24 Sep 2011 08:21:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7REl-0003nL-SN for emacs-devel@gnu.org; Sat, 24 Sep 2011 08:21:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7REk-0001Uh-Rb for emacs-devel@gnu.org; Sat, 24 Sep 2011 08:21:43 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7REk-0001Ud-Mi for emacs-devel@gnu.org; Sat, 24 Sep 2011 08:21:42 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id p8OCLbq4011235; Sat, 24 Sep 2011 08:21:37 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id C7C07662D2; Fri, 23 Sep 2011 16:05:13 -0400 (EDT) In-Reply-To: <4E7CCA22.5000608@gmx.at> (martin rudalics's message of "Fri, 23 Sep 2011 20:04:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.5 X-NAI-Spam-Rules: 2 Rules triggered DATE_IN_PAST_12_24=0.5, RV3989=0 X-NAI-Spam-Version: 2.2.0.9286 : core <3989> : streams <684678> : uri <967586> X-NAI-Spam-Level: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144243 Archived-At: >> If/when you bump into a real problematic case, please report it as a bug. >> I don't know of any. > I don't know either and I don't care. Great, then please trust me that "dedicated" implies (among a few other things) "treats this window as if it never showed any other buffer" so when quit-window is called in a dedicated window, you can always delete that window (and its frame if it's the only window in the frame) regardless of whether the buffer-list of that window includes other things or of the quit-restore property. Stefan