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.el patch for region tracking Date: Sat, 31 Dec 2005 10:13:20 -0500 Message-ID: <87zmmhqoz3.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136043193 12318 80.91.229.2 (31 Dec 2005 15:33:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Dec 2005 15:33:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 31 16:33:11 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EsijD-0006NP-TU for ged-emacs-devel@m.gmane.org; Sat, 31 Dec 2005 16:33:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Esikf-0002Pw-Qi for ged-emacs-devel@m.gmane.org; Sat, 31 Dec 2005 10:34:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EsiRa-0005Rs-BO for emacs-devel@gnu.org; Sat, 31 Dec 2005 10:14:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EsiRY-0005RU-36 for emacs-devel@gnu.org; Sat, 31 Dec 2005 10:14:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EsiRX-0005RQ-Ih for emacs-devel@gnu.org; Sat, 31 Dec 2005 10:14:51 -0500 Original-Received: from [18.95.6.18] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EsiSF-0008LU-VX for emacs-devel@gnu.org; Sat, 31 Dec 2005 10:15:36 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 20A751E423D; Sat, 31 Dec 2005 10:13:20 -0500 (EST) Original-To: JD Smith In-Reply-To: (JD Smith's message of "Sat, 31 Dec 2005 00:00:02 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:48576 Archived-At: JD Smith writes: > Recently I found that Emacs 22 breaks a simple usage of mouse-drag- > region for defining regions by mouse drag. When transient-mark-mode > is set, mouse-drag-region under Emacs 21 would let you define a > region by dragging, and when the drag is released, it completes (at > which point you can operate on the region). This is somewhat similar > to the XEmacs function 'mouse-track'. You're not very clear about what exactly is broken. Could you give a recipe to reproduce the bug, whatever the bug is?