From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: VC Development Date: Sun, 1 Feb 2009 12:41:08 +1300 Message-ID: <18820.57748.262639.494922@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233449185 8134 80.91.229.12 (1 Feb 2009 00:46:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2009 00:46:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 01 01:47:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LTQUq-0002KM-JK for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2009 01:47:36 +0100 Original-Received: from localhost ([127.0.0.1]:49433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTQTV-0003w1-U2 for ged-emacs-devel@m.gmane.org; Sat, 31 Jan 2009 19:46:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTQTQ-0003vm-Hf for emacs-devel@gnu.org; Sat, 31 Jan 2009 19:46:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTQTO-0003va-6W for emacs-devel@gnu.org; Sat, 31 Jan 2009 19:46:07 -0500 Original-Received: from [199.232.76.173] (port=42480 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTQTO-0003vX-1n for emacs-devel@gnu.org; Sat, 31 Jan 2009 19:46:06 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.23]:42992) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTQTN-0000ea-En for emacs-devel@gnu.org; Sat, 31 Jan 2009 19:46:05 -0500 Original-Received: from kahikatea.snap.net.nz (84.63.255.123.dynamic.snap.net.nz [123.255.63.84]) by viper.snap.net.nz (Postfix) with ESMTP id C9CFF3DB24A; Sun, 1 Feb 2009 12:41:18 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 856FC8FC6D; Sun, 1 Feb 2009 12:41:09 +1300 (NZDT) X-Mailer: VM 7.19 under Emacs 22.3.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108483 Archived-At: Dan Nicolaescu writes: > It's even more strange that version control is so important nowadays, > and just about everyone seems to have a very strong opinion about it, > but not enough to want to contribute to VC... One reason that makes it unattractive to me is the fact that you revert changes without discussion: 2009-01-31 Dan Nicolaescu * vc-dir.el (vc-dir-mouse-map): (vc-default-dir-printer): (vc-dir-find-file-other-window): Undo previous change, it breaks the behavior of mouse-2. This change fixed bug#1098 which I reported in October of last year where I say: In vc-directory, mouse-2 on a [file] toggles the mark. This is unintuitive and inconsistent with with PCL-CVS and Emacs general use of mouse-2 to link to something else. It should visit the file at that point in another buffer. I'm sure that it would have been easy to fix this without reverting the change that I had already made. Exactly what behaviour was broken? I took care to keep the existing keymap. -- Nick http://www.inet.net.nz/~nickrob