From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 11 18:00:27 2014 Received: (at submit) by debbugs.gnu.org; 11 Aug 2014 22:00:27 +0000 Received: from localhost ([127.0.0.1]:39745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGxdi-0000K0-7z for submit@debbugs.gnu.org; Mon, 11 Aug 2014 18:00:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53821) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGxdf-0000Jm-Gc for submit@debbugs.gnu.org; Mon, 11 Aug 2014 18:00:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGxdR-0001Wv-5z for submit@debbugs.gnu.org; Mon, 11 Aug 2014 18:00:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGxdR-0001Wq-3k for submit@debbugs.gnu.org; Mon, 11 Aug 2014 18:00:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGxdI-0002uu-1m for bug-gnu-emacs@gnu.org; Mon, 11 Aug 2014 18:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGxd9-0001Fk-0B for bug-gnu-emacs@gnu.org; Mon, 11 Aug 2014 18:00:00 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:59961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGxd8-0001FY-PQ for bug-gnu-emacs@gnu.org; Mon, 11 Aug 2014 17:59:50 -0400 Received: by mail-wi0-f178.google.com with SMTP id hi2so4907320wib.5 for ; Mon, 11 Aug 2014 14:59:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=JveUIe54AtvADWsUm7kTU55X4wLRjrarJ00/ZYmsnBU=; b=XDhvdHsGqhawMhWpMXQ9E5CRoQklvdNYWIJPJydHaQA01nYAW37jwzrZNpzg4WTX0u QDQtgKAJseQLIPYx9fmv7CkvRHsm0JUEnLKip/ZdUljDbZouNKFTGIB2UHIwK/OjdaWy MZ1Ik5F0MWQ65eiGMv1+vbxoqXIsrm8zC7rr24sMtkHcJZqBBA8J/ROwNKstuNBgjs+1 rBs5tD9rQCXf5UAHoPfoc3qcoc2Sh8IxCJB5QLkIRifDLXKU27lpbZREPGnaWckERNS1 8mTTGAaZGwfUmjuRjvoN9AFq9mppOFyGNYh8Gq++UJcyyIp8uXZwWDtjHD6uKzoJKt0Y DOSw== X-Received: by 10.194.237.194 with SMTP id ve2mr555712wjc.89.1407794389075; Mon, 11 Aug 2014 14:59:49 -0700 (PDT) Received: from LAPTOP-ANDREA.laptop-andrea.trieste.it (net-93-144-101-209.cust.dsl.teletu.it. [93.144.101.209]) by mx.google.com with ESMTPSA id ho7sm4568663wjb.2.2014.08.11.14.59.45 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 11 Aug 2014 14:59:48 -0700 (PDT) From: Andrea Rossetti To: bug-gnu-emacs@gnu.org Subject: 24.3; expected a button click, text pasted into button label instead Date: Mon, 11 Aug 2014 23:59:37 +0200 Message-ID: <84k36eofg6.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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-Debbugs-Envelope-To: submit 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 (----) Hello, I found some odd behaviour while clicking with over a button. I can't say if it's exactly a bug, but I believe it's unexpected and unwanted behaviour for the user. Here's a recipe to replicate it. 1) start emacs -Q 2) clear buffer with C-x h C-w 3) type or paste the following five lines of text (line 3 is empty on purpose): ;---------- line1: start (insert-button "[ciao]" 'action (lambda (x) (message "ciao!"))) ; line 2 ; line 4: pastethis ; --------- line 5: end 4) put the text cursor at line 3, type C-x C-e so that the "[ciao]" button will be created in line 3 5) select the word "pastethis" with the mouse, by dragging with mouse-1 button from first to last letter of the word 6a) put the mouse cursor over the [ciao] button and click there with mouse-2 (center button). Result: you should see that the message "ciao!" appears at the bottom line; this is correct and expected behaviour 6b) move the mouse cursor over the letter "i" of the text "line 4:", click mouse-2 and hold it pressed; continue dragging and move the mouse cursor over the [ciao] button, then release mouse-2. Result: you should see that the word "pastethis" has been pasted into the button label, so that it looks similar to [ciapastethiso]; this is unexpected behaviour. May I please ask if the result 6b) is reproducible for you too. I believe 6b) is odd/buggy because typically the user wants to do action 6a) but accidentally drags the mouse by a few pixel, thus actually performing action 6b). Please let me know if this opinion seems wrong/flawed to you. If the above makes sense for you too, then a possible correction could be: if a event ends on a pushable button, then Emacs should always perform the button action, not a text paste like it does now. Thanks for your attention and patience in reading this, kindest regards. Andrea In GNU Emacs 24.3.1 (i386-mingw-nt6.1.7600) of 2013-03-17 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.1.7600 Configured using: `configure --with-gcc (4.7) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include -ID:/devel/emacs/libs/libiconv-1.13.1-1-dev/include -ID:/devel/emacs/libs/libxml2-2.7.8/include/libxml2' Important settings: value of $LANG: ITA locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Article Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t server-mode: t recentf-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 03 15:02:19 2019 Received: (at 18249) by debbugs.gnu.org; 3 Aug 2019 19:02:20 +0000 Received: from localhost ([127.0.0.1]:59939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htzIJ-0005WC-ET for submit@debbugs.gnu.org; Sat, 03 Aug 2019 15:02:19 -0400 Received: from quimby.gnus.org ([80.91.231.51]:51990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htzIH-0005Tw-7H for 18249@debbugs.gnu.org; Sat, 03 Aug 2019 15:02:17 -0400 Received: from 77.18.62.220.tmi.telenormobil.no ([77.18.62.220] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1htzID-00075P-Ea; Sat, 03 Aug 2019 21:02:15 +0200 From: Lars Ingebrigtsen To: Andrea Rossetti Subject: Re: bug#18249: 24.3; expected a button click, text pasted into button label instead References: <84k36eofg6.fsf@gmail.com> Date: Sat, 03 Aug 2019 21:02:12 +0200 In-Reply-To: <84k36eofg6.fsf@gmail.com> (Andrea Rossetti's message of "Mon, 11 Aug 2014 23:59:37 +0200") Message-ID: <87pnlmdqdn.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Andrea Rossetti writes: > (insert-button "[ciao]" 'action (lambda (x) (message "ciao!"))) ; line 2 [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18249 Cc: 18249@debbugs.gnu.org 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: -1.0 (-) Andrea Rossetti writes: > (insert-button "[ciao]" 'action (lambda (x) (message "ciao!"))) ; line 2 [...] > 6b) move the mouse cursor over the letter "i" of the text "line 4:", > click mouse-2 and hold it pressed; continue dragging and move the > mouse cursor over the [ciao] button, then release mouse-2. > Result: you should see that the word "pastethis" has been pasted > into the button label, so that it looks similar to > [ciapastethiso]; this is unexpected behaviour. > > May I please ask if the result 6b) is reproducible for you too. (I'm going through old bug reports that unfortunately have not received any responses yet.) I tried this in Emacs 27, and I was unable to reproduce the bug. Holding down mouse-2 and moving the mouse around just moves text around, and releasing it doesn't do anything special on the button inserted. Are you still seeing this bug? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 03 15:02:27 2019 Received: (at control) by debbugs.gnu.org; 3 Aug 2019 19:02:27 +0000 Received: from localhost ([127.0.0.1]:59942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htzIQ-0005bk-QO for submit@debbugs.gnu.org; Sat, 03 Aug 2019 15:02:27 -0400 Received: from quimby.gnus.org ([80.91.231.51]:52004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1htzIP-0005aD-MG for control@debbugs.gnu.org; Sat, 03 Aug 2019 15:02:26 -0400 Received: from 77.18.62.220.tmi.telenormobil.no ([77.18.62.220] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1htzIN-00075W-1Y for control@debbugs.gnu.org; Sat, 03 Aug 2019 21:02:25 +0200 Date: Sat, 03 Aug 2019 21:02:22 +0200 Message-Id: <87o916dqdd.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #18249 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 18249 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) 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: -1.0 (-) tags 18249 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 04 09:07:05 2019 Received: (at 18249) by debbugs.gnu.org; 4 Aug 2019 13:07:05 +0000 Received: from localhost ([127.0.0.1]:60768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1huGE5-0008QL-47 for submit@debbugs.gnu.org; Sun, 04 Aug 2019 09:07:05 -0400 Received: from mail-wm1-f54.google.com ([209.85.128.54]:39921) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1huGE3-0008PP-G2 for 18249@debbugs.gnu.org; Sun, 04 Aug 2019 09:07:04 -0400 Received: by mail-wm1-f54.google.com with SMTP id u25so60238988wmc.4 for <18249@debbugs.gnu.org>; Sun, 04 Aug 2019 06:07:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Ez6f9Y9/dwj3tdodLUsRS6osaIE6V5+VzgDOEF7EwqU=; b=C/7QuQqW1+sHKx4LZOOwaOFHRE+eJzCtt2qXTSlhStdbuWgM3fEjEncBimlj/L2ipW 5v7eguvDBnr5JzzVQyzGCkp86q5pir73a2Y/UjgXLuuH/4a+Ngnf17BI22Pr25UrbVCj cKT0Qf/RQqLxTUNkHAifVCo87H1ig0crOcuSsRX+y/XKl638DRj3ftEll3hAHMcNMtEr LYSm2bFE7tSm50O7gHbGBj1sKfwcC1AlRmj0GdNJW1Ntjdb6Bb0Dt6BErkBh+Dgl4QXl ury0CSp1mL2MPk4ZouX0usbHNiklwIdodoYw2HsTSqlfkTfVR8JPh0+vubWNRxla3oFm z5qA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Ez6f9Y9/dwj3tdodLUsRS6osaIE6V5+VzgDOEF7EwqU=; b=KRpXLJmFpRjmBE3gAi6GaB4EssRr3Uew0jf92qnbgoYsmvQVsE2Rfz7pKDdDidNGrk cPeKi0/UK0f/YIelQ9qoSeVfFO49789frrc6w/iGI+fHSUqMN9r/4AaV8SQ4+ZwJJg1b Wlgl7bJJIlVNI6mByIDM/H7tF42LXusWOPLAHpoNB2kkLeJYe+oXRQY61EdhCz5XiCOC ETNjVdARGALu10Zqfm0BYhIk+OGPr4/hwg7Eo2KAHf52ePq4i7r8hAgCSlDHZwPkGdEb sCaOsi1RN13Cv/DPqCUCJr/JN6kD6FygN3x45o60lSm0Zf3JkmHYHpbFcfSouVa3NncI OJ0A== X-Gm-Message-State: APjAAAWf2ssZz/x66ZI1O9Jm0YDJEPFKC1u8L0ar+9iifOjTI2bu2u+P 8ZDXlHOfRLMBe4jLP1Uuo8byL4PJ X-Google-Smtp-Source: APXvYqxck032xOtZIcwcb72j8KhtVzyhK4DExB2gZxcfMBvT0CdIyBnC25MPnTKEn88ZboNQC5rbmw== X-Received: by 2002:a1c:305:: with SMTP id 5mr14362342wmd.101.1564924017379; Sun, 04 Aug 2019 06:06:57 -0700 (PDT) Received: from port-andrea ([151.49.246.49]) by smtp.gmail.com with ESMTPSA id v124sm87275113wmf.23.2019.08.04.06.06.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 04 Aug 2019 06:06:55 -0700 (PDT) From: Andrea Rossetti To: Lars Ingebrigtsen Subject: Re: bug#18249: 24.3; expected a button click, text pasted into button label instead References: <84k36eofg6.fsf@gmail.com> <87pnlmdqdn.fsf@mouse.gnus.org> Date: Sun, 04 Aug 2019 15:06:54 +0200 In-Reply-To: <87pnlmdqdn.fsf@mouse.gnus.org> (Lars Ingebrigtsen's message of "Sat, 03 Aug 2019 21:02:12 +0200") Message-ID: <86blx5yt8x.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18249 Cc: 18249@debbugs.gnu.org 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: -1.0 (-) Hello Lars, Lars Ingebrigtsen writes: > I tried this in Emacs 27, and I was unable to reproduce the bug. > Holding down mouse-2 and moving the mouse around just moves text around, > and releasing it doesn't do anything special on the button inserted. > > Are you still seeing this bug? and thanks for your feedback. I confirm I can still reproduce the issue on these binaries: https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/emacs-27.0.50-snapshot-2019-06-08-x86_64.zip M-x version RET GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-06-09 Tentative explanation: if you tested on a Linux workstation, then it could be a Windows-only problem. Or maybe my step 6b is ambiguous or hard to follow. Let me retry: Maybe describing 6b more naively may help, let me try: 6b) press mouse-2 outside [ciao], drag mouse inside [ciao], release mouse-2. Instead of clicking the button, it pastes text inside the button. Cheers! From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 05 05:17:13 2019 Received: (at 18249) by debbugs.gnu.org; 5 Aug 2019 09:17:13 +0000 Received: from localhost ([127.0.0.1]:34598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1huZ7A-0005lh-SW for submit@debbugs.gnu.org; Mon, 05 Aug 2019 05:17:13 -0400 Received: from quimby.gnus.org ([80.91.231.51]:52542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1huZ77-0005lY-Vg for 18249@debbugs.gnu.org; Mon, 05 Aug 2019 05:17:11 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1huZ75-0000vD-1g; Mon, 05 Aug 2019 11:17:09 +0200 From: Lars Ingebrigtsen To: Andrea Rossetti Subject: Re: bug#18249: 24.3; expected a button click, text pasted into button label instead References: <84k36eofg6.fsf@gmail.com> <87pnlmdqdn.fsf@mouse.gnus.org> <86blx5yt8x.fsf@gmail.com> Date: Mon, 05 Aug 2019 11:17:06 +0200 In-Reply-To: <86blx5yt8x.fsf@gmail.com> (Andrea Rossetti's message of "Sun, 04 Aug 2019 15:06:54 +0200") Message-ID: <87k1bsdl9p.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Andrea Rossetti writes: > GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-06-09 > > Tentative explanation: if you tested on a Linux workstation, then it > could be a Windows-only problem. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18249 Cc: 18249@debbugs.gnu.org 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: -1.0 (-) Andrea Rossetti writes: > GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-06-09 > > Tentative explanation: if you tested on a Linux workstation, then it > could be a Windows-only problem. Ah, I guess that sounds likely. > Or maybe my step 6b is ambiguous or > hard to follow. Let me retry: > > Maybe describing 6b more naively may help, let me try: > > 6b) press mouse-2 outside [ciao], drag mouse inside [ciao], release mouse-2. > Instead of clicking the button, it pastes text inside the button. Yup; I'm not able to reproduce this in GNU/Linux, so somebody with Windows should try to chase down why this happens there. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 14 04:21:00 2019 Received: (at control) by debbugs.gnu.org; 14 Oct 2019 08:21:01 +0000 Received: from localhost ([127.0.0.1]:38076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJvbA-00043Q-D6 for submit@debbugs.gnu.org; Mon, 14 Oct 2019 04:21:00 -0400 Received: from [80.91.231.51] (port=53276 helo=quimby.gnus.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJvb8-00043I-S4 for control@debbugs.gnu.org; Mon, 14 Oct 2019 04:20:59 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJvb6-0003kT-6q for control@debbugs.gnu.org; Mon, 14 Oct 2019 10:20:58 +0200 Date: Mon, 14 Oct 2019 10:20:55 +0200 Message-Id: <871rvfkaag.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #18249 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 18249 - moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 18249 - moreinfo quit Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS 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.3 (/) tags 18249 - moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 22 17:23:05 2020 Received: (at 18249) by debbugs.gnu.org; 22 Sep 2020 21:23:05 +0000 Received: from localhost ([127.0.0.1]:33610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKpkf-0002Ew-0a for submit@debbugs.gnu.org; Tue, 22 Sep 2020 17:23:05 -0400 Received: from mail-wm1-f54.google.com ([209.85.128.54]:38577) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKpka-0002EA-O4 for 18249@debbugs.gnu.org; Tue, 22 Sep 2020 17:23:03 -0400 Received: by mail-wm1-f54.google.com with SMTP id v12so2996597wmh.3 for <18249@debbugs.gnu.org>; Tue, 22 Sep 2020 14:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=xglUyZDwB9MciZfY4zMRaZImfDM8FhK4hwCZ8B/Z3fQ=; b=tKj39rWiDdk1eF7KF/tymeaHaAqMczsGdcfAQJZKxJd6V2EzEbYQPFSscjoUxJ5fOe 79rCh9Rv5aRQxgUJk+vwSihTCR6YmXfjQpeLAyE6fzzEJWOoiYGpCxasWtEKXRXbmm3w 329/Ry8WtTmBghthD1xPrKIbDbdTdmlWE9Qm/BycxBxUw/p4ijuPY9taeFZnSUDt8rhw +fr9298r3Lj1APi3N5rai0atj7QL/emB9yB4Y6C39Z8OzDVJD6QejaVVyaqAdQeNEgsP 1UPh0RPHvjZky1/+Tzn7WeSL1iGTh+RFMMKHaMNS66ixRu7vt4t6ULkAipOR0h1+XVU7 p7kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=xglUyZDwB9MciZfY4zMRaZImfDM8FhK4hwCZ8B/Z3fQ=; b=oyVN4tlajTy8X9sRMd6qArnT1yfTb1jap6LxosX8eoCzz+15+mSziENsIB0igG2mri go5WZEEtlt/+dwwpQswVp6d0nTxaB/0TzkM1Iy6Y9x7/MSjwc6Gpsslhe0CH6miWr1Mf BKuKr41InKuRhKndHNE2hCaGl4LEDfJaxJGLDyWtnqGJpi/t3ovUnOawGJXI+XVE5VfD C7KdGSchyv5Sn5zAaJ6VWm/pFZz65bQC23mBiXsP7AE458WhjFrris0wjTihzUQoa8Ls lMZuxBdXSDSDZMfTQ0VPSfhaZ/7+jzcm0H26k1NQOHsZK+M3QkIjIXhMOzeTiDkvFaC/ khyg== X-Gm-Message-State: AOAM533J/8tFb8GHSAdcRsSx5HQXWQ1WFB57lpsVWeyrE+2eEm1RgCYV nAtc4gIPkLz6FVW22Am93WxfnAhRVowHkMHJJOo= X-Google-Smtp-Source: ABdhPJz5mIrBh/AFiRA1P1VdsW41ioohzu4CXpXh8iDVARgTwdFQmuk+cLiaj+KiGx5D2cwnU9robzaMa4xbyz3QYBE= X-Received: by 2002:a1c:23c9:: with SMTP id j192mr3111535wmj.6.1600809774573; Tue, 22 Sep 2020 14:22:54 -0700 (PDT) MIME-Version: 1.0 From: Mauro Aranda Date: Tue, 22 Sep 2020 18:22:42 -0300 Message-ID: Subject: Re: bug#18249: 24.3; expected a button click, text pasted into button label instead To: Lars Ingebrigtsen Content-Type: multipart/alternative; boundary="000000000000f76bb905afed91fe" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18249 Cc: 18249@debbugs.gnu.org, Andrea Rossetti 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: -1.0 (-) --000000000000f76bb905afed91fe Content-Type: text/plain; charset="UTF-8" Lars Ingebrigtsen writes: > Andrea Rossetti writes: > >> GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-06-09 >> >> Tentative explanation: if you tested on a Linux workstation, then it >> could be a Windows-only problem. > > Ah, I guess that sounds likely. [...] >> Or maybe my step 6b is ambiguous or >> hard to follow. Let me retry: >> >> Maybe describing 6b more naively may help, let me try: >> >> 6b) press mouse-2 outside [ciao], drag mouse inside [ciao], release mouse-2. >> Instead of clicking the button, it pastes text inside the button. > > Yup; I'm not able to reproduce this in GNU/Linux, so somebody with > Windows should try to chase down why this happens there. I am able to reproduce this at will in GNU/Linux, though. Details: x86_64-pc-linux-gnu Ubuntu 18.04.5 LTS --000000000000f76bb905afed91fe Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Lars Ingebrigtsen <la= rsi@gnus.org> writes:

> Andrea Rossetti <andrea.rossetti@gmail.com> writes:>
>> GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-0= 6-09
>>
>> =C2=A0 Tentative explanation: if you tested on= a Linux workstation, then it
>> could be a Windows-only problem.<= br>>
> Ah, I guess that sounds likely.

[...]

>>= ; Or maybe my step 6b is ambiguous or
>> hard to follow. Let me re= try:
>>
>> =C2=A0 Maybe describing 6b more naively may he= lp, let me try:
>>
>> =C2=A0 6b) press mouse-2 outside [c= iao], drag mouse inside [ciao], release mouse-2.
>> =C2=A0 =C2=A0= =C2=A0 Instead of clicking the button, it pastes text inside the button.>
> Yup; I'm not able to reproduce this in GNU/Linux, so som= ebody with
> Windows should try to chase down why this happens there.=

I am able to reproduce this at will in GNU/Linux, though.
<= /div>
Details:
x86_64-pc-linux-gnu
Ubuntu 18.04.5 LTS
--000000000000f76bb905afed91fe-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 01:41:07 2021 Received: (at 18249) by debbugs.gnu.org; 23 Oct 2021 05:41:07 +0000 Received: from localhost ([127.0.0.1]:34178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1me9mD-0003rF-I2 for submit@debbugs.gnu.org; Sat, 23 Oct 2021 01:41:07 -0400 Received: from mail-pl1-f176.google.com ([209.85.214.176]:46787) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1me9m7-0003ps-9H for 18249@debbugs.gnu.org; Sat, 23 Oct 2021 01:41:03 -0400 Received: by mail-pl1-f176.google.com with SMTP id c4so291706plg.13 for <18249@debbugs.gnu.org>; Fri, 22 Oct 2021 22:40:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=zW6maUlpHtIh0/ltfbgsZsmh9bHA4qK1P6yr70sR+eg=; b=ZhpvJzOmtvRIC0vV7fJajVJoEnme5Wsa6hpMUn1rNHGdlGnd5+VFhv2gf8opxde0Pm qWOYbWy7X0Tv/+ktfWmM2RcjwYm9AfZCHI1VlNr+5E/tscfG33NtZqraRLXoaFiezl/3 114bvmzb0XmCTvvSOANqtNxlINfc73xceRHJtmOAJtboJf3ZmR5Rd++O/vG2oIwGvPx6 cLiq34gbGEElWoBTMeDFXnZHA0IrsNTVTo3EuORj5j2UYUEPk8wl0C7CzLIwbd4s6q1U 9dJV9tDmdeQr6AUJiGO1kylsXLiD63CLy4EV4qrweTLSyztWbzWWsU6WQOduwo4qbxzY UQ7w== X-Gm-Message-State: AOAM531jgWtqHC+nZSFjf/s6d50vhEicRMyYS5tuXgeud+dWPkF2ePX5 YFqGC7w8a+0zem3ZdWxr30+ljYxzYzYe0172MVo= X-Google-Smtp-Source: ABdhPJx6TzSyK7voA6KyaRx2yXe/ko8TnJf0releW0dZk7vsRYBQFI6/3vRyGzakFiXL/qwURGvqGrb14wnzmWOLe5I= X-Received: by 2002:a17:902:e750:b0:140:2693:b2e8 with SMTP id p16-20020a170902e75000b001402693b2e8mr3944573plf.22.1634967653633; Fri, 22 Oct 2021 22:40:53 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 22 Oct 2021 22:40:53 -0700 From: Stefan Kangas In-Reply-To: (Mauro Aranda's message of "Tue, 22 Sep 2020 18:22:42 -0300") References: <84k36eofg6.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Date: Fri, 22 Oct 2021 22:40:53 -0700 Message-ID: Subject: Re: bug#18249: 24.3; expected a button click, text pasted into button label instead To: Mauro Aranda Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 18249 Cc: 18249@debbugs.gnu.org, Lars Ingebrigtsen , Andrea Rossetti 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.5 (/) severity 18249 minor found 18249 28.0.50 thanks Mauro Aranda writes: > Lars Ingebrigtsen writes: > >> Andrea Rossetti writes: >> >>> GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-06-09 >>> >>> Tentative explanation: if you tested on a Linux workstation, then it >>> could be a Windows-only problem. >> >> Ah, I guess that sounds likely. > > [...] > >>> Or maybe my step 6b is ambiguous or >>> hard to follow. Let me retry: >>> >>> Maybe describing 6b more naively may help, let me try: >>> >>> 6b) press mouse-2 outside [ciao], drag mouse inside [ciao], release mouse-2. >>> Instead of clicking the button, it pastes text inside the button. >> >> Yup; I'm not able to reproduce this in GNU/Linux, so somebody with >> Windows should try to chase down why this happens there. > > I am able to reproduce this at will in GNU/Linux, though. I can reproduce this with current master on Debian stable/bookworm. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 03 07:11:53 2025 Received: (at 18249) by debbugs.gnu.org; 3 Mar 2025 12:11:54 +0000 Received: from localhost ([127.0.0.1]:45611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tp4eH-00028b-Dq for submit@debbugs.gnu.org; Mon, 03 Mar 2025 07:11:53 -0500 Received: from mail-pl1-x631.google.com ([2607:f8b0:4864:20::631]:56360) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tp4eD-00028K-UJ for 18249@debbugs.gnu.org; Mon, 03 Mar 2025 07:11:51 -0500 Received: by mail-pl1-x631.google.com with SMTP id d9443c01a7336-223cc017ef5so4972005ad.0 for <18249@debbugs.gnu.org>; Mon, 03 Mar 2025 04:11:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1741003903; x=1741608703; darn=debbugs.gnu.org; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=miOey6EFG1bvYlEgF/iW3EH54c1KsdiwczP5zOk6hms=; b=iTNtWJZJ4vyyaXs3aJ4cL8Kj3s81cIwfCYNxV0Tt+uo3JNglQKdJthOPlPOO+6D9Nv vXM/4kCzNl5y4FT3KWZ1inqHFAUTXqpcx+F50NorPLjnOrIBJc+OeWDYuqOFYJxgxrgc l6Plmezn+fI2xyhPr4QcaQfyLw6mC5udUyHNm/cE7nf0WNAniFf7M4nunGqKzqHCKvD3 FkRKHOv2FtxfEiwCxEwlhPVT1yzrCO8d3SsqDe268E4bXS3ub5URhD0jRKtWFCs3vTjh 2Ksw2CtN+Q1KdSJ6DhtKlO5ETEAnT7I5QVQdU5VbAfFSOBXf90+UYqY4Z9yEZdDPr7G0 3NrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1741003903; x=1741608703; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=miOey6EFG1bvYlEgF/iW3EH54c1KsdiwczP5zOk6hms=; b=bMyBMh3VpTzezZtVHYU7+1ex/TeOpebagfnVQG2VT4W3T5kOlGqdY5f6+wPjXhwvbr jUok8IYKAyQV5vhCTxCa0tfzqmubcCFFOFYs/YqrrwiVcBHMbYLS4t5HKnbxObzCIQ6N hGtsdzw3hWPDrR+O+9GDFsunam5Taf/esfpU2TQeTJ0guJ/AKg5W6gU9TptrHbOOOtdS P3bGPUAoOOQe1D2S008zb79PyfYNFAKnE6CUOMxZ0Uc3YgVcPuU4VBl5YR20GpLC4Yf9 NApaitIUUuck+to5CR/CVRnqFHUwfkc5iRPjR0MFwKcpydT4NSKyTsTcqXmO47peBTEP 5Jiw== X-Gm-Message-State: AOJu0Yxdcmxo0eWNFftsx32Qa9iiKM2zNgWalH63po7CW7KaiZpTzDFF CXRvRKGiJQDAfUCiL2qjXh8W+0vE7mLP2VZQJujQXs54cNa7OuujHhyf1A== X-Gm-Gg: ASbGncsVa4LmZfSoSDoSZCymyOR3fCShZxFYv+V3RbM9Bm1WJtaXjwhs+zgPHbwrmxD +VUd7CXkmrSmy8PT1cTqb0Cljdigp4QWhZiPaBY+DqtYyGp/oL58pOSJS4giE2wPfWF05VNlCeE zj89Tt9F1YW759q+WIiwvR+do1Zplzd92XrJlwsPc4XnTW0jEpKh40PHkmJsdYHakOevCKa9XlQ sdHjQQ5PqEQY1HBWAp8kUNGSB0QohhZVeY8zebD6BzbeS1uBSJZv4nc5nqkPI+YfCWDMJGdOGd5 Zt7Aq828IuFzGUsDEs1rxzBm17e98o13BFljDhaLJJCEQSpq7vE= X-Google-Smtp-Source: AGHT+IFWF/4TmYE/aJTBJXr0jkBAPV7ZRzAFG48cXZIcpaeI3b8NUqogUwbLT8/OyyqxQ8QUond9Rw== X-Received: by 2002:a17:902:da91:b0:223:5c33:56a2 with SMTP id d9443c01a7336-223690e1aafmr222477895ad.28.1741003903288; Mon, 03 Mar 2025 04:11:43 -0800 (PST) Received: from [192.168.0.234] ([181.228.33.6]) by smtp.gmail.com with ESMTPSA id 98e67ed59e1d1-2fe825d2bd6sm12091194a91.21.2025.03.03.04.11.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Mar 2025 04:11:42 -0800 (PST) Message-ID: Date: Mon, 3 Mar 2025 09:11:39 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: 18249@debbugs.gnu.org, Stefan Kangas From: Mauro Aranda Subject: Re: bug#18249: 24.3; expected a button click, text pasted into button, label instead Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18249 Cc: andrea.rossetti@gmail.com, Lars Ingebrigtsen 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: -1.0 (-) Stefan Kangas writes: > severity 18249 minor > found 18249 28.0.50 > thanks > > Mauro Aranda writes: > >> Lars Ingebrigtsen writes: >> >>> Andrea Rossetti writes: >>> >>>> GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2019-06-09 >>>> >>>>   Tentative explanation: if you tested on a Linux workstation, then it >>>> could be a Windows-only problem. >>> >>> Ah, I guess that sounds likely. >> >> [...] >> >>>> Or maybe my step 6b is ambiguous or >>>> hard to follow. Let me retry: >>>> >>>>   Maybe describing 6b more naively may help, let me try: >>>> >>>>   6b) press mouse-2 outside [ciao], drag mouse inside [ciao], release mouse-2. >>>>       Instead of clicking the button, it pastes text inside the button. >>> >>> Yup; I'm not able to reproduce this in GNU/Linux, so somebody with >>> Windows should try to chase down why this happens there. >> >> I am able to reproduce this at will in GNU/Linux, though. > > I can reproduce this with current master on Debian stable/bookworm. And now I'm not able to reproduce it anymore: The yank happens at the position where the mouse-2 click starts, not where it ends, keeping the button label intact. I think this is OK.