From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: mouse-2 in vc-directory on filename Date: Sat, 25 Oct 2008 14:30:47 -0400 Message-ID: <87d4hoedd4.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224959480 5138 80.91.229.12 (25 Oct 2008 18:31:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 18:31:20 +0000 (UTC) Cc: Nick Roberts , 1098@emacsbugs.donarmstrong.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 20:32:21 2008 connect(): Connection refused 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 1Ktnvw-0006Ul-PD for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 20:32:21 +0200 Original-Received: from localhost ([127.0.0.1]:59032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktnuh-0006N8-7u for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 14:31:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtnuS-0006DW-A4 for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:30:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtnuO-0006AI-K0 for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:30:47 -0400 Original-Received: from [199.232.76.173] (port=39295 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtnuO-0006A8-F1 for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:30:44 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:39308) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtnuO-0001ek-G9 for emacs-devel@gnu.org; Sat, 25 Oct 2008 14:30:44 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id A016357E1BA; Sat, 25 Oct 2008 14:30:47 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105004 Archived-At: Nick Roberts wrote: > In vc-directory, mouse-2 on a 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. Does anyone object? (This applies to mouse-1 as well; I just added the follow-link behavior to vc-dir, which was missing before.)