From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#11588: 24.0.97; Left mouse click setting the mark every time?!?? Date: Wed, 30 May 2012 22:15:55 +0800 Message-ID: <871um1yctg.fsf@gnu.org> References: <4FC62772.3050402@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1338387410 23631 80.91.229.3 (30 May 2012 14:16:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 May 2012 14:16:50 +0000 (UTC) Cc: 11588@debbugs.gnu.org To: Tobias Bading Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 30 16:16:48 2012 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 1SZjhf-0002il-PO for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 May 2012 16:16:47 +0200 Original-Received: from localhost ([::1]:53934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZjhf-0001KQ-DL for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 May 2012 10:16:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZjhX-0001KF-Qs for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 10:16:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZjhR-000065-8I for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 10:16:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZjhR-00005q-4u for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 10:16:33 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SZjir-0001DQ-RH for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 10:18:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 30 May 2012 14:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11588 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11588-submit@debbugs.gnu.org id=B11588.13383874554640 (code B ref 11588); Wed, 30 May 2012 14:18:01 +0000 Original-Received: (at 11588) by debbugs.gnu.org; 30 May 2012 14:17:35 +0000 Original-Received: from localhost ([127.0.0.1]:50343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZjiQ-0001Cn-WE for submit@debbugs.gnu.org; Wed, 30 May 2012 10:17:35 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:56476 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZjiP-0001Cg-2l for 11588@debbugs.gnu.org; Wed, 30 May 2012 10:17:33 -0400 Original-Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:42463 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SZjgw-0006wH-KY; Wed, 30 May 2012 10:16:03 -0400 In-Reply-To: <4FC62772.3050402@web.de> (Tobias Bading's message of "Wed, 30 May 2012 15:58:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux) 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 (newer, 2) 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:60515 Archived-At: Tobias Bading writes: > Marking the start of a region with C-SPC and then using a simple mouse > click to mark the end doesn't work anymore, because clicking anywhere > seems to set the mark now. My muscle memory, trained over decades by > Emacs 23 and its predecessors, doesn't like this change. > > Is there a customization option that I've overlooked which prevents > (or is it ?) from setting the mark? mouse-1 does not set the mark, but it does deactivate the mark if the mark was active. But that is the case in both Emacs 23 and Emacs 24, so I don't know what you're talking about. To extend the region, the usual Emacs command is mouse-3 (right click), which works in both Emacs 23 and Emacs 24.