From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#6399: Confirm vc commits when the files do not match those marked in vc-dir Date: Thu, 10 Jun 2010 23:50:24 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276228707 1254 80.91.229.12 (11 Jun 2010 03:58:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Jun 2010 03:58:27 +0000 (UTC) To: 6399@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jun 11 05:58:26 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OMvNx-0006ZB-SC for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Jun 2010 05:58:26 +0200 Original-Received: from localhost ([127.0.0.1]:44643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMvNx-00046z-3I for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Jun 2010 23:58:25 -0400 Original-Received: from [140.186.70.92] (port=59281 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMvNq-00046n-3S for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2010 23:58:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMvNo-0002nP-Vn for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2010 23:58:17 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48274) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMvNo-0002nJ-UX for bug-gnu-emacs@gnu.org; Thu, 10 Jun 2010 23:58:16 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OMvGo-0001u5-40; Thu, 10 Jun 2010 23:51:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Jun 2010 03:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6399 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.12762282297303 (code B ref -1); Fri, 11 Jun 2010 03:51:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 11 Jun 2010 03:50:29 +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 1OMvGG-0001tk-OV for submit@debbugs.gnu.org; Thu, 10 Jun 2010 23:50:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMvGF-0001tf-KA for submit@debbugs.gnu.org; Thu, 10 Jun 2010 23:50:27 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OMvGC-0008FC-7Q; Thu, 10 Jun 2010 23:50:24 -0400 X-Spook: Khaddafi insurgency kilo class UFO SDI Kosovo clandestine X-Ran: ~gF0&FLGDS"qM]5_A?:4,W&VwB~DLYov`ye:gIp8*anU*|H,,$4b1i,i\>Sg#VZSgVuwE( X-Hue: red X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 10 Jun 2010 23:51:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37685 Archived-At: Package: emacs Severity: wishlist I've made this mistake a few times now: 1) Mark say 5 files in vc-dir. 2) Press v to get a vc-log buffer. 3) Realize I should not have marked one of the 5 files, and unmark it in the vc-dir buffer. 4) Forget to kill the existing vc-log buffer, and so end up committing all 5 files anyway. I wish that at step 4 when I try to commit, Emacs would check if the files about to be commited match those marked in the vc-dir buffer, and if not ask me to confirm the commit.