From unknown Mon Aug 18 15:38:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53960: 29.0.50; describe-face: cannot use the mouse to select candidate from *Completions* buffer Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Feb 2022 15:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53960 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 53960@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164467970815568 (code B ref -1); Sat, 12 Feb 2022 15:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Feb 2022 15:28:28 +0000 Received: from localhost ([127.0.0.1]:35459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIuK3-000432-RZ for submit@debbugs.gnu.org; Sat, 12 Feb 2022 10:28:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:48744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIuK1-00042t-ME for submit@debbugs.gnu.org; Sat, 12 Feb 2022 10:28:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIuK1-00050l-8l for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2022 10:28:25 -0500 Received: from [2607:f8b0:4864:20::1044] (port=47051 helo=mail-pj1-x1044.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nIuJy-0006oE-6A for bug-gnu-emacs@gnu.org; Sat, 12 Feb 2022 10:28:24 -0500 Received: by mail-pj1-x1044.google.com with SMTP id t4-20020a17090a510400b001b8c4a6cd5dso11558396pjh.5 for ; Sat, 12 Feb 2022 07:28:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:user-agent:mime-version; bh=iGa19jZR+tCScWWzdOmcF47AZzTa1D09kKFUs5IBczk=; b=B3SduoXLqtaymVhilPfaKpgB3ABwcmsdK/jdmnmH+WmpFHZjKXSDXPIcYD6Sy9kyTI XNXFiyofdDAv0ex3VSBdR/mjtTwot4dsawR4rntHoXLHNO8LYX2s4rzsMLPHmh2PJ5/a /fIkFKmcbH7sDwmvVyNLqtxRU4Grcyd5/0z+B04tLM+NmydqaH7GdkNq1+Lx1sumzhfo 6+7p+nmzNQyOZrcIGfDdHiA8tx1QAuo4ZB9x8CT9DwquMcOm0DyLO/U2VVUz+YUSXyhe h88y0bEQPk1LEbqWyXOqOUYm+bHgREQW9S1bfQdOvPQdx1lPRE16KMB5Jk+No3QRGqvv G4qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version; bh=iGa19jZR+tCScWWzdOmcF47AZzTa1D09kKFUs5IBczk=; b=3BnTJNf1Ja9l5PpfIWIxYvN8xg69GL2ZHwxuD0smjzeITIO9i0q6gQDAhQ2oKNT8km 3GElngo6fVnG8OJb6x7yp8xEwWdIB+zA0PYXbAZmdzo9vErPhlgLaGuRf4Mh3m4kdxO8 E1ZhoO9XS21ZWzvgDEqxWvZOs303dp+FYf3c39pgFp2KjyEWb3sT466SYn/W4J2HAtqn KSHCHmMTzasLtHKX4DfaUqQuIBU32fsU77JjpACFtLsUa485NQPwDqpOt5q0gh5C8bRS Y5Hw19sVO+XtFcYiN/4HVK1ta9e2myL7ztpQ7dWsEKWVOylCCAYG54VvmwOps+i3/HH4 UNNA== X-Gm-Message-State: AOAM531RLfkf1u95puAuHxjsKXqmmzfZ5XRL6X+5G5d6HemPdAutuqWa lc7uEmIAcx0sC3kDvQZdICS6gGg4Cw7yZauO X-Google-Smtp-Source: ABdhPJxMp+zc5u+LOK0WEdx+m8DjV5f8/NiZXtBSiSJfg18s2z3v/LFGUK6bxEE9oqmMyZX9pPufPw== X-Received: by 2002:a17:90a:150:: with SMTP id z16mr5747915pje.214.1644679699992; Sat, 12 Feb 2022 07:28:19 -0800 (PST) Received: from localhost ([118.185.152.162]) by smtp.gmail.com with ESMTPSA id w4sm21637079pgs.28.2022.02.12.07.28.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Feb 2022 07:28:19 -0800 (PST) From: Visuwesh Date: Sat, 12 Feb 2022 20:57:44 +0530 Message-ID: <87iltknlzj.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::1044 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::1044; envelope-from=visuweshm@gmail.com; helo=mail-pj1-x1044.google.com X-Spam_score_int: 20 X-Spam_score: 2.0 X-Spam_bar: ++ X-Spam_report: (2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_SBL_CSS=3.335, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 4.5 (++++) 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: There are two problems: 1. The candidate does not have the mouse-face, it is the "SAMPLE" text that does. 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" in the minibuffer instead of the face name. Content analysis details: (4.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [118.185.152.162 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.5 SPOOFED_FREEMAIL No description available. 0.8 SPOOF_GMAIL_MID From Gmail but it doesn't seem to be... 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.2 (+) 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: There are two problems: 1. The candidate does not have the mouse-face, it is the "SAMPLE" text that does. 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" in the minibuffer instead of the face name. Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [118.185.152.162 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager There are two problems: 1. The candidate does not have the mouse-face, it is the "SAMPLE" text that does. 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" in the minibuffer instead of the face name. Steps to reproduce: 1. emacs -Q 2. M-x describe-face RET 3. TAB 4. Hover the mouse over the face-name, notice that it is not highlighted. 5. Hover the mouse over the "SAMPLE" text, notice that it is highlighted but pressing mouse-1 prepends "SAMPLE" to the minibuffer instead. In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw scroll bars) Repository revision: 58bb9eb4005599155a8fce8d5c5beb531a72c534 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 System Description: NixOS 21.11 (Porcupine) Configured using: 'configure --prefix=/nix/store/0m0yw7b3zly74ljs3qmkblb780xg03id-emacs-git-20220130.0 --disable-build-details --with-modules --with-x-toolkit=lucid --with-xft --with-cairo --with-native-compilation' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM LUCID ZLIB Important settings: value of $EMACSLOADPATH: value of $EMACSNATIVELOADPATH: /nix/store/07cbjwzil3jfhyifj15h60k7yvixzqxs-emacs-packages-deps/share/emacs/native-lisp:: value of $LC_MONETARY: ta_IN.UTF-8 value of $LC_NUMERIC: ta_IN.UTF-8 value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-undo-mode: t recentf-mode: t eros-mode: t pdf-occur-global-minor-mode: t minibuffer-depth-indicate-mode: t repeat-mode: t display-time-mode: t display-battery-mode: t straight-use-package-mode: t straight-package-neutering-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tab-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: /home/viz/.nix-profile/share/emacs/site-lisp/site-start hides /nix/store/07cbjwzil3jfhyifj15h60k7yvixzqxs-emacs-packages-deps/share/emacs/site-lisp/site-start /home/viz/lib/emacs/straight/build/map/map hides /nix/store/0m0yw7b3zly74ljs3qmkblb780xg03id-emacs-git-20220130.0/share/emacs/29.0.50/lisp/emacs-lisp/map /home/viz/lib/emacs/straight/build/let-alist/let-alist hides /nix/store/0m0yw7b3zly74ljs3qmkblb780xg03id-emacs-git-20220130.0/share/emacs/29.0.50/lisp/emacs-lisp/let-alist Features: (shadow sort gnus-cite flyspell ispell goto-addr ecomplete mail-extr emacsbug sendmail network-stream nsm nndraft nnmh nnmaildir nnagent nnml nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig nntp gnus-cache gnus-sum shr pixel-fill kinsoku svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time iso8601 gnus-spec gnus-int gnus-range message yank-media rmc puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util mail-utils range misearch multi-isearch reveal noutline outline recentf tree-widget vc-git diff-mode vc-dispatcher icomplete crm help-fns radix-tree server paredit edmacro kmacro eros time-date checkdoc lisp-mnt mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr flymake-proc flymake project warnings thingatpt hl-todo writegood-mode-autoloads wordel-autoloads sokoban-autoloads ement-autoloads ts-autoloads map-autoloads plz-autoloads nov-autoloads esxml-autoloads kv-autoloads transmission-autoloads lua-mode-autoloads nix-mode-autoloads magit-section-autoloads dash-autoloads racket-mode-autoloads eros-autoloads flymake-shellcheck-autoloads avy avy-autoloads siege-mode-autoloads paredit-autoloads puni-autoloads expand-region-autoloads filladapt-autoloads compose quail scroll-other-window org-pdftools-autoloads org-noter-autoloads math-delimiters-autoloads doct-autoloads ob-async-autoloads async-autoloads emacs-ob-racket-autoloads valign-autoloads org-starless-autoloads cdlatex-autoloads auctex-autoloads tex-site easy-mmode pdf-occur ibuf-ext ibuffer ibuffer-loaddefs tablist advice tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local find-func cedet pdf-isearch let-alist pdf-misc imenu pdf-tools package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source eieio eieio-core eieio-loaddefs json map url-vars compile comint ansi-color ring cus-edit wid-edit pdf-view password-cache jka-compr pdf-cache pdf-info tq pdf-util pdf-macs image-mode dired-x dired dired-loaddefs exif pdf-tools-autoloads let-alist-autoloads tablist-autoloads derived mb-depth cus-load repeat visual-fill-autoloads olivetti-autoloads hl-todo-autoloads time format-spec battery dbus filenotify xml disp-table lacarte-autoloads shell-command-plus-autoloads rx icalendar diary-lib diary-loaddefs cal-menu calendar cal-loaddefs flymake-grammarly-autoloads grammarly-autoloads websocket-autoloads finder-inf request-autoloads s-autoloads chemtable-autoloads molar-mass-autoloads saveplace-pdf-view saveplace bookmark text-property-search pp saveplace-pdf-view-autoloads pcase straight-autoloads info cl-seq cl-extra help-mode straight cl-macs cl-loaddefs cl-lib vz-nh-theme seq gv subr-x byte-opt bytecomp byte-compile cconv iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo x-toolkit x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 339759 20945) (symbols 48 25454 4) (strings 32 91195 10981) (string-bytes 1 3405287) (vectors 16 55133) (vector-slots 8 1609310 74026) (floats 8 376 41) (intervals 56 2869 46) (buffers 992 27)) From unknown Mon Aug 18 15:38:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53960: 29.0.50; describe-face: cannot use the mouse to select candidate from *Completions* buffer Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Feb 2022 08:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53960 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Visuwesh Cc: 53960@debbugs.gnu.org Received: via spool by 53960-submit@debbugs.gnu.org id=B53960.164474139221190 (code B ref 53960); Sun, 13 Feb 2022 08:37:01 +0000 Received: (at 53960) by debbugs.gnu.org; 13 Feb 2022 08:36:32 +0000 Received: from localhost ([127.0.0.1]:36234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJAMx-0005Vc-JN for submit@debbugs.gnu.org; Sun, 13 Feb 2022 03:36:31 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJAMq-0005VB-P6 for 53960@debbugs.gnu.org; Sun, 13 Feb 2022 03:36:30 -0500 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=d59zBLwN8lWa1RBCXtu1JSuDlj9t75+tjproNkbyp28=; b=KeYzJLwVfbLWPeesb0GciMx3N/ vHvXK1pe/GIhJ4pUCbACMr8cst6zs9ib3YxkBnCyupw0JFEsMlLsub5UpBJESw9jRZ8y8SRRYafy4 ku/O4f4qaQ2g/O0lw8Dq5lRuVNm0BmYSok17A2WYUVq4/vTq5OPfLIBf1CZevSd7gq3s=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJAMh-0000dD-MQ; Sun, 13 Feb 2022 09:36:18 +0100 From: Lars Ingebrigtsen References: <87iltknlzj.fsf@gmail.com> X-Now-Playing: Sidsel Endresen's _Undertow_: "You Cover Time" Date: Sun, 13 Feb 2022 09:36:13 +0100 In-Reply-To: <87iltknlzj.fsf@gmail.com> (Visuwesh's message of "Sat, 12 Feb 2022 20:57:44 +0530") Message-ID: <875ypjyxhe.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.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: Visuwesh writes: > There are two problems: > > 1. The candidate does not have the mouse-face, it is the "SAMPLE" text > that does. > 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" > in the minibuf [...] 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-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 (---) Visuwesh writes: > There are two problems: > > 1. The candidate does not have the mouse-face, it is the "SAMPLE" text > that does. > 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" > in the minibuffer instead of the face name. I've now fixed this in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 13 03:36:31 2022 Received: (at control) by debbugs.gnu.org; 13 Feb 2022 08:36:31 +0000 Received: from localhost ([127.0.0.1]:36232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJAMx-0005Va-7U for submit@debbugs.gnu.org; Sun, 13 Feb 2022 03:36:31 -0500 Received: from quimby.gnus.org ([95.216.78.240]:50826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJAMv-0005VH-9c for control@debbugs.gnu.org; Sun, 13 Feb 2022 03:36:29 -0500 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=Zh5QsBEllMoYsDWKx3RjD0B8/IFcHF3j4WhF5TteCv8=; b=ZpCBNl3S0YuEoTztPH/4pUIT7+ kZvim13vUCaaSbu2KJV7CwB12fRpo53xutfdIBnay9POFRiaKEJyo8sKRwYBX/hLppdSIw8QeLlx7 gKCkViveu9IRi8X6Ea0JrHQnbx7v6CUw22VRZ1UNsy66AeYIaOE170MXDGxLsjQzpJ2Y=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nJAMn-0000dN-JK for control@debbugs.gnu.org; Sun, 13 Feb 2022 09:36:23 +0100 Date: Sun, 13 Feb 2022 09:36:21 +0100 Message-Id: <874k53yxh6.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53960 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: close 53960 29.1 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 (---) close 53960 29.1 quit From unknown Mon Aug 18 15:38:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53960: 29.0.50; describe-face: cannot use the mouse to select candidate from *Completions* buffer Resent-From: Visuwesh Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Feb 2022 13:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53960 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 53960@debbugs.gnu.org Received: via spool by 53960-submit@debbugs.gnu.org id=B53960.16447590329243 (code B ref 53960); Sun, 13 Feb 2022 13:31:02 +0000 Received: (at 53960) by debbugs.gnu.org; 13 Feb 2022 13:30:32 +0000 Received: from localhost ([127.0.0.1]:36809 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJExU-0002P0-Ck for submit@debbugs.gnu.org; Sun, 13 Feb 2022 08:30:32 -0500 Received: from mail-pf1-f194.google.com ([209.85.210.194]:34717) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJExP-0002Oj-Dn for 53960@debbugs.gnu.org; Sun, 13 Feb 2022 08:30:31 -0500 Received: by mail-pf1-f194.google.com with SMTP id g1so4869503pfv.1 for <53960@debbugs.gnu.org>; Sun, 13 Feb 2022 05:30:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=yWnrjGE59h+AbikNsLwPnWctcBrz+fm0vrIRv3dKBUU=; b=c0eVw5fs9iG4a/WzeFy4gerJIKxfgF5J8ahYh2d3dOM7yaALPBGJQyE34cHo+NMwHP ICGXXPUZsnu2fgrgF/tWiDl9qQWqqnRt2e6NtpomnrRghEOaMhTTLhxeBAhvBZ+f+r+Z ayQgvl6L3NXF3EHVIq0PYytLMnrEccmcdgWDhXaQ89dhrR5ezkHiciOf6Es0c6vIX8xT nVtVXruWdI5shqVgE44DE9O/2QboXXjt6gM4V2GNYLIvddSWfsTKXAqUiLH0nsFOhv8P 0ZSVI6kkTTJdR6qxnMpNiw1xa/Dq5rak5Uz6E+93E7sEwwz4B1dqnmbbzaa/IBBveatX fhGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=yWnrjGE59h+AbikNsLwPnWctcBrz+fm0vrIRv3dKBUU=; b=s9MkdmLUuApKLcS2RWEBcPysrKrQfoslq+clQCnsVG4gc9Ut2ebjkAmWqDr1e7xwmP Zsme0GAhxhSkeUz07KIGLGkcQ+6iiOdTzeWnlKMd2nDSh6gJ6Zw1Cis6OosQSjbpwRC0 XglkxOgXCYY2u1lCqPcYBDDR1/IBABq8tWNypxepIFCLh58h+SbEZpqwShhMPWr9SIPX fdF2pF6FUMhZvJTKNvFKpxFN5JQ6jlt8vFbX1g4vhOeyXKJvQ8nHComiyZJwg3oWlRef q+b+FsQpnm6Ed4y5qXs1VGBXtTn+J4nTBcQkRPW/pUhK2iQoAdJ9VSBR4eEc2paMQtMy oOfQ== X-Gm-Message-State: AOAM532JXzrlCIDoonEPs6KdPrBDbBf152P/ySua4hbUNPW369//cmBR uVQ+sYsRKdPoRjJ75hcJj+w= X-Google-Smtp-Source: ABdhPJzqFgi+cSStGani0hkfTJUNggwUjL3Ka+0NCiLe4snP6rtNxALUV7ce3EK/pqXJJN3DDENZAQ== X-Received: by 2002:a63:6a06:: with SMTP id f6mr8218109pgc.18.1644759021300; Sun, 13 Feb 2022 05:30:21 -0800 (PST) Received: from localhost ([118.185.152.162]) by smtp.gmail.com with ESMTPSA id nm15sm10706226pjb.17.2022.02.13.05.30.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Feb 2022 05:30:20 -0800 (PST) From: Visuwesh References: <87iltknlzj.fsf@gmail.com> <875ypjyxhe.fsf@gnus.org> Date: Sun, 13 Feb 2022 19:00:06 +0530 In-Reply-To: <875ypjyxhe.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Feb 2022 09:36:13 +0100") Message-ID: <87sfsmj3mp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 3.6 (+++) 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: =?UTF-8?Q?[=E0=AE=9E=E0=AE=BE=E0=AE=AF=E0=AE=BF=E0=AE=B1=E0=AF=81,_?= =?UTF-8?Q?=E0=AE=AA=E0=AE=BF=E0=AE=AA=E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF?= 13 2022] Lars Ingebrigtsen wrote: Hi Lars, > Visuwesh writes: > >> There are two problems: >> >> 1. The candidate does not have the mouse-face, it is the "SAMPLE" text >> that does. >> 2. Pressing mouse-1 when the SAMPLE is highlighted inser [...] Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [118.185.152.162 listed in zen.spamhaus.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.210.194 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.194 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.6 (++) 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: =?UTF-8?Q?[=E0=AE=9E=E0=AE=BE=E0=AE=AF=E0=AE=BF=E0=AE=B1=E0=AF=81,_?= =?UTF-8?Q?=E0=AE=AA=E0=AE=BF=E0=AE=AA=E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF?= 13 2022] Lars Ingebrigtsen wrote: Hi Lars, > Visuwesh writes: > >> There are two problems: >> >> 1. The candidate does not have the mouse-face, it is the "SAMPLE" text >> that does. >> 2. Pressing mouse-1 when the SAMPLE is highlighted inser [...] Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.210.194 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.210.194 listed in wl.mailspike.net] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [118.185.152.162 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (visuweshm[at]gmail.com) 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager [=E0=AE=9E=E0=AE=BE=E0=AE=AF=E0=AE=BF=E0=AE=B1=E0=AF=81, =E0=AE=AA=E0=AE=BF= =E0=AE=AA=E0=AF=8D=E0=AE=B0=E0=AE=B5=E0=AE=B0=E0=AE=BF 13 2022] Lars Ingebr= igtsen wrote: Hi Lars, > Visuwesh writes: > >> There are two problems: >> >> 1. The candidate does not have the mouse-face, it is the "SAMPLE" te= xt >> that does. >> 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" >> in the minibuffer instead of the face name. > > I've now fixed this in Emacs 29. Thanks for the quick fix, can confirm that the mouse-face is on the right place. From unknown Mon Aug 18 15:38:43 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53960: 29.0.50; describe-face: cannot use the mouse to select candidate from *Completions* buffer Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Feb 2022 18:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53960 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 53960@debbugs.gnu.org, Visuwesh Received: via spool by 53960-submit@debbugs.gnu.org id=B53960.164477793726503 (code B ref 53960); Sun, 13 Feb 2022 18:46:02 +0000 Received: (at 53960) by debbugs.gnu.org; 13 Feb 2022 18:45:37 +0000 Received: from localhost ([127.0.0.1]:38870 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJJsP-0006tP-9a for submit@debbugs.gnu.org; Sun, 13 Feb 2022 13:45:37 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:43387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJJsN-0006t7-6g for 53960@debbugs.gnu.org; Sun, 13 Feb 2022 13:45:36 -0500 Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 0A7B540006; Sun, 13 Feb 2022 18:45:26 +0000 (UTC) From: Juri Linkov Organization: LINKOV.NET References: <87iltknlzj.fsf@gmail.com> <875ypjyxhe.fsf@gnus.org> Date: Sun, 13 Feb 2022 20:44:37 +0200 In-Reply-To: <875ypjyxhe.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Feb 2022 09:36:13 +0100") Message-ID: <86a6evyv2m.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain 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: -1.7 (-) >> 1. The candidate does not have the mouse-face, it is the "SAMPLE" text >> that does. >> 2. Pressing mouse-1 when the SAMPLE is highlighted inserts "SAMPLE" >> in the minibuffer instead of the face name. > > I've now fixed this in Emacs 29. I also moved the text "SAMPLE" to a variable for customization, like list-faces-sample-text that is used by list-faces-display: (defconst list-faces-sample-text "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ" "Text string to display as the sample text for `list-faces-display'.")