From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2014 03:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 16678@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.139174391316900 (code B ref -1); Fri, 07 Feb 2014 03:32:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2014 03:31:53 +0000 Received: from localhost ([127.0.0.1]:53991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBcAS-0004OV-NS for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:31:53 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34998) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBcAQ-0004ON-Hu for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:31:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBcAG-000663-9X for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:31:50 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBcAG-00065z-6s for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:31:40 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBcA7-0001sr-LX for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:31:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBc9x-0005zU-SX for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:31:31 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:29179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBc9x-0005z8-Mm for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:31:21 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s173VJNs027124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Feb 2014 03:31:20 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s173VJDZ005851 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Feb 2014 03:31:19 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s173VJNG020988 for ; Fri, 7 Feb 2014 03:31:19 GMT MIME-Version: 1.0 Message-ID: <6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default> Date: Thu, 6 Feb 2014 19:31:18 -0800 (PST) From: Drew Adams X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) emacs -Q (defcustom foo '([next]) "" :type '(repeat sexp) :group 'edit) M-x customize-option foo In the edit field, try to select the current value, which is `[next]'. Try to select it by dragging the mouse from start (left) to end (right). As soon as the mouse passes the last char, to select it too, the selection highlight disappears. Try to select it using the keyboard to define the region: Put the cursor before the `[' and hit `C-SPC'. Then use `C-e' to move the cursor past the `]'. No region highlighting. Try again, this time using `C-f' to advance across the text. As soon as you move past the `]', the region highlighting disappears. Users should have highlighting that shows them what text is selected - all of that text, including the last character. This is a regression from Emacs 24.3, where selection worked normally. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-02-02 on ODIEONE Bzr revision: 116242 rudalics@gmx.at-20140202130041-n967dw77nw7ztvy9 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2014 07:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 16678@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 16678-submit@debbugs.gnu.org id=B16678.139175991824741 (code B ref 16678); Fri, 07 Feb 2014 07:59:01 +0000 Received: (at 16678) by debbugs.gnu.org; 7 Feb 2014 07:58:38 +0000 Received: from localhost ([127.0.0.1]:54210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBgKa-0006Qx-HN for submit@debbugs.gnu.org; Fri, 07 Feb 2014 02:58:37 -0500 Received: from mtaout25.012.net.il ([80.179.55.181]:59196) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBgKV-0006Ql-7A for 16678@debbugs.gnu.org; Fri, 07 Feb 2014 02:58:33 -0500 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0N0M000008ROIJ00@mtaout25.012.net.il> for 16678@debbugs.gnu.org; Fri, 07 Feb 2014 09:57:43 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N0M00NEE8S74H20@mtaout25.012.net.il>; Fri, 07 Feb 2014 09:57:43 +0200 (IST) Date: Fri, 07 Feb 2014 09:58:29 +0200 From: Eli Zaretskii In-reply-to: <6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default> X-012-Sender: halo1@inter.net.il Message-id: <83r47fxska.fsf@gnu.org> References: <6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Thu, 6 Feb 2014 19:31:18 -0800 (PST) > From: Drew Adams > > emacs -Q > > (defcustom foo '([next]) "" :type '(repeat sexp) :group 'edit) > > M-x customize-option foo > > In the edit field, try to select the current value, which is `[next]'. > > Try to select it by dragging the mouse from start (left) to end (right). > As soon as the mouse passes the last char, to select it too, the > selection highlight disappears. > > Try to select it using the keyboard to define the region: Put the cursor > before the `[' and hit `C-SPC'. Then use `C-e' to move the cursor past > the `]'. No region highlighting. Try again, this time using `C-f' to > advance across the text. As soon as you move past the `]', the region > highlighting disappears. > > Users should have highlighting that shows them what text is selected - > all of that text, including the last character. This is a regression > from Emacs 24.3, where selection worked normally. If I highlight inside the edit field, everything works as expected. That is instead of Put the cursor before the `[' and hit `C-SPC' I do Put the cursor ON the `[' and hit `C-SPC' then I get the expected behavior. What is the purpose of highlighting outside of the edit field? From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2014 17:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , Drew Adams Cc: 16678@debbugs.gnu.org Received: via spool by 16678-submit@debbugs.gnu.org id=B16678.13917945255769 (code B ref 16678); Fri, 07 Feb 2014 17:36:02 +0000 Received: (at 16678) by debbugs.gnu.org; 7 Feb 2014 17:35:25 +0000 Received: from localhost ([127.0.0.1]:55344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBpKm-0001Uy-JZ for submit@debbugs.gnu.org; Fri, 07 Feb 2014 12:35:25 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:31157) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBpKk-0001Up-Cr for 16678@debbugs.gnu.org; Fri, 07 Feb 2014 12:35:22 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s17HZKHU005058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Feb 2014 17:35:21 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s17HZJIr027463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Feb 2014 17:35:20 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s17HZJqj027459; Fri, 7 Feb 2014 17:35:19 GMT MIME-Version: 1.0 Message-ID: <546218f1-7f8c-471e-8172-36ece48c7341@default> Date: Fri, 7 Feb 2014 09:35:18 -0800 (PST) From: Drew Adams References: <<6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default>> <<83r47fxska.fsf@gnu.org>> In-Reply-To: <<83r47fxska.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) > If I highlight inside the edit field, everything works as expected. > That is instead of >=20 > Put the cursor before the `[' and hit `C-SPC' >=20 > I do Put the cursor ON the `[' and hit `C-SPC' That is what I meant. I should have said "put _point_ before..." or "put the cursor on...". > then I get the expected behavior. This is very weird. When I try now, I do not see the bug. Last night it was entirely reproducible, from emacs -Q. The behavior I saw was that selecting the entire text in the edit field unhighlighted the selection. IOW, selecting the last char in the field caused unhighlighting. No matter how I tried to select all of the text in the field, selecting the last char made the highlighting disappear. That was the bug I tried to report. For example, just double-clicking the `[', which selects the whole text `[next]', did not highlight the selection (perhaps it highlighted then unhighlighted it). The text was in fact selected, as I tested by yanking it. But the selection was not highlighted if it included the last char. > What is the purpose of highlighting outside of the edit field? To be clear, I never tried to select beyond the last char. I was only selecting all of the text in the field, _including_ the last char. For example, C-SPC followed by ... until the cursor moved past the last char, to select it. But as I say, for some reason I cannot repro the bug this morning. I will keep an eye out, to see if it happens again. But what is weird is that it was reproducible over and over last night, but not now. And I in fact still have an Emacs session (but with my setup, not from emacs -Q) that shows the bugged behavior now. I tried poking around, to see if I could discover something different about that Customize buffer, but I haven't found anything. If you have an idea of something to look for, and you let me know soon (e.g., before I forget and quit the session at some point or the session crashes), let me know and I'll take a look. From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2014 18:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 16678@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 16678-submit@debbugs.gnu.org id=B16678.13917966569541 (code B ref 16678); Fri, 07 Feb 2014 18:11:02 +0000 Received: (at 16678) by debbugs.gnu.org; 7 Feb 2014 18:10:56 +0000 Received: from localhost ([127.0.0.1]:55377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBpt9-0002Tp-H8 for submit@debbugs.gnu.org; Fri, 07 Feb 2014 13:10:55 -0500 Received: from mtaout24.012.net.il ([80.179.55.180]:37388) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBpt6-0002Tf-SU for 16678@debbugs.gnu.org; Fri, 07 Feb 2014 13:10:54 -0500 Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0N0N00M000KAHV00@mtaout24.012.net.il> for 16678@debbugs.gnu.org; Fri, 07 Feb 2014 20:10:04 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N0N00GOI14ROY70@mtaout24.012.net.il>; Fri, 07 Feb 2014 20:10:03 +0200 (IST) Date: Fri, 07 Feb 2014 20:10:46 +0200 From: Eli Zaretskii In-reply-to: <546218f1-7f8c-471e-8172-36ece48c7341@default> X-012-Sender: halo1@inter.net.il Message-id: <83d2iyyes9.fsf@gnu.org> References: <6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default> <83r47fxska.fsf@gnu.org> <546218f1-7f8c-471e-8172-36ece48c7341@default> X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Fri, 7 Feb 2014 09:35:18 -0800 (PST) > From: Drew Adams > Cc: 16678@debbugs.gnu.org > > This is very weird. When I try now, I do not see the bug. > Last night it was entirely reproducible, from emacs -Q. Are you trying this in the same binary? (Sorry for asking the obvious.) > If you have an idea of something to look for, and you let me > know soon (e.g., before I forget and quit the session at some > point or the session crashes), let me know and I'll take a look. Sorry, no idea for now. Anyone? From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2014 18:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 16678@debbugs.gnu.org Received: via spool by 16678-submit@debbugs.gnu.org id=B16678.139179901613481 (code B ref 16678); Fri, 07 Feb 2014 18:51:01 +0000 Received: (at 16678) by debbugs.gnu.org; 7 Feb 2014 18:50:16 +0000 Received: from localhost ([127.0.0.1]:55392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBqVC-0003VL-PB for submit@debbugs.gnu.org; Fri, 07 Feb 2014 13:50:15 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:21050) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBqV9-0003VC-P5 for 16678@debbugs.gnu.org; Fri, 07 Feb 2014 13:50:13 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s17Io8rh013473 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Feb 2014 18:50:09 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s17Io5Dw003248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Feb 2014 18:50:08 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s17Io5GN017867; Fri, 7 Feb 2014 18:50:05 GMT MIME-Version: 1.0 Message-ID: <3b230709-a080-450c-a8a9-9dda3a7d85f9@default> Date: Fri, 7 Feb 2014 10:50:04 -0800 (PST) From: Drew Adams References: <<6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default>> <<83r47fxska.fsf@gnu.org>> <<546218f1-7f8c-471e-8172-36ece48c7341@default>> <<83d2iyyes9.fsf@gnu.org>> In-Reply-To: <<83d2iyyes9.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) > Are you trying this in the same binary? (Sorry for asking the > obvious.) Yes, but glad you asked the obvious anyway. From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 26 Dec 2015 13:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Drew Adams Cc: Eli Zaretskii , 16678@debbugs.gnu.org Received: via spool by 16678-submit@debbugs.gnu.org id=B16678.145113656028976 (code B ref 16678); Sat, 26 Dec 2015 13:30:02 +0000 Received: (at 16678) by debbugs.gnu.org; 26 Dec 2015 13:29:20 +0000 Received: from localhost ([127.0.0.1]:37049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCouN-0007XI-SC for submit@debbugs.gnu.org; Sat, 26 Dec 2015 08:29:20 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:35515) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCouM-0007XB-HU for 16678@debbugs.gnu.org; Sat, 26 Dec 2015 08:29:18 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCou1-0007XO-NR; Sat, 26 Dec 2015 14:28:57 +0100 From: Lars Ingebrigtsen References: <6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default>> <83r47fxska.fsf@gnu.org>> <546218f1-7f8c-471e-8172-36ece48c7341@default> Date: Sat, 26 Dec 2015 14:28:56 +0100 In-Reply-To: <546218f1-7f8c-471e-8172-36ece48c7341@default> (Drew Adams's message of "Fri, 7 Feb 2014 09:35:18 -0800 (PST)") Message-ID: <8760zl49uv.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCou1-0007XO-NR X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451741338.03659@KpngNc4vOukSnegLemGLKw X-Spam-Status: No X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Drew Adams writes: > But as I say, for some reason I cannot repro the bug this > morning. I will keep an eye out, to see if it happens again. > But what is weird is that it was reproducible over and over > last night, but not now. Are you still seeing this bug? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Mon Aug 18 09:08:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#16678: 24.3.50; REGRESSION: text selection is broken in Customize edit fields Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 26 Dec 2015 16:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16678 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen Cc: Eli Zaretskii , 16678@debbugs.gnu.org Received: via spool by 16678-submit@debbugs.gnu.org id=B16678.145114743622306 (code B ref 16678); Sat, 26 Dec 2015 16:31:02 +0000 Received: (at 16678) by debbugs.gnu.org; 26 Dec 2015 16:30:36 +0000 Received: from localhost ([127.0.0.1]:41762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrjn-0005nS-RQ for submit@debbugs.gnu.org; Sat, 26 Dec 2015 11:30:35 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:24473) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrjm-0005gQ-NH for 16678@debbugs.gnu.org; Sat, 26 Dec 2015 11:30:34 -0500 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id tBQGUSZL027151 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 26 Dec 2015 16:30:28 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id tBQGUS8l025070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 26 Dec 2015 16:30:28 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id tBQGURTj030888; Sat, 26 Dec 2015 16:30:27 GMT MIME-Version: 1.0 Message-ID: <0e6137fd-c2c3-491c-806b-7dd2a49ce0c4@default> Date: Sat, 26 Dec 2015 08:30:26 -0800 (PST) From: Drew Adams References: <6c091fb7-c0fe-41b6-a6bd-d787fc53be1a@default>> <83r47fxska.fsf@gnu.org>> <546218f1-7f8c-471e-8172-36ece48c7341@default> <8760zl49uv.fsf@gnus.org> In-Reply-To: <8760zl49uv.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) > Are you still seeing this bug? No. I think this can be closed. Thx. From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 11:36:04 2015 Received: (at control) by debbugs.gnu.org; 26 Dec 2015 16:36:04 +0000 Received: from localhost ([127.0.0.1]:41819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrp6-00071m-B8 for submit@debbugs.gnu.org; Sat, 26 Dec 2015 11:36:04 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:39321) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCrp4-00070t-J2 for control@debbugs.gnu.org; Sat, 26 Dec 2015 11:36:02 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCroj-00022K-Bj for control@debbugs.gnu.org; Sat, 26 Dec 2015 17:35:41 +0100 Date: Sat, 26 Dec 2015 17:35:40 +0100 Message-Id: <87y4chmalf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16678 X-MailScanner-ID: 1aCroj-00022K-Bj X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451752542.20767@0p/n0+NRdr/MNOGHX+eQDg X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) close 16678