From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#5556: vc-next-action destroys window configuration Date: Mon, 10 Oct 2011 20:20:08 +0200 Message-ID: <4E933758.40508@gmx.at> References: <5e3a506e1002091727k69efd92dw2f0b50115d5f9522@mail.gmail.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 1318270858 4602 80.91.229.12 (10 Oct 2011 18:20:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2011 18:20:58 +0000 (UTC) To: 5556@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 10 20:20:54 2011 Return-path: Envelope-to: geb-bug-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 1RDKT8-00049t-Bv for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Oct 2011 20:20:54 +0200 Original-Received: from localhost ([::1]:53506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDKT7-00076g-TT for geb-bug-gnu-emacs@m.gmane.org; Mon, 10 Oct 2011 14:20:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:34922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDKT5-00076N-2s for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 14:20:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDKT3-0006k7-Rq for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 14:20:51 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDKT3-0006jx-Q3 for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 14:20:49 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RDKTG-0001GE-2i for bug-gnu-emacs@gnu.org; Mon, 10 Oct 2011 14:21:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <5e3a506e1002091727k69efd92dw2f0b50115d5f9522@mail.gmail.com> Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 10 Oct 2011 18:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5556 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 5556-submit@debbugs.gnu.org id=B5556.13182708304809 (code B ref 5556); Mon, 10 Oct 2011 18:21:02 +0000 Original-Received: (at 5556) by debbugs.gnu.org; 10 Oct 2011 18:20:30 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDKSk-0001FW-5E for submit@debbugs.gnu.org; Mon, 10 Oct 2011 14:20:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1RDKSi-0001FH-EZ for 5556@debbugs.gnu.org; Mon, 10 Oct 2011 14:20:29 -0400 Original-Received: (qmail invoked by alias); 10 Oct 2011 18:20:09 -0000 Original-Received: from 62-47-36-33.adsl.highway.telekom.at (EHLO [62.47.36.33]) [62.47.36.33] by mail.gmx.net (mp067) with SMTP; 10 Oct 2011 20:20:09 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX180bBd2zKU02MbgNt4RMtZfd6UDL9BNzgc0Del6Rh lzvY52pV+Wpm2J User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 10 Oct 2011 14:21:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52480 Archived-At: > When doing vc-next-action, if the action is a commit, after you enter a > commit message and commit your window configuration is destroyed. An > example of this is when you have one vertical split, created with C-x 3, and > commit a file using this. After the commit, you will only have one window. I tried to address this together with bug#5310. Thanks, martin