From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 19 12:15:42 2012 Received: (at submit) by debbugs.gnu.org; 19 Jul 2012 16:15:42 +0000 Received: from localhost ([127.0.0.1]:50906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrtO9-0008GG-0i for submit@debbugs.gnu.org; Thu, 19 Jul 2012 12:15:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53244) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SrrUx-0005VG-Qw for submit@debbugs.gnu.org; Thu, 19 Jul 2012 10:14:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrrOs-0000XN-5z for submit@debbugs.gnu.org; Thu, 19 Jul 2012 10:08:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrrOs-0000XJ-2f for submit@debbugs.gnu.org; Thu, 19 Jul 2012 10:08:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrrOn-0006OF-BI for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 10:08:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrrOh-0000UQ-6i for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 10:08:13 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:56877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrrOh-0000TD-0E for bug-gnu-emacs@gnu.org; Thu, 19 Jul 2012 10:08:07 -0400 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 19 Jul 2012 08:08:04 -0600 Received: from d03dlp01.boulder.ibm.com (9.17.202.177) by e38.co.us.ibm.com (192.168.1.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 19 Jul 2012 08:07:24 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id A454CC40002 for ; Thu, 19 Jul 2012 14:07:21 +0000 (WET) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6JE72NQ106382 for ; Thu, 19 Jul 2012 08:07:05 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6JE72nb028463 for ; Thu, 19 Jul 2012 08:07:02 -0600 Received: from [9.61.249.200] (belmer.btv.ibm.com [9.61.249.200]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q6JE71sx028340 for ; Thu, 19 Jul 2012 08:07:01 -0600 Message-ID: <1342706820.24101.11.camel@belmer> Subject: mark region unreliable in 24.1 From: "Brent S. Elmer Ph.D." To: bug-gnu-emacs@gnu.org Date: Thu, 19 Jul 2012 10:07:00 -0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2-1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12071914-5518-0000-0000-000006278A08 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 19 Jul 2012 12:15:39 -0400 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.1 (------) I am a long time emacs user and recently upgraded to 24.1. One very annoying bug is that marking a region sometimes works but sometimes doesn't. I use CTL-SPC to set the mark for the beginning of the region. I then move the cursor to the end of the region I want to mark. I then do something like CTL-w or ALT-w to cut or copy the region. Sometimes the region gets marked and sometimes it doesn't. I read through the release notes and see that a lot of the region marking and clipboard stuff has changed. I have changed some of the variables to see if I could get it to work like it did in 23 but nothing seems to make it reliable. I think there is a bug in the region handling. Another place I noticed the region marking not working is in Python mode. I mark the start of a region using CTL-SPC and move the cursor to the end of the region. I then go to the Python menu and select shift region left/right. Sometimes it works and sometimes it doesn't. There is some kind of a bug in the region handling in version 24.1. Region marking was always reliable before. If it makes any difference, here is my setup: Debian GNU/Linux testing/wheezy gnu emacs 24.1+1-1 directly from the Debian repository(unstable branch) From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 22 05:46:01 2012 Received: (at 11989) by debbugs.gnu.org; 22 Jul 2012 09:46:01 +0000 Received: from localhost ([127.0.0.1]:56894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sssjh-0002Up-HS for submit@debbugs.gnu.org; Sun, 22 Jul 2012 05:46:01 -0400 Received: from chene.dit.umontreal.ca ([132.204.246.20]:60652) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sssjg-0002Uh-IE for 11989@debbugs.gnu.org; Sun, 22 Jul 2012 05:46:01 -0400 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q6M9dT19007636; Sun, 22 Jul 2012 05:39:30 -0400 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id A9D50AECBC; Sun, 22 Jul 2012 05:39:28 -0400 (EDT) From: Stefan Monnier To: "Brent S. Elmer Ph.D." Subject: Re: bug#11989: mark region unreliable in 24.1 Message-ID: References: <1342706820.24101.11.camel@belmer> Date: Sun, 22 Jul 2012 05:39:28 -0400 In-Reply-To: <1342706820.24101.11.camel@belmer> (Brent S. Elmer Ph D.'s message of "Thu, 19 Jul 2012 10:07:00 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4286=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4286> : streams <788655> : uri <1171811> X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 11989 Cc: 11989@debbugs.gnu.org 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: -3.5 (---) > I then move the cursor to the end of the region I want to mark. I then > do something like CTL-w or ALT-w to cut or copy the region. Sometimes > the region gets marked and sometimes it doesn't. I read through the Could you be more specific? "The region gets marked" means (to me) that the region gets highlighted, which should already happen while you "move the cursor to the end of the region". So do you see the region being highlighted while you move the "cursor" (which I call point)? If you do, then what is it that really "doesn't work"? Try to be super specific since most likely the thing that matters is for you an irrelevant detail you don't even notice. Stefan From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 22 18:55:32 2012 Received: (at 11989) by debbugs.gnu.org; 22 Jul 2012 22:55:32 +0000 Received: from localhost ([127.0.0.1]:58045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1St53j-0005hp-TV for submit@debbugs.gnu.org; Sun, 22 Jul 2012 18:55:32 -0400 Received: from imr-db01.mx.aol.com ([205.188.91.95]:55114) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1St53h-0005hh-50 for 11989@debbugs.gnu.org; Sun, 22 Jul 2012 18:55:30 -0400 Received: from mtaout-da02.r1000.mx.aol.com (mtaout-da02.r1000.mx.aol.com [172.29.51.130]) by imr-db01.mx.aol.com (8.14.1/8.14.1) with ESMTP id q6MMmruS030674; Sun, 22 Jul 2012 18:48:53 -0400 Received: from [192.168.1.64] (pool-71-254-2-242.burl.east.myfairpoint.net [71.254.2.242]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-da02.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id EEFA4E0000D3; Sun, 22 Jul 2012 18:48:52 -0400 (EDT) Message-ID: <1342997331.24232.11.camel@localhost.localdomain> Subject: Re: bug#11989: mark region unreliable in 24.1 From: Wendy Elmer To: Stefan Monnier Date: Sun, 22 Jul 2012 18:48:51 -0400 In-Reply-To: References: <1342706820.24101.11.camel@belmer> Content-Type: multipart/alternative; boundary="=-UUzJ+DSAL56yL2jWnusT" X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20110426; t=1342997333; bh=UBZhRNuUIUND/lMpuWLU+wUXnnACOIFtqzZgcWqAvls=; h=From:To:Subject:Message-ID:Date:Mime-Version:Content-Type; b=XkV9noCOEEqyeJFpX23PgYTB+vaT78YOw17m3rAFVAN5sx7d9xqA1Db0+5F6/eFnp S7zK5H8xQn9U5vPaY92mpzhgwVhr/nsvyevJEWlfRzSWAhm01RL1g5g1/1Btyz88zD pKRe3VsQ3WvADUPInpvfi8NlVq/ioK4MQqXk1BiE= X-AOL-SCOLL-SCORE: 0:2:440199264:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d3382500c83540986 X-AOL-IP: 71.254.2.242 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11989 Cc: 11989@debbugs.gnu.org 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: -1.9 (-) --=-UUzJ+DSAL56yL2jWnusT Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On Sun, 2012-07-22 at 05:39 -0400, Stefan Monnier wrote: > > I then move the cursor to the end of the region I want to mark. I then > > do something like CTL-w or ALT-w to cut or copy the region. Sometimes > > the region gets marked and sometimes it doesn't. I read through the > > Could you be more specific? "The region gets marked" means (to me) that > the region gets highlighted, which should already happen while you "move > the cursor to the end of the region". So do you see the region being > highlighted while you move the "cursor" (which I call point)? If you > do, then what is it that really "doesn't work"? > > Try to be super specific since most likely the thing that matters is > for you an irrelevant detail you don't even notice. > > > Stefan The region doesn't get highlighted. When the region gets marked correctly and then I do an ALT-w for example, the cursor will bounce back to the the location that was marked with the CTL-spc and then back to point at the end of the region. Then if I do a CTL-y, the region I marked will be yanked and pasted. When it doesn't work, when I do an ALT-w, the cursor does not bounce back to the mark. And then of course when I do a CTL-y, nothing is yanked back because the mark did not work properly. So, what seems to not be working reliably is: do a CTL-spc to set mark move the cursor to another location with the mouse by clicking with the left mouse button then do CTL-w or ALT-w at the point of the CTL-w or ALT-w it is like the mark is not set any more because the cursor does not bounce back to the CTL-spc location Since I am running Debian, I have set the emacs alternative back to version 23 and setting the mark always works. Brent --=-UUzJ+DSAL56yL2jWnusT Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit On Sun, 2012-07-22 at 05:39 -0400, Stefan Monnier wrote:
> I then move the cursor to the end of the region I want to mark.  I then
> do something like CTL-w or ALT-w to cut or copy the region.  Sometimes
> the region gets marked and sometimes it doesn't.  I read through the

Could you be more specific?  "The region gets marked" means (to me) that
the region gets highlighted, which should already happen while you "move
the cursor to the end of the region".  So do you see the region being
highlighted while you move the "cursor" (which I call point)?  If you
do, then what is it that really "doesn't work"?

Try to be super specific since most likely the thing that matters is
for you an irrelevant detail you don't even notice.


        Stefan
The region doesn't get highlighted.   When the region gets marked correctly and then I do an ALT-w for example, the cursor will bounce back to the the location that was marked with the CTL-spc and then back to point at the end of the region.  Then if I do a CTL-y, the region I marked will be yanked and pasted.  When it doesn't work, when I do an ALT-w, the cursor does not bounce back to the mark.  And then of course when I do a CTL-y, nothing is yanked back because the mark did not work properly.

So, what seems to not be working reliably is:
do a CTL-spc to set mark
move the cursor to another location with the mouse by clicking with the left mouse button
then do CTL-w or ALT-w

at the point of the CTL-w or ALT-w it is like the mark is not set any more because the cursor does not bounce back to the CTL-spc location

Since I am running Debian, I have set the emacs alternative back to version 23 and setting the mark always works.

Brent --=-UUzJ+DSAL56yL2jWnusT-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 23 09:26:57 2012 Received: (at 11989) by debbugs.gnu.org; 23 Jul 2012 13:26:57 +0000 Received: from localhost ([127.0.0.1]:59895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StIf1-0004MS-Q6 for submit@debbugs.gnu.org; Mon, 23 Jul 2012 09:26:57 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:57896) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StIez-0004MJ-Es for 11989@debbugs.gnu.org; Mon, 23 Jul 2012 09:26:54 -0400 Received: from /spool/local by e3.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for <11989@debbugs.gnu.org> from ; Mon, 23 Jul 2012 09:20:18 -0400 Received: from d01dlp03.pok.ibm.com (9.56.224.17) by e3.ny.us.ibm.com (192.168.1.103) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 23 Jul 2012 09:14:24 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 10138C9007C for <11989@debbugs.gnu.org>; Mon, 23 Jul 2012 09:14:14 -0400 (EDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q6NDEDOC368844 for <11989@debbugs.gnu.org>; Mon, 23 Jul 2012 09:14:13 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q6NDFAD2029560 for <11989@debbugs.gnu.org>; Mon, 23 Jul 2012 07:15:10 -0600 Received: from [9.61.249.175] (belmer.btv.ibm.com [9.61.249.175]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q6NDF9Mb029390; Mon, 23 Jul 2012 07:15:09 -0600 Message-ID: <1343049239.32613.3.camel@belmer> Subject: Re: bug#11989: mark region unreliable in 24.1 From: "Brent S. Elmer Ph.D." To: Stefan Monnier Date: Mon, 23 Jul 2012 09:13:59 -0400 In-Reply-To: References: <1342706820.24101.11.camel@belmer> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2-1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12072313-8974-0000-0000-00000B6B99B8 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: 11989 Cc: 11989@debbugs.gnu.org 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.1 (------) On Sun, 2012-07-22 at 05:39 -0400, Stefan Monnier wrote: > > I then move the cursor to the end of the region I want to mark. I then > > do something like CTL-w or ALT-w to cut or copy the region. Sometimes > > the region gets marked and sometimes it doesn't. I read through the > > Could you be more specific? "The region gets marked" means (to me) that > the region gets highlighted, which should already happen while you "move > the cursor to the end of the region". So do you see the region being > highlighted while you move the "cursor" (which I call point)? If you > do, then what is it that really "doesn't work"? > > Try to be super specific since most likely the thing that matters is > for you an irrelevant detail you don't even notice. > > > Stefan Bug # 11588 looks very similar to what I am talking about. Using CTL-spc to set the mark for a region and then using left mouse click to mark the end of the region does not work every time like it did in emacs 23 and before. Years and years of marking regions like this and then with emacs 24 it not working anymore is frustrating. Brent From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 24 01:53:32 2012 Received: (at control) by debbugs.gnu.org; 24 Jul 2012 05:53:32 +0000 Received: from localhost ([127.0.0.1]:34474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StY3n-0006jX-PG for submit@debbugs.gnu.org; Tue, 24 Jul 2012 01:53:32 -0400 Received: from mail-yx0-f172.google.com ([209.85.213.172]:33622) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StY3m-0006jR-6D for control@debbugs.gnu.org; Tue, 24 Jul 2012 01:53:30 -0400 Received: by yenq13 with SMTP id q13so6198049yen.3 for ; Mon, 23 Jul 2012 22:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=8pX8NWjLlUF4JgipRiJ/yGd1+XlfhAeZKunl8BqnzlU=; b=OvZ3JA6F8h4giEUPJw5y5ibcMToRECo8/kB4PrLs50FqxY+oYwCQE3uz3/k6IgIgRg jwDnX81+NMJqj8Sqb9m2T86GPw6alF0d+t7YdMwFjYKe6zIeBJmvJAYapraIhM3qdClQ M8j4PVKpCAbFyPZ0Tlma3oodZtOY8xv0a0jCrn4BctPatcGBconFxD5hckxN+ZBmp84N hwqfQupdfh2EXTyqg1i3cIDB3TKoGY1yeixa4DY8gJOh0HjLswRt0DszYtITIqlN+fgK fAQNUL7KrshHCN4zlbdphLiQoUz1fuhTYcdz+Ay4c4GUMsX+XryGUw7nply4CzBsJ0oX o4lw== Received: by 10.66.83.39 with SMTP id n7mr2103540pay.82.1343108811871; Mon, 23 Jul 2012 22:46:51 -0700 (PDT) Received: from ulysses ([155.69.19.193]) by mx.google.com with ESMTPS id tl6sm9187416pbc.3.2012.07.23.22.46.49 (version=SSLv3 cipher=OTHER); Mon, 23 Jul 2012 22:46:51 -0700 (PDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: forcemerge 11588 11989 Date: Tue, 24 Jul 2012 13:46:47 +0800 Message-ID: <87a9ypg188.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) 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: -2.6 (--) forcemerge 11588 11989 thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 24 06:03:23 2012 Received: (at 11989) by debbugs.gnu.org; 24 Jul 2012 10:03:23 +0000 Received: from localhost ([127.0.0.1]:34789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Stbxa-0004hf-Fw for submit@debbugs.gnu.org; Tue, 24 Jul 2012 06:03:23 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:43361) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StbxY-0004hY-Kq for 11989@debbugs.gnu.org; Tue, 24 Jul 2012 06:03:21 -0400 Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 20417D2462; Tue, 24 Jul 2012 11:56:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Tt1CiBnRaTCk; Tue, 24 Jul 2012 11:56:40 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 7990ED245C; Tue, 24 Jul 2012 11:56:40 +0200 (CEST) From: Tassilo Horn To: "Brent S. Elmer Ph.D." Subject: Re: bug#11989: mark region unreliable in 24.1 References: <1342706820.24101.11.camel@belmer> <1343049239.32613.3.camel@belmer> Date: Tue, 24 Jul 2012 11:56:38 +0200 In-Reply-To: <1343049239.32613.3.camel@belmer> (Brent S. Elmer Ph D.'s message of "Mon, 23 Jul 2012 09:13:59 -0400") Message-ID: <87394ha3e1.fsf@thinkpad.tsdh.de> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 11989 Cc: 11989@debbugs.gnu.org, Stefan Monnier 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: -4.2 (----) "Brent S. Elmer Ph.D." writes: > Bug # 11588 looks very similar to what I am talking about. Indeed, and this bug is already fixed, i.e., with the current emacs trunk I can do C-SPC C-w and it'll kill the region from where I've done C-SPC to where I clicked with the left mouse button. However, you mustn't move the mouse between pushing and releasing the mouse button, but that's the same as with emacs 23. But AFAICS, this change is only committed to trunk. Maybe it should also be committed to the emacs-24 branch. Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 25 02:22:28 2012 Received: (at 11989) by debbugs.gnu.org; 25 Jul 2012 06:22:28 +0000 Received: from localhost ([127.0.0.1]:38113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StuzM-0001Du-Kj for submit@debbugs.gnu.org; Wed, 25 Jul 2012 02:22:28 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:41192) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1StuzJ-0001Dm-NZ for 11989@debbugs.gnu.org; Wed, 25 Jul 2012 02:22:26 -0400 Received: by pbcwy7 with SMTP id wy7so870363pbc.3 for <11989@debbugs.gnu.org>; Tue, 24 Jul 2012 23:15:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=hIKqlobyMWU4/Cm6hRT7U2/DgPwYNgUKNvGWD64y4sQ=; b=vow5Fy+60lWEIJsnCxmCrPCFD3p+tTclvQcevRg4t4qJTj30A11sKD293G6/wgaRwQ EkvyowtBXiWkMPMxDC9pqmnsHeEkNQ9lSy8+RSQqHBI1Z/d7cAluDZ1c4EP0301H3Phx Cy8ZkkoTlrU/TKJe8vRnn4nxnRz0sbUWGe5IV64ueWtXUqP+/s+7RGapwtMpmD5l2s8f ioKDt9Ku6DHj2lEqxS/AVjbkvjFVi1hl2qLr6mSUvPg8O1AYVp+7jy+8t9Oz7grPadgb z+vfr5xAFiR2IUVSfIiEE2FWaN+iT/rg21ks97VEbzGTD+KhtdEVjntHI+IbKgVnHgas WLng== Received: by 10.68.231.132 with SMTP id tg4mr51463218pbc.159.1343196941210; Tue, 24 Jul 2012 23:15:41 -0700 (PDT) Received: from ulysses ([155.69.18.29]) by mx.google.com with ESMTPS id gh9sm13713649pbc.20.2012.07.24.23.15.38 (version=SSLv3 cipher=OTHER); Tue, 24 Jul 2012 23:15:40 -0700 (PDT) From: Chong Yidong To: Tassilo Horn Subject: Re: bug#11989: mark region unreliable in 24.1 References: <1342706820.24101.11.camel@belmer> <1343049239.32613.3.camel@belmer> <87394ha3e1.fsf@thinkpad.tsdh.de> Date: Wed, 25 Jul 2012 14:15:36 +0800 In-Reply-To: <87394ha3e1.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Tue, 24 Jul 2012 11:56:38 +0200") Message-ID: <87lii8l62f.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11989 Cc: "Brent S. Elmer Ph.D." , 11989@debbugs.gnu.org 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: -2.6 (--) Tassilo Horn writes: > But AFAICS, this change is only committed to trunk. Maybe it should > also be committed to the emacs-24 branch. Done, thanks for the suggestion. From unknown Fri Jun 20 18:21:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 22 Aug 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