From unknown Tue Jun 17 20:08:34 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#9623 <9623@debbugs.gnu.org> To: bug#9623 <9623@debbugs.gnu.org> Subject: Status: mouse wheel scroll increases size of selected region Reply-To: bug#9623 <9623@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:08:34 +0000 retitle 9623 mouse wheel scroll increases size of selected region reassign 9623 emacs submitter 9623 Glenn Morris severity 9623 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 02:43:06 2011 Received: (at submit) by debbugs.gnu.org; 28 Sep 2011 06:43:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R8nrF-0008HT-4u for submit@debbugs.gnu.org; Wed, 28 Sep 2011 02:43:05 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R8nr8-0008Gy-Nh for submit@debbugs.gnu.org; Wed, 28 Sep 2011 02:43:00 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R8nqE-0004MW-N0; Wed, 28 Sep 2011 02:42:02 -0400 From: Glenn Morris To: submit@debbugs.gnu.org Subject: mouse wheel scroll increases size of selected region X-Spook: Bellcore Craig Livingstone genetic USCOI Fedayeen Compsec X-Ran: GJeV$Rbo=W2qJ^~RvK_3 User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Package: emacs Version: 24.0.90 In Emacs source directory: ./src/emacs -Q --eval '(transient-mark-mode -1)' ./README With mouse, left-click on "S" in "See the end of the file for license conditions.". Continue to hold button down, and drag to select the whole of that sentence. Release mouse button. Do not make any more left clicks. Using mouse wheel, scroll to end of buffer. Left click to place point on last line. Middle click to paste selected text. The text that gets pasted is larger than what was selected. For me, the pasted text is ---- See the end of the file for license conditions. This directory tree holds version 24.0.90 of GNU Emacs, the extensible, ----- This seems to correspond to the region that scrolled off the screen the first time I scrolled with the mouse wheel. This does not happen in Emacs 23.3, which correctly pastes just the text that was selected. It also does not happen in 24.0.90 if I follow the advice from NEWS to restore the old behaviour, namely: (setq select-active-regions nil mouse-drag-copy-region t x-select-enable-primary t x-select-enable-clipboard nil) So maybe it is intended? But it seems odd, so I am reporting it. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 09:36:18 2011 Received: (at 9623) by debbugs.gnu.org; 28 Sep 2011 13:36:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R8uJ7-0003FD-Hx for submit@debbugs.gnu.org; Wed, 28 Sep 2011 09:36:18 -0400 Received: from harpegolden.net ([65.99.215.13]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R8uJ3-0003F4-Pk for 9623@debbugs.gnu.org; Wed, 28 Sep 2011 09:36:15 -0400 Received: from [87.198.47.56] (87-198-47-56.ptr.magnet.ie [87.198.47.56]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 9A4BC683B9; Wed, 28 Sep 2011 14:35:17 +0100 (IST) Message-ID: <4E832293.7030906@harpegolden.net> Date: Wed, 28 Sep 2011 14:35:15 +0100 From: David De La Harpe Golden User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Icedove/3.1.13 MIME-Version: 1.0 To: Glenn Morris Subject: Re: bug#9623: mouse wheel scroll increases size of selected region References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 9623 Cc: 9623@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) On 28/09/11 07:42, Glenn Morris wrote: > This does not happen in Emacs 23.3, which correctly pastes just the text > that was selected. > > So maybe it is intended? But it seems odd, so I am reporting it. > I do not think it's intended. I actually thought this issue _was_ fixed in-tree some time after my first patch for it [1], however I don't use a scroll wheel normally (gfx tablet), so I wouldn't necessarily have noticed if there was a regression (or maybe even if it was never fixed in-tree at all) [1] Date: Sun, 15 Nov 2009 14:23:08 +0000 From: David De La Harpe Golden To: Emacs developers Subject: select-active-regions mouse wheel scroll bug fix http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00459.html From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 17:22:34 2011 Received: (at 9623) by debbugs.gnu.org; 28 Sep 2011 21:22:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R91aM-0007tK-1o for submit@debbugs.gnu.org; Wed, 28 Sep 2011 17:22:34 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R91aK-0007tD-CI for 9623@debbugs.gnu.org; Wed, 28 Sep 2011 17:22:33 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R91ZO-0008A7-L6; Wed, 28 Sep 2011 17:21:34 -0400 From: Glenn Morris To: David De La Harpe Golden Subject: Re: bug#9623: mouse wheel scroll increases size of selected region References: <4E832293.7030906@harpegolden.net> X-Spook: SWAT bemd plutonium STARLAN bullion Sears Tower Defcon X-Ran: U_/k+6o)"f3;;CFdBYy'@ZJo41@'T)([=rCyk7B,+bj&2:yc+OP2~ROvx& X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 28 Sep 2011 17:21:34 -0400 In-Reply-To: <4E832293.7030906@harpegolden.net> (David De La Harpe Golden's message of "Wed, 28 Sep 2011 14:35:15 +0100") Message-ID: <44pqik8ish.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 9623 Cc: 9623@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) David De La Harpe Golden wrote: > http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00459.html I don't know anything about this, other than that I forwarded it as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5014 and that it was never applied. It depends on a previous "cleanup" patch which does not apply to the current trunk. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 24 07:37:28 2012 Received: (at 9623) by debbugs.gnu.org; 24 Mar 2012 11:37:28 +0000 Received: from localhost ([127.0.0.1]:36328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SBPHi-0003PW-LQ for submit@debbugs.gnu.org; Sat, 24 Mar 2012 07:37:27 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:44280) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SBPHf-0003PN-1E for 9623@debbugs.gnu.org; Sat, 24 Mar 2012 07:37:24 -0400 Received: from bb121-6-68-206.singnet.com.sg ([121.6.68.206]:34229 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SBOnb-0000SY-VX; Sat, 24 Mar 2012 07:06:21 -0400 From: Chong Yidong To: Glenn Morris Subject: Re: bug#9623: mouse wheel scroll increases size of selected region References: <4E832293.7030906@harpegolden.net> <44pqik8ish.fsf@fencepost.gnu.org> Date: Sat, 24 Mar 2012 19:06:13 +0800 In-Reply-To: <44pqik8ish.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 28 Sep 2011 17:21:34 -0400") Message-ID: <87k42as1ga.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 9623 Cc: 9623@debbugs.gnu.org, David De La Harpe Golden X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Glenn Morris writes: > David De La Harpe Golden wrote: > >> http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00459.html > > I don't know anything about this, other than that I forwarded it as > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5014 and that it was never > applied. It depends on a previous "cleanup" patch which does not apply > to the current trunk. I've committed a slightly different fix. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 24 07:37:36 2012 Received: (at control) by debbugs.gnu.org; 24 Mar 2012 11:37:36 +0000 Received: from localhost ([127.0.0.1]:36331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SBPHr-0003Pp-B1 for submit@debbugs.gnu.org; Sat, 24 Mar 2012 07:37:36 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:44284) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SBPHp-0003Pi-31 for control@debbugs.gnu.org; Sat, 24 Mar 2012 07:37:33 -0400 Received: from bb121-6-68-206.singnet.com.sg ([121.6.68.206]:34230 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SBOnp-0000TL-4q for control@debbugs.gnu.org; Sat, 24 Mar 2012 07:06:34 -0400 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 9623 Date: Sat, 24 Mar 2012 19:06:27 +0800 Message-ID: <874nte1cng.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) close 9623 thanks From unknown Tue Jun 17 20:08:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 22 Apr 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator