From unknown Fri Sep 05 20:56:07 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#49626 <49626@debbugs.gnu.org> To: bug#49626 <49626@debbugs.gnu.org> Subject: Status: Why mouse-1 is not allowed on button links? Reply-To: bug#49626 <49626@debbugs.gnu.org> Date: Sat, 06 Sep 2025 03:56:07 +0000 retitle 49626 Why mouse-1 is not allowed on button links? reassign 49626 emacs submitter 49626 Juri Linkov severity 49626 normal tag 49626 patch fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 18 18:39:53 2021 Received: (at submit) by debbugs.gnu.org; 18 Jul 2021 22:39:54 +0000 Received: from localhost ([127.0.0.1]:57567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5FRx-0002mT-Os for submit@debbugs.gnu.org; Sun, 18 Jul 2021 18:39:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:39388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5FRu-0002m8-Eu for submit@debbugs.gnu.org; Sun, 18 Jul 2021 18:39:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5FRu-0001p3-3U for bug-gnu-emacs@gnu.org; Sun, 18 Jul 2021 18:39:50 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:42305) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5FRs-0007Uo-83 for bug-gnu-emacs@gnu.org; Sun, 18 Jul 2021 18:39:49 -0400 Received: (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id CB4BF100004 for ; Sun, 18 Jul 2021 22:39:44 +0000 (UTC) From: Juri Linkov To: bug-gnu-emacs@gnu.org Subject: Why mouse-1 is not allowed on button links? Organization: LINKOV.NET Date: Mon, 19 Jul 2021 01:38:13 +0300 Message-ID: <87czrfi6y2.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.178.231; envelope-from=juri@linkov.net; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit 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.7 (--) Tried to click mouse-1 on the button links in the 'dictionary' buffers (from the built-in package lisp/net/dictionary.el), but it does nothing, unlike mouse-2. Should this patch be applied? I'm asking because I'm not sure about its side effects to other packages. diff --git a/lisp/button.el b/lisp/button.el index 69d70540c0..74dfb5d541 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -61,6 +61,7 @@ button-map ;; might get converted to ^M when building loaddefs.el (define-key map [(control ?m)] 'push-button) (define-key map [mouse-2] 'push-button) + (define-key map [follow-link] 'mouse-face) ;; FIXME: You'd think that for keymaps coming from text-properties on the ;; mode-line or header-line, the `mode-line' or `header-line' prefix ;; shouldn't be necessary! From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 19 09:51:49 2021 Received: (at 49626) by debbugs.gnu.org; 19 Jul 2021 13:51:49 +0000 Received: from localhost ([127.0.0.1]:58366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5TgT-00060U-1U for submit@debbugs.gnu.org; Mon, 19 Jul 2021 09:51:49 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5TgR-00060G-D0 for 49626@debbugs.gnu.org; Mon, 19 Jul 2021 09:51:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=lJgKTVL92CDedzNvsujr5o0VsYWWeGSYjgiQ00647IE=; b=HZiaxm9jam/yyrXu+jo1VzV9zq VoKTopsx67OmLAClK9au0GmAJOsfGJiVrj0IWEvKxbrsT5qGMr8Rk0rU6HqqmaCbM1t9YoNBvwvSe efOj2UUUljSFl08uLAn7C0n6rUO1rMCj3Ycdt2pyGZTxgVbf5gJ3U+a9B4ssdFNpvggo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m5TgJ-0007Oy-BE; Mon, 19 Jul 2021 15:51:41 +0200 From: Lars Ingebrigtsen To: Juri Linkov Subject: Re: bug#49626: Why mouse-1 is not allowed on button links? References: <87czrfi6y2.fsf@mail.linkov.net> X-Now-Playing: Arthur Russell's _Iowa Dreams_: "Now It's Even Worse Than Before" Date: Mon, 19 Jul 2021 15:51:38 +0200 In-Reply-To: <87czrfi6y2.fsf@mail.linkov.net> (Juri Linkov's message of "Mon, 19 Jul 2021 01:38:13 +0300") Message-ID: <874kcqpg2d.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Juri Linkov writes: > Tried to click mouse-1 on the button links in the 'dictionary' buffers > (from the built-in package lisp/net/dictionary.el), > but it does nothing, unlike mouse-2. Should this patch be applied? > I' [...] 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: -2.3 (--) X-Debbugs-Envelope-To: 49626 Cc: 49626@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: -3.3 (---) Juri Linkov writes: > Tried to click mouse-1 on the button links in the 'dictionary' buffers > (from the built-in package lisp/net/dictionary.el), > but it does nothing, unlike mouse-2. Should this patch be applied? > I'm asking because I'm not sure about its side effects to other packages. I think it should be applied -- I think mouse-1 should work as documented in all packages? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 20 08:57:56 2021 Received: (at control) by debbugs.gnu.org; 20 Jul 2021 12:57:56 +0000 Received: from localhost ([127.0.0.1]:33190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5pJs-0004O2-7D for submit@debbugs.gnu.org; Tue, 20 Jul 2021 08:57:56 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5pJq-0004Nn-AN for control@debbugs.gnu.org; Tue, 20 Jul 2021 08:57:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=twKBmHAnBaHHcbjC0QpAY91DVovvSWdhq1iPyvJ7seQ=; b=o0CXBrByECFStTtx1aH+Fto77x 22/PCcmI+g84ID5U3E2SrVVwGLL6e1bM8yppO+KoyVsGD3AdqORgPkICYNb/fAr0afOgXnhN2E9pt gMWh6Qgad+j9NplxhGFudfNZsB7/3NOvYyShjMLJslmWiTW5wHn5+0nllsUCfWhD5qNo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m5pJh-0003Pi-ET for control@debbugs.gnu.org; Tue, 20 Jul 2021 14:57:48 +0200 Date: Tue, 20 Jul 2021 14:57:44 +0200 Message-Id: <87o8axdtx3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49626 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 49626 + patch 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: -2.3 (--) 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: -3.3 (---) tags 49626 + patch quit From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 20 15:54:07 2021 Received: (at 49626) by debbugs.gnu.org; 20 Jul 2021 19:54:08 +0000 Received: from localhost ([127.0.0.1]:35435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5vod-0007Qy-Ef for submit@debbugs.gnu.org; Tue, 20 Jul 2021 15:54:07 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:47857) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5voY-0007Q7-E7; Tue, 20 Jul 2021 15:54:06 -0400 Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BC406E0002; Tue, 20 Jul 2021 19:53:53 +0000 (UTC) From: Juri Linkov To: Lars Ingebrigtsen Subject: Re: bug#49626: Why mouse-1 is not allowed on button links? Organization: LINKOV.NET References: <87czrfi6y2.fsf@mail.linkov.net> <874kcqpg2d.fsf@gnus.org> Date: Tue, 20 Jul 2021 22:53:28 +0300 In-Reply-To: <874kcqpg2d.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 19 Jul 2021 15:51:38 +0200") Message-ID: <87czrcvk1z.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49626 Cc: 49626@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.7 (-) tags 49626 fixed close 49626 28.0.50 quit >> Tried to click mouse-1 on the button links in the 'dictionary' buffers >> (from the built-in package lisp/net/dictionary.el), >> but it does nothing, unlike mouse-2. Should this patch be applied? >> I'm asking because I'm not sure about its side effects to other packages. > > I think it should be applied -- I think mouse-1 should work as > documented in all packages? So now applied. From unknown Fri Sep 05 20:56:07 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, 18 Aug 2021 11:24:06 +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