From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Advising quit-window Date: Thu, 27 Oct 2011 11:54:25 +0200 Message-ID: <4EA92A51.3030006@gmx.at> References: <8639eg8qm6.fsf@googlemail.com> <4EA7D12D.3000405@gmx.at> <86ehxz6qg3.fsf@googlemail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319709282 16598 80.91.229.12 (27 Oct 2011 09:54:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 09:54:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 11:54:37 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 1RJMfS-00007g-Me for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 11:54:34 +0200 Original-Received: from localhost ([::1]:59737 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMfS-0004JC-6j for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 05:54:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJMfM-0004It-Rm for emacs-devel@gnu.org; Thu, 27 Oct 2011 05:54:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJMfL-00031U-Qd for emacs-devel@gnu.org; Thu, 27 Oct 2011 05:54:28 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:51062) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RJMfL-000311-Ds for emacs-devel@gnu.org; Thu, 27 Oct 2011 05:54:27 -0400 Original-Received: (qmail invoked by alias); 27 Oct 2011 09:54:25 -0000 Original-Received: from 62-47-54-146.adsl.highway.telekom.at (EHLO [62.47.54.146]) [62.47.54.146] by mail.gmx.net (mp060) with SMTP; 27 Oct 2011 11:54:25 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18/1R9JJI8/qZpv+VP2OPCE66GLuq7hUxMWypjYel kUQu2QWC5OiKQ4 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <86ehxz6qg3.fsf@googlemail.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:145639 Archived-At: >> IIRC `vc-mode' used to call `delete-windows-on' here which doesn't kill >> the argument buffer. The formulation "to be buried now" strikes me as >> if the buffer were killed before. Did you really observe such a change >> in behavior? > > I tested it with the Mercurial backend in Emacs 23 and the log buffer > was killed after committing. I am fairly sure that that is the behavior > I saw in SVN, too. Could you please investigate where and how these killed the buffer? I don't use vc-mode currently and we'd have to know whether killing them was/is intentional. Thanks, martin