From unknown Mon Aug 18 14:22:10 2025 X-Loop: don@donarmstrong.com Subject: bug#1098: mouse-2 in vc-directory on filename Reply-To: Nick Roberts , 1098@debbugs.gnu.org Resent-From: Nick Roberts Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 06 Oct 2008 06:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1098 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122327351920470 (code B ref -1); Mon, 06 Oct 2008 06:20:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-7.9 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Oct 2008 06:11:59 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m966BtlT020464 for ; Sun, 5 Oct 2008 23:11:56 -0700 Received: from mx10.gnu.org ([199.232.76.166]:43004) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KmjHh-0001Nz-EJ for emacs-pretest-bug@gnu.org; Mon, 06 Oct 2008 02:09:33 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KmjJv-0008OC-Nj for emacs-pretest-bug@gnu.org; Mon, 06 Oct 2008 02:11:52 -0400 Received: from viper.snap.net.nz ([202.37.101.25]:37884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KmjJv-0008N2-5q for emacs-pretest-bug@gnu.org; Mon, 06 Oct 2008 02:11:51 -0400 Received: from kahikatea.snap.net.nz (138.63.255.123.dynamic.snap.net.nz [123.255.63.138]) by viper.snap.net.nz (Postfix) with ESMTP id 42DFE3DA170 for ; Mon, 6 Oct 2008 19:11:38 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id BD0BF8FC6D; Mon, 6 Oct 2008 19:11:36 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18665.44055.353147.362569@kahikatea.snap.net.nz> Date: Mon, 6 Oct 2008 19:11:35 +1300 To: emacs-pretest-bug@gnu.org 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 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. -- Nick http://www.inet.net.nz/~nickrob From unknown Mon Aug 18 14:22:10 2025 X-Loop: don@donarmstrong.com Subject: bug#1098: mouse-2 in vc-directory on filename Reply-To: Chong Yidong , 1098@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 25 Oct 2008 18:40:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1098 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1098-submit@emacsbugs.donarmstrong.com id=B1098.122495944619975 (code B ref 1098); Sat, 25 Oct 2008 18:40:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1098) by emacsbugs.donarmstrong.com; 25 Oct 2008 18:30:46 +0000 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9PIUhJO019968 for <1098@emacsbugs.donarmstrong.com>; Sat, 25 Oct 2008 11:30:45 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id A016357E1BA; Sat, 25 Oct 2008 14:30:47 -0400 (EDT) From: Chong Yidong To: emacs-devel@gnu.org Cc: Nick Roberts , 1098@debbugs.gnu.org Date: Sat, 25 Oct 2008 14:30:47 -0400 Message-ID: <87d4hoedd4.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.) From unknown Mon Aug 18 14:22:10 2025 X-Loop: don@donarmstrong.com Subject: bug#1098: mouse-2 in vc-directory on filename Reply-To: Stefan Monnier , 1098@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 26 Oct 2008 02:30:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1098 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1098-submit@emacsbugs.donarmstrong.com id=B1098.12249876527238 (code B ref 1098); Sun, 26 Oct 2008 02:30:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-5.5 required=4.0 tests=AWL,BAYES_00,FOURLA autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1098) by emacsbugs.donarmstrong.com; 26 Oct 2008 02:20:52 +0000 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9Q2KmQt007232 for <1098@emacsbugs.donarmstrong.com>; Sat, 25 Oct 2008 19:20:50 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEACpxA0lFxLrB/2dsb2JhbACBdr45g0+BDQ X-IronPort-AV: E=Sophos;i="4.33,486,1220241600"; d="scan'208";a="28865783" Received: from 69-196-186-193.dsl.teksavvy.com (HELO pastel.home) ([69.196.186.193]) by ironport2-out.teksavvy.com with ESMTP; 25 Oct 2008 22:20:42 -0400 Received: by pastel.home (Postfix, from userid 20848) id A5F3E8E6C; Sat, 25 Oct 2008 22:20:42 -0400 (EDT) From: Stefan Monnier To: Chong Yidong Cc: emacs-devel@gnu.org, Nick Roberts , 1098@debbugs.gnu.org Message-ID: References: <87d4hoedd4.fsf@cyd.mit.edu> Date: Sat, 25 Oct 2008 22:20:42 -0400 In-Reply-To: <87d4hoedd4.fsf@cyd.mit.edu> (Chong Yidong's message of "Sat, 25 Oct 2008 14:30:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >> 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? Not PCL-CVS's author. Mouse-clicks on various parts don't all have a clear meaning (IIRC PCL-CVS interprets a mouse click on the status word as toggle-the-mark, which is not necessarily such a hot idea), but on the file name, I think it's pretty uncontroversial. Stefan From lekktu@gmail.com Tue Mar 17 02:22:15 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Mar 2009 09:22:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f176.google.com (mail-ew0-f176.google.com [209.85.219.176]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2H9MCD0005523 for ; Tue, 17 Mar 2009 02:22:14 -0700 Received: by ewy24 with SMTP id 24so3991757ewy.1 for ; Tue, 17 Mar 2009 02:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=8kg3xZo7LkfeWm8/N+Bb5gCTHDvSowOAk/GT0NUKjNc=; b=sS/XKophFfzDqrpZxSKYexjpSHOEBgWFBIntADHTWgLQ7xAkX2LJay0VW5/a9alnYU JqK5mkqwrC9L2Iu+b+OHuLWMs4dh1ivw0p3TpVFe4KfkhmlI8VYyhAH9+vGdgV/V/aj8 ZjrZbQHD9z3NgdBNX9dcvrhXE1JDzicWFM4Uo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=epHiHh4jTH8hNQ3Z9W+sdmPMWG5K8t56w3EIXDv+nyc7uMUO0OebD87ssmj47nN/8V gEn2T5weZyGT7QqOtX3mDXQokeXZQjhWmeLaUkSzN5IXPiPJhZ8VSTSKiUUROU4m5YrP Wm9HxlDTvoTR98dZx15fhqd+5ewRn1t26NJDo= MIME-Version: 1.0 Received: by 10.210.139.15 with SMTP id m15mr4357553ebd.9.1237281726835; Tue, 17 Mar 2009 02:22:06 -0700 (PDT) Date: Tue, 17 Mar 2009 10:22:06 +0100 Message-ID: Subject: From: Juanma Barranquero To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit reassign 337 emacs,vc reassign 768 emacs,vc reassign 927 emacs,vc reassign 996 emacs,vc reassign 1098 emacs,vc reassign 1163 emacs,vc reassign 1256 emacs,vc reassign 1257 emacs,vc reassign 1408 emacs,vc reassign 1429 emacs,vc reassign 1589 emacs,vc reassign 1647 emacs,w32,vc reassign 1741 emacs,vc reassign 2093 emacs,vc reassign 2110 emacs,vc reassign 2117 emacs,vc reassign 2157 emacs,vc reassign 2338 emacs,vc reassign 2553 emacs,vc reassign 2598 emacs,vc reassign 2604 emacs,vc reassign 2612 emacs,vc reassign 2641 emacs,vc reassign 2652 emacs,vc reassign 2675 emacs,vc reassign 2676 emacs,vc reassign 2678 emacs,vc quit From dann@godzilla.ics.uci.edu Tue Apr 7 09:26:39 2009 Received: (at control) by emacsbugs.donarmstrong.com; 7 Apr 2009 16:26:39 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8,ONEWORD, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from barrelv2.ics.uci.edu (barrelv2.ics.uci.edu [128.195.1.114]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n37GQaKl024097 for ; Tue, 7 Apr 2009 09:26:37 -0700 Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n37GQJeA013969 for ; Tue, 7 Apr 2009 09:26:19 -0700 (PDT) Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n37GQIRq022682; Tue, 7 Apr 2009 09:26:18 -0700 (PDT) Date: Tue, 7 Apr 2009 09:26:18 -0700 (PDT) Message-Id: <200904071626.n37GQIRq022682@godzilla.ics.uci.edu> From: Dan Nicolaescu To: control@debbugs.gnu.org Subject: commands X-Debbugs-No-Ack: yes Lines: 9 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n37GQJeA013969 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu close 1098 tags 2065 + patch close 2110 close 2117 close 2604 close 2652 close 2675 retitle 2678 vc-git-register not working when passed a directory argument merge 1589 2641