From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Advising quit-window Date: Wed, 26 Oct 2011 21:53:00 -0600 Message-ID: <86ehxz6qg3.fsf@googlemail.com> References: <8639eg8qm6.fsf@googlemail.com> <4EA7D12D.3000405@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319687599 17323 80.91.229.12 (27 Oct 2011 03:53:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 03:53:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 05:53:15 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 1RJH1l-0003nY-Bw for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2011 05:53:13 +0200 Original-Received: from localhost ([::1]:36113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJH1k-0000KP-N6 for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2011 23:53:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJH1h-0000KA-3x for emacs-devel@gnu.org; Wed, 26 Oct 2011 23:53:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJH1g-00065l-2d for emacs-devel@gnu.org; Wed, 26 Oct 2011 23:53:09 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:63469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJH1f-00065N-Ul for emacs-devel@gnu.org; Wed, 26 Oct 2011 23:53:08 -0400 Original-Received: by gyf3 with SMTP id 3so2667168gyf.0 for ; Wed, 26 Oct 2011 20:53:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=bqBhX4NtiMljSzVydGWlBneu8reXxgh177F0iq2RevQ=; b=kzAxG1TUSdMux73mTEB6TS4pyrTGwaXbEYEFHS2VKxh3owJJb9rYkhTiY+2NkZTFEP fZkS+scbYid/GnOci9JbsWeg3mDUTEtfw30pWHcCIDo5x2oNirQLUPVv6UNjLiuehAV5 GBDI7L9LSh3UAtu6Pit4vJkCCWlo537YBuCMA= Original-Received: by 10.236.181.35 with SMTP id k23mr50360502yhm.93.1319687586879; Wed, 26 Oct 2011 20:53:06 -0700 (PDT) Original-Received: from MARVIN (71-212-154-245.hlrn.qwest.net. [71.212.154.245]) by mx.google.com with ESMTPS id d63sm5757864yhl.10.2011.10.26.20.53.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Oct 2011 20:53:06 -0700 (PDT) In-Reply-To: <4EA7D12D.3000405@gmx.at> (martin rudalics's message of "Wed, 26 Oct 2011 11:21:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:145618 Archived-At: martin rudalics writes: > 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.