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#13692: mouse clicks in vc-dir buffers accidentally changing marks Date: Mon, 11 Feb 2013 23:56:18 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360645002 1285 80.91.229.3 (12 Feb 2013 04:56:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2013 04:56:42 +0000 (UTC) To: 13692@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 12 05:57:04 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U57vS-0002Ps-Fk for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Feb 2013 05:57:02 +0100 Original-Received: from localhost ([::1]:38383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U57v9-00061H-3J for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Feb 2013 23:56:43 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U57v6-000618-BF for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 23:56:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U57v5-0006kM-9Y for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 23:56:40 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U57v5-0006kI-6o for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 23:56:39 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U57vS-0007J6-Ck for bug-gnu-emacs@gnu.org; Mon, 11 Feb 2013 23:57:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Feb 2013 04:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13692 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.136064500728065 (code B ref -1); Tue, 12 Feb 2013 04:57:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 12 Feb 2013 04:56:47 +0000 Original-Received: from localhost ([127.0.0.1]:51320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U57vB-0007Ia-Kk for submit@debbugs.gnu.org; Mon, 11 Feb 2013 23:56:46 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54821) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U57v8-0007IS-L0 for submit@debbugs.gnu.org; Mon, 11 Feb 2013 23:56:43 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U57uk-0002yG-7n; Mon, 11 Feb 2013 23:56:18 -0500 X-Spook: Attorney General analyzer defense information warfare Uzi X-Ran: :T&%_\12IOyOUGuN^,?Fv-Fx=s}sFN~M!Ci>kjj#-@;^Q|*0$I=P3;~'57[1#]Y6@KGe8X X-Hue: green 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.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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:71078 Archived-At: Package: emacs Version: 24.3 Severity: minor Maybe it's just me, but I find it too easy to accidentally change the marked files in a vc-dir buffer with careless mouse clicks. In a directory under version control with modified files: emacs -Q -f vc-dir The text that says "edited" (and the space following it all the way up to the filename) runs vc-dir-toggle-mark on mouse clicks. I find this makes it too easy to accidentally change the marked state when using the mouse to select a different window or frame. In a dired buffer, there is no way to mark files with mouse clicks AFAICS. I don't see why vc-dir needs one. (Confusingly, clicking on the actual mark character itself at the start of the line in a vc-dir buffer does nothing.)