From unknown Thu Jun 19 14:06:06 2025 X-Loop: don@donarmstrong.com Subject: bug#441: 23.0.60; Complicated combination of keymaps/remapping mistreated Reply-To: David Kastrup , 441@debbugs.gnu.org Resent-From: David Kastrup Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 18 Jun 2008 09:40:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 441 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12137814397736 (code B ref -1); Wed, 18 Jun 2008 09:40:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.4 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 18 Jun 2008 09:30:39 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m5I9URk0007418 for ; Wed, 18 Jun 2008 02:30:29 -0700 Received: from mail.gnu.org ([199.232.76.166]:52325 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K8txg-00013H-CT for emacs-pretest-bug@gnu.org; Wed, 18 Jun 2008 05:28:16 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K8tzk-00016R-0U for emacs-pretest-bug@gnu.org; Wed, 18 Jun 2008 05:30:27 -0400 Received: from mail.quinscape.de ([212.29.44.217]:54299) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K8tzj-00015R-1c for emacs-pretest-bug@gnu.org; Wed, 18 Jun 2008 05:30:23 -0400 Received: (qmail-ldap/ctrl 20745 invoked from network); 18 Jun 2008 09:30:21 -0000 Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by quinx.quinscape.de (qmail-ldap-1.03) with SMTP for ; 18 Jun 2008 09:30:20 -0000 Received: by lola.quinscape.zz (Postfix, from userid 1001) id 4D2458EFE7; Wed, 18 Jun 2008 11:30:20 +0200 (CEST) From: David Kastrup To: emacs-pretest-bug@gnu.org Date: Wed, 18 Jun 2008 11:30:19 +0200 Message-ID: <86lk13gkes.fsf@lola.quinscape.zz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.8.0.55; VDF: 7.0.4.212; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hi, when reading news with an embedded URL, I am tempted to click on the URL in the (non-selected!) article buffer with mouse-1. This does not work. Asking about the keybinding delivers: (translated from ) at that spot runs the command widget-button-click, which is an interactive compiled Lisp function in `wid-edit.el'. (widget-button-click event) Invoke the button that the mouse is pointing at. ----------------- up-event (short click) ---------------- at that spot is remapped to , which runs the command mouse-yank-at-click, which is an interactive compiled Lisp function in `mouse.el'. It is bound to , . (mouse-yank-at-click click arg) Insert the last stretch of killed text at the position clicked on. Also move point to one end of the text thus inserted (normally the end), and set mark at the beginning. Prefix arguments are interpreted as with C-y. If `mouse-yank-at-point' is non-nil, insert at point regardless of where you click. ----------------- up-event (long click) ---------------- Pressing at that spot for longer than 450 milli-seconds runs the command mouse-set-point, which is an interactive compiled Lisp function in `mouse.el'. It is bound to , , , , . (mouse-set-point event) Move point to the position clicked on with the mouse. This should be bound to a mouse click event type. [back] And the attempt to yank then fails (since this is a readonly buffer). Ok, but if I am in the buffer itself, I just get at that spot runs the command widget-button-click, which is an interactive compiled Lisp function in `wid-edit.el'. It is bound to , . (widget-button-click event) Invoke the button that the mouse is pointing at. [back] Which works. In GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-06-17 on lisa Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--prefix=/usr/local/emacs-21' '--without-toolkit-scroll-bars'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Summary Minor modes in effect: shell-dirtrack-mode: t TeX-PDF-mode: t server-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Fetching headers for nntp+news.gmane.org:gmane.comp.gnu.utils.bugs...done Generating summary...done Mark set insert-for-yank: Buffer is read-only: # -- David Kastrup From unknown Thu Jun 19 14:06:06 2025 X-Loop: don@donarmstrong.com Subject: bug#441: 23.0.60; Complicated combination of keymaps/remapping mistreated Reply-To: Chong Yidong , 441@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 12 Aug 2008 21:50:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 441 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 441-submit@emacsbugs.donarmstrong.com id=B441.12185773489041 (code B ref 441); Tue, 12 Aug 2008 21:50:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.4 required=4.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 441) by emacsbugs.donarmstrong.com; 12 Aug 2008 21:42:28 +0000 Received: from cyd (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7CLgOI1009035 for <441@emacsbugs.donarmstrong.com>; Tue, 12 Aug 2008 14:42:26 -0700 Received: by cyd (Postfix, from userid 1000) id D3B7057E2EC; Tue, 12 Aug 2008 17:42:55 -0400 (EDT) From: Chong Yidong To: David Kastrup Cc: 441@debbugs.gnu.org Date: Tue, 12 Aug 2008 17:42:55 -0400 Message-ID: <87r68t9ag0.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Hi, when reading news with an embedded URL, I am tempted to click on > the URL in the (non-selected!) article buffer with mouse-1. This does > not work. Asking about the keybinding delivers: > > (translated from ) at that > spot runs the command widget-button-click, which is an interactive > compiled Lisp function in `wid-edit.el'. I can't seem to reproduce this. Left-clicking on any Gnus article buffer (I assume you're referring to Gnus) opens the url as desired, even if the article buffer isn't the selected window. Do you still see this problem? If so, could you check if it's something in your customizations causing it? From unknown Thu Jun 19 14:06:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: don@donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: David Kastrup Subject: bug#441 closed by Chong Yidong (Re: 23.0.60; Complicated combination of keymaps/remapping mistreated) Message-ID: References: <8763q3adt9.fsf@stupidchicken.com> <86lk13gkes.fsf@lola.quinscape.zz> X-Emacs-PR-Message: they-closed 441 X-Emacs-PR-Package: emacs Reply-To: 441@debbugs.gnu.org Content-Type: multipart/mixed; boundary="----------=_1218723304-18211-1" This is a multi-part message in MIME format... ------------=_1218723304-18211-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #441: 23.0.60; Complicated combination of keymaps/remapping mistreated It has been closed by Chong Yidong . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Chong Yidong by replying to this email. --=20 441: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D441 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1218723304-18211-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From cyd@stupidchicken.com Thu Aug 14 07:09:30 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 441-done) by emacsbugs.donarmstrong.com; 14 Aug 2008 14:09:30 +0000 Received: from furry (c-24-63-201-57.hsd1.ma.comcast.net [24.63.201.57]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7EE9Rbr016599 for <441-done@emacsbugs.donarmstrong.com>; Thu, 14 Aug 2008 07:09:28 -0700 Received: by furry (Postfix, from userid 1000) id 25E4DC056; Thu, 14 Aug 2008 10:09:22 -0400 (EDT) From: Chong Yidong To: 441-done@debbugs.gnu.org Subject: Re: 23.0.60; Complicated combination of keymaps/remapping mistreated References: <87r68t9ag0.fsf@stupidchicken.com> <858wv0w0x5.fsf@lola.goethe.zz> Date: Thu, 14 Aug 2008 10:09:22 -0400 In-Reply-To: <858wv0w0x5.fsf@lola.goethe.zz> (David Kastrup's message of "Thu, 14 Aug 2008 08:44:38 +0200") Message-ID: <8763q3adt9.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii David Kastrup writes: > Chong Yidong writes: > >>> Hi, when reading news with an embedded URL, I am tempted to click on >>> the URL in the (non-selected!) article buffer with mouse-1. This does >>> not work. Asking about the keybinding delivers: >>> >>> (translated from ) at that >>> spot runs the command widget-button-click, which is an interactive >>> compiled Lisp function in `wid-edit.el'. >> >> I can't seem to reproduce this. Left-clicking on any Gnus article >> buffer (I assume you're referring to Gnus) opens the url as desired, >> even if the article buffer isn't the selected window. >> >> Do you still see this problem? If so, could you check if it's something >> in your customizations causing it? > > It would appear like I can't currently reproduce this either. If it > crops up again, I'll holler. ------------=_1218723304-18211-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit >From dak@gnu.org Wed Jun 18 02:30:39 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.4 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 18 Jun 2008 09:30:39 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m5I9URk0007418 for ; Wed, 18 Jun 2008 02:30:29 -0700 Received: from mail.gnu.org ([199.232.76.166]:52325 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K8txg-00013H-CT for emacs-pretest-bug@gnu.org; Wed, 18 Jun 2008 05:28:16 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K8tzk-00016R-0U for emacs-pretest-bug@gnu.org; Wed, 18 Jun 2008 05:30:27 -0400 Received: from mail.quinscape.de ([212.29.44.217]:54299) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K8tzj-00015R-1c for emacs-pretest-bug@gnu.org; Wed, 18 Jun 2008 05:30:23 -0400 Received: (qmail-ldap/ctrl 20745 invoked from network); 18 Jun 2008 09:30:21 -0000 Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by quinx.quinscape.de (qmail-ldap-1.03) with SMTP for ; 18 Jun 2008 09:30:20 -0000 Received: by lola.quinscape.zz (Postfix, from userid 1001) id 4D2458EFE7; Wed, 18 Jun 2008 11:30:20 +0200 (CEST) From: David Kastrup To: emacs-pretest-bug@gnu.org Subject: 23.0.60; Complicated combination of keymaps/remapping mistreated Date: Wed, 18 Jun 2008 11:30:19 +0200 Message-ID: <86lk13gkes.fsf@lola.quinscape.zz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.8.0.55; VDF: 7.0.4.212; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Hi, when reading news with an embedded URL, I am tempted to click on the URL in the (non-selected!) article buffer with mouse-1. This does not work. Asking about the keybinding delivers: (translated from ) at that spot runs the command widget-button-click, which is an interactive compiled Lisp function in `wid-edit.el'. (widget-button-click event) Invoke the button that the mouse is pointing at. ----------------- up-event (short click) ---------------- at that spot is remapped to , which runs the command mouse-yank-at-click, which is an interactive compiled Lisp function in `mouse.el'. It is bound to , . (mouse-yank-at-click click arg) Insert the last stretch of killed text at the position clicked on. Also move point to one end of the text thus inserted (normally the end), and set mark at the beginning. Prefix arguments are interpreted as with C-y. If `mouse-yank-at-point' is non-nil, insert at point regardless of where you click. ----------------- up-event (long click) ---------------- Pressing at that spot for longer than 450 milli-seconds runs the command mouse-set-point, which is an interactive compiled Lisp function in `mouse.el'. It is bound to , , , , . (mouse-set-point event) Move point to the position clicked on with the mouse. This should be bound to a mouse click event type. [back] And the attempt to yank then fails (since this is a readonly buffer). Ok, but if I am in the buffer itself, I just get at that spot runs the command widget-button-click, which is an interactive compiled Lisp function in `wid-edit.el'. It is bound to , . (widget-button-click event) Invoke the button that the mouse is pointing at. [back] Which works. In GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-06-17 on lisa Windowing system distributor `The X.Org Foundation', version 11.0.10400090 configured using `configure '--prefix=/usr/local/emacs-21' '--without-toolkit-scroll-bars'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Summary Minor modes in effect: shell-dirtrack-mode: t TeX-PDF-mode: t server-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Fetching headers for nntp+news.gmane.org:gmane.comp.gnu.utils.bugs...done Generating summary...done Mark set insert-for-yank: Buffer is read-only: # -- David Kastrup ------------=_1218723304-18211-1--