From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 21 18:42:11 2021 Received: (at submit) by debbugs.gnu.org; 21 Jul 2021 22:42:11 +0000 Received: from localhost ([127.0.0.1]:38931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Kuo-00036h-V3 for submit@debbugs.gnu.org; Wed, 21 Jul 2021 18:42:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:38524) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Kun-00036a-IW for submit@debbugs.gnu.org; Wed, 21 Jul 2021 18:42:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6Kun-00005q-A2 for bug-gnu-emacs@gnu.org; Wed, 21 Jul 2021 18:42:09 -0400 Received: from sender11-pp-o91.zoho.eu ([31.186.226.249]:25287) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6Kuk-0006mj-33 for bug-gnu-emacs@gnu.org; Wed, 21 Jul 2021 18:42:09 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1626907321; cv=none; d=zohomail.eu; s=zohoarc; b=E457SxCVpanZqoVmlkeq7/hbu2KyZaN0BMgXj9IayTFOuPQf5C+9gV+iTTJmhvynYopbeZwhDf5yEZQ/POos+3h40IErKkfVllZArIzngaHV6/51Juiu+tgXZYQ62rCqxWxzb5WcST09xecyKTtbuYqFQiVNNxs0oCMB0+tzFDM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1626907321; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=+T037kqsSnsQkMoF/wCI5YCrqPUBcr3DhyICs8FNPE0=; b=hbPWbf6OekJGda4Ju6FRKT1d1LGeSrEbcBdWce3FuRQxacj1OvNUhnjJ8y2pySC+Nk6K7cyPhkQWdh+DkmMqlUD8JTkMHIE2DlryVWgQ37GWfKhZsSYmjM87DH9Ni+SzdB29e14nGvMPGPooSo8nAiOr7IiMB5S9rwyxXjUDFpE= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=zoho.eu; spf=pass smtp.mailfrom=moasenwood@zoho.eu; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1626907321; s=admin; d=zoho.eu; i=moasenwood@zoho.eu; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=+T037kqsSnsQkMoF/wCI5YCrqPUBcr3DhyICs8FNPE0=; b=MKqAuX23dcBGkYbaZCGGrUWxycGDk7+QrL/JgWHFHDjcidOb+ulvPfYqvhLmsWyW nZt35TCeAhQA3xnXigx0ib+j12JzQFa9+uJCoPfW7GGQPaW6tC8/+UDBpIcqL+Pvj0P mH2JHqGjCNQucgYit8Goxp37K4JKQNBtTGhWix88= Received: from ebih.zoho.eu (c-178e225c.021-67-7570702.bbcust.telenor.se [92.34.142.23]) by mx.zoho.eu with SMTPS id 162690732059994.55918838768957; Thu, 22 Jul 2021 00:42:00 +0200 (CEST) From: Emanuel Berg To: bug-gnu-emacs@gnu.org Subject: 28.0.50; ERC makes a button of `let' but not `let*' Mail-Copies-To: never Date: Thu, 22 Jul 2021 00:42:00 +0200 Message-ID: <87v953thl3.fsf@zoho.eu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External Received-SPF: pass client-ip=31.186.226.249; envelope-from=moasenwood@zoho.eu; helo=sender11-pp-o91.zoho.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=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.4 (-) 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.4 (--) ERC makes a button of `let' (and fontifies accordingly to (erc-button erc-input-face)) but not of `let*' (erc-input-face). Maybe has something to do with asterisk? :) In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2020-10-23 built on ebih Repository revision: 558065531beaaae78810508f267415c6953e8e47 Repository branch: master System Description: Debian GNU/Linux 11 (bullseye) Configured features: XPM JPEG TIFF GIF PNG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY LIBSELINUX GNUTLS FREETYPE HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS PDUMPER Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: erc-list-mode: t erc-menu-mode: t erc-networks-mode: t erc-track-mode: t erc-track-minor-mode: t erc-netsplit-mode: t cursor-sensor-mode: t show-paren-mode: t erc-match-mode: t erc-button-mode: t erc-ring-mode: t erc-pcomplete-mode: t erc-autojoin-mode: t erc-fill-mode: t erc-stamp-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t erc-scrolltobottom-mode: t gnus-undo-mode: t shell-dirtrack-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-compression-mode: t buffer-read-only: t transient-mark-mode: t Load-path shadows: /home/incal/quicklisp/dists/quicklisp/software/slime-v2.26.1/slime hides /usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime /home/incal/quicklisp/dists/quicklisp/software/slime-v2.26.1/slime-autoloads hides /usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime-autoloads /home/incal/quicklisp/dists/quicklisp/software/slime-v2.26.1/slime-tests hides /usr/share/emacs/site-lisp/elpa-src/slime-2.26.1/slime-tests ~/.emacs.d/emacs-init/isbn-verify hides /home/incal/.emacs.d/elpa/isbn-verify-2.0.0/isbn-verify ~/.emacs.d/emacs-init/signal hides /home/incal/.emacs.d/elpa/signal-20160816.1438/signal ~/.emacs.d/lisp/abbrev hides /usr/local/share/emacs/28.0.50/lisp/abbrev ~/.emacs.d/emacs-init/misc hides /usr/local/share/emacs/28.0.50/lisp/misc Features: (shadow emacsbug w3m-save erc-list erc-menu erc-networks erc-track erc-netsplit eieio-opt speedbar ezimage dframe ...) Memory information: ((conses 16 503773 102880) (symbols 48 116129 5) (strings 32 213243 14204) (string-bytes 1 7404404) (vectors 16 54254) (vector-slots 8 1383807 214374) (floats 8 511 680) (intervals 56 4498 1632) (buffers 992 61)) -- underground experts united https://dataswamp.org/~incal From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 08:24:59 2021 Received: (at 49690) by debbugs.gnu.org; 22 Jul 2021 12:24:59 +0000 Received: from localhost ([127.0.0.1]:39589 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Xl5-0000yh-Cs for submit@debbugs.gnu.org; Thu, 22 Jul 2021 08:24:59 -0400 Received: from quimby.gnus.org ([95.216.78.240]:54278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Xl3-0000yS-CS for 49690@debbugs.gnu.org; Thu, 22 Jul 2021 08:24:57 -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:To:From:Sender:Reply-To:Cc: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=82tI9xRfxIIA4kGcJVor13Xmli+hP4G5aeyge4mUlfE=; b=ZQiCctlsNccldTYtYpJTQjCRgk +o+ncsA7qB96SI1RjZnDDqkTO0fW8Bup2eEgC+C+uQm3tBd+87PpRzcpdzXsC57Vw3AeXmqZgHVuz Ct8YtrxXtwdjkbAXQgwv1zF7fUW197Vt2QWWOHwgH1ckSDEr/9E0svTxGq7JSDi4hCMk=; 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 1m6Xkv-0002A6-8T for 49690@debbugs.gnu.org; Thu, 22 Jul 2021 14:24:51 +0200 From: Lars Ingebrigtsen To: 49690@debbugs.gnu.org Subject: Re: bug#49690: 28.0.50; ERC makes a button of `let' but not `let*' References: <87v953thl3.fsf@zoho.eu> X-Now-Playing: Hilary Woods's _Birthmarks_: "The Mouth" Date: Thu, 22 Jul 2021 14:24:48 +0200 In-Reply-To: <87v953thl3.fsf@zoho.eu> (Emanuel Berg's message of "Thu, 22 Jul 2021 00:42:00 +0200") Message-ID: <87v952lenj.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: Emanuel Berg writes: > ERC makes a button of `let' (and fontifies accordingly to > (erc-button erc-input-face)) but not of `let*' > (erc-input-face). > > Maybe has something to do with asterisk? :) 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: 49690 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 (---) Emanuel Berg writes: > ERC makes a button of `let' (and fontifies accordingly to > (erc-button erc-input-face)) but not of `let*' > (erc-input-face). > > Maybe has something to do with asterisk? :) Do you mean it fontifies "let" and "let*" if those are nicks? Or in some other context? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 08:25:09 2021 Received: (at control) by debbugs.gnu.org; 22 Jul 2021 12:25:09 +0000 Received: from localhost ([127.0.0.1]:39593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6XlF-0000zg-KY for submit@debbugs.gnu.org; Thu, 22 Jul 2021 08:25:09 -0400 Received: from quimby.gnus.org ([95.216.78.240]:54292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6XlE-0000zQ-Lx for control@debbugs.gnu.org; Thu, 22 Jul 2021 08:25:09 -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=/6gBM61EGgh4ctEnZ7yjhXw8gd7FcG3nZ8M2PacjASM=; b=Druw9JnOwTSU6BuZWmKeC77aAJ 37v3nQQf2r9Ns7e0ohSbG0d+ygy1S1r1L1x9KG9YJPYvI83axS0+CVJUZr+WDJlywlw9j5wxS2aqo mX9LlXYtJ+jIDcxf/JxROW2eNsw9CUhq94wtUStedaj1WEN4y5l9rbdi9TVoA2ELkziI=; 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 1m6Xl7-0002CP-2f for control@debbugs.gnu.org; Thu, 22 Jul 2021 14:25:03 +0200 Date: Thu, 22 Jul 2021 14:25:00 +0200 Message-Id: <87tukmlen7.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49690 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 49690 + 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: -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 49690 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 08:28:26 2021 Received: (at 49690) by debbugs.gnu.org; 22 Jul 2021 12:28:26 +0000 Received: from localhost ([127.0.0.1]:39599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6XoQ-00014Z-1Q for submit@debbugs.gnu.org; Thu, 22 Jul 2021 08:28:26 -0400 Received: from mail-109-mta199.mxroute.com ([136.175.109.199]:37927) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6XoO-00014L-8l for 49690@debbugs.gnu.org; Thu, 22 Jul 2021 08:28:25 -0400 Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-109-mta199.mxroute.com (ZoneMTA) with ESMTPSA id 17ace301ac8000ae11.001 for <49690@debbugs.gnu.org> (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 22 Jul 2021 12:28:16 +0000 X-Zone-Loop: 20d9e8a18d20a6e70bfc69a4ff8ede4c49ba13f74e76 X-Originating-IP: [149.28.56.236] From: "J.P." To: 49690@debbugs.gnu.org Subject: Re: bug#49690: 28.0.50; ERC makes a button of `let' but not `let*' References: <87v953thl3.fsf@zoho.eu> Date: Thu, 22 Jul 2021 05:28:14 -0700 In-Reply-To: <87v953thl3.fsf@zoho.eu> (Emanuel Berg's message of "Thu, 22 Jul 2021 00:42:00 +0200") Message-ID: <87mtqefs81.fsf@neverwas.me> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-AuthUser: masked@neverwas.me X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, RCPT_COUNT_TWO=0, FROM_HAS_DN=0, HAS_ATTACHMENT=0, FROM_EQ_ENVFROM=0, MIME_TRACE=0, MIME_GOOD=-0.1, TO_DN_NONE=0, MID_RHS_MATCH_FROM=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49690 Cc: emacs-erc@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 (-) --=-=-= Content-Type: text/plain Emanuel Berg writes: > Maybe has something to do with asterisk? :) Sounds reasonable to me. As a quick experiment, adding the rest of the symbol constituents (of the visible ASCII complement from `lisp-data-mode-syntax-table') to the relevant `erc-button-alist' member's regexp appears to open things up. At least it makes `let*' and `ring-insert+extend' light up, as well as `-->' and `dash-expand:&hash?'. But who knows? Maybe folks more familiar with this module will have brighter ideas. (Also, it looks like this stuff touches every message, so we should probably be somewhat careful.) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Expand-erc-button-list-regexp-for-lisp-symbols.patch >From 005ba012f497d86ec2337bb484d3098df4001039 Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Thu, 22 Jul 2021 04:13:42 -0700 Subject: [PATCH] Expand erc-button-list regexp for lisp symbols * lisp/erc/erc-button.el (erc-button-list): Add additional non-alphanumeric characters to elisp regexp so symbols like `let*' are recognized. --- lisp/erc/erc-button.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index cb9af92ba1..272734785d 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -130,7 +130,8 @@ erc-button-alist (" ]+\\) *>" 0 t browse-url-button-open-url 1) ;;; ("(\\(\\([^~\n \t@][^\n \t@]*\\)@\\([a-zA-Z0-9.:-]+\\)\\)" 1 t finger 2 3) ;; emacs internal - ("[`]\\([a-zA-Z][-a-zA-Z_0-9]+\\)[']" 1 t erc-button-describe-symbol 1) + ("[`]\\([-a-zA-Z!$%&*+./:<=>?@^_{|}~][-a-zA-Z_0-9!$%&*+./:<=>?@^_{|}~]+\\)[']" + 1 t erc-button-describe-symbol 1) ;; pseudo links ("\\bInfo:[\"]\\([^\"]+\\)[\"]" 0 t Info-goto-node 1) ("\\b\\(Ward\\|Wiki\\|WardsWiki\\|TheWiki\\):\\([A-Z][a-z]+\\([A-Z][a-z]+\\)+\\)" -- 2.31.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 08:32:11 2021 Received: (at control) by debbugs.gnu.org; 22 Jul 2021 12:32:11 +0000 Received: from localhost ([127.0.0.1]:39619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Xs3-0002xy-ND for submit@debbugs.gnu.org; Thu, 22 Jul 2021 08:32:11 -0400 Received: from quimby.gnus.org ([95.216.78.240]:54354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Xs2-0002tF-EW for control@debbugs.gnu.org; Thu, 22 Jul 2021 08:32:10 -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=2LsT4C5eJh0SOBm+HDLVf2M3B1MS/P5a1seO4DVjHas=; b=Ylm0DAUyhUX6xuIrMy7+DgGmSB 9wqNxdijC8LUC313LYn83GqTcU1IRJa4wrHnvJw9H1gKrGBDkcP+8VSrgURNcXSkUwZzSvDr2X8e3 arqsl426FiAY8/VWcGh8YxglMn89FzETG/46GiIjPD2mY17UObM1QRnKSuWFMU9ep6a4=; 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 1m6Xru-0002FC-QV for control@debbugs.gnu.org; Thu, 22 Jul 2021 14:32:04 +0200 Date: Thu, 22 Jul 2021 14:32:02 +0200 Message-Id: <87o8aulebh.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49690 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 49690 + 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 49690 + patch quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 10:00:16 2021 Received: (at 49690) by debbugs.gnu.org; 22 Jul 2021 14:00:16 +0000 Received: from localhost ([127.0.0.1]:41403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6ZFI-000400-5c for submit@debbugs.gnu.org; Thu, 22 Jul 2021 10:00:16 -0400 Received: from mail-108-mta134.mxroute.com ([136.175.108.134]:41363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6ZFE-0003zh-NG for 49690@debbugs.gnu.org; Thu, 22 Jul 2021 10:00:14 -0400 Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta134.mxroute.com (ZoneMTA) with ESMTPSA id 17ace8417cf000ae11.001 for <49690@debbugs.gnu.org> (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 22 Jul 2021 14:00:01 +0000 X-Zone-Loop: fee3a7ff9a6152c93e976d552ab341102b1c34bb0dd3 X-Originating-IP: [149.28.56.236] From: "J.P." To: Lars Ingebrigtsen Subject: Re: bug#49690: 28.0.50; ERC makes a button of `let' but not `let*' References: <87v953thl3.fsf@zoho.eu> <87v952lenj.fsf@gnus.org> Date: Thu, 22 Jul 2021 06:59:58 -0700 In-Reply-To: <87v952lenj.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 22 Jul 2021 14:24:48 +0200") Message-ID: <87im12fnz5.fsf@neverwas.me> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: masked@neverwas.me X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, RCPT_COUNT_TWO=0, FROM_HAS_DN=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49690 Cc: 49690@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 (-) Lars Ingebrigtsen writes: > Do you mean it fontifies "let" and "let*" if those are nicks? Or in > some other context? I think he's referring to the buttonizing of function and variable names in IRC message text, specifically spans containing valid Emacs lisp symbols surrounded by `quotes', much like they appear in doc strings. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 10:39:24 2021 Received: (at submit) by debbugs.gnu.org; 22 Jul 2021 14:39:24 +0000 Received: from localhost ([127.0.0.1]:41454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Zr9-00079m-Su for submit@debbugs.gnu.org; Thu, 22 Jul 2021 10:39:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:41600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6Zr5-00079Z-HD for submit@debbugs.gnu.org; Thu, 22 Jul 2021 10:39:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6Zr5-0005dM-93 for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2021 10:39:19 -0400 Received: from ciao.gmane.io ([116.202.254.214]:55428) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6Zr3-0007DW-RU for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2021 10:39:19 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1m6Zr1-0005qb-5z for bug-gnu-emacs@gnu.org; Thu, 22 Jul 2021 16:39:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: bug-gnu-emacs@gnu.org To: bug-gnu-emacs@gnu.org From: Emanuel Berg Subject: Re: bug#49690: 28.0.50; ERC makes a button of `let' but not `let*' Date: Thu, 22 Jul 2021 16:39:09 +0200 Message-ID: <87a6me1khe.fsf@zoho.eu> References: <87v953thl3.fsf@zoho.eu> <87v952lenj.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:a6Wg8FZlHnV7mlujTxd1aUgzwSw= Mail-Copies-To: never Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.2 (-) 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.2 (--) Lars Ingebrigtsen wrote: >> Maybe has something to do with asterisk? :) > > Do you mean it fontifies "let" and "let*" if those are > nicks? Or in some other context? When you use `this' syntax it becomes a fontified button and if it has a docstring somewhere, e.g., `if', hitting that button takes you to the docstring, same as C-h f if RET. -- underground experts united https://dataswamp.org/~incal From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 07:17:47 2021 Received: (at 49690) by debbugs.gnu.org; 23 Jul 2021 11:17:47 +0000 Received: from localhost ([127.0.0.1]:42401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6tBa-0003XB-VT for submit@debbugs.gnu.org; Fri, 23 Jul 2021 07:17:47 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6tBY-0003Wr-PI for 49690@debbugs.gnu.org; Fri, 23 Jul 2021 07:17:45 -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=omu8FzYKyNt+W25H/aH95B9WKG9bZt1OYKfjR1sqQ6g=; b=MEvD0/htfCr9Y06rn5qUSYMQV9 OYHUnVfxNgdZ9vU7O/819hwv/qPtHNg6RePZjRKH0QPtOD++hM3OnGgtbaTDBdUjBnWtyanAd+6zO DA58hl+Rflngac3ROEv2HJPECP478ekKbgsKwXMOdWpu8tN4TMDVfg0fz+MpJRUpEh+g=; 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 1m6tBK-0006qM-Q8; Fri, 23 Jul 2021 13:17:33 +0200 From: Lars Ingebrigtsen To: "J.P." Subject: Re: bug#49690: 28.0.50; ERC makes a button of `let' but not `let*' References: <87v953thl3.fsf@zoho.eu> <87mtqefs81.fsf@neverwas.me> X-Now-Playing: Jane Siberry's _Jane Siberry_: "This Girl I Know" Date: Fri, 23 Jul 2021 13:17:30 +0200 In-Reply-To: <87mtqefs81.fsf@neverwas.me> (J. P.'s message of "Thu, 22 Jul 2021 05:28:14 -0700") Message-ID: <874kclffed.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: "J.P." writes: > (Also, it looks like this stuff touches every message, so we should > probably be somewhat careful.) [...] 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: 49690 Cc: 49690@debbugs.gnu.org, emacs-erc@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 (---) "J.P." writes: > (Also, it looks like this stuff touches every message, so we should > probably be somewhat careful.) [...] > + ("[`]\\([-a-zA-Z!$%&*+./:<=>?@^_{|}~][-a-zA-Z_0-9!$%&*+./:<=>?@^_{|}~]+\\)[']" > + 1 t erc-button-describe-symbol 1) Thanks. I think this will potentially lead to too many false positives, though, so I've just added a few of those characters to the second [] in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 07:17:51 2021 Received: (at control) by debbugs.gnu.org; 23 Jul 2021 11:17:51 +0000 Received: from localhost ([127.0.0.1]:42403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6tBf-0003XN-83 for submit@debbugs.gnu.org; Fri, 23 Jul 2021 07:17:51 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6tBa-0003Wu-3A for control@debbugs.gnu.org; Fri, 23 Jul 2021 07:17:46 -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=UEPCe9P9yLXHvvQXXsyl3Q8zkgL/mhnsKTNZdRFTyW0=; b=Atpy6BrJlvZQVIDyUAGBQia7g3 WBTg8C7twN90Yjam7LTkv6KGPzzN0SepVeeVcYICQ3P3xootuf0Hh68cl8EHFsZ8EACkBnnwAopIX Bai6l/l5BD+AmmmGb8LLRX//OjUaDJfHsNoXRZVc43/B25fQXgje91glphtM7/fULne8=; 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 1m6tBS-0006qW-Hr for control@debbugs.gnu.org; Fri, 23 Jul 2021 13:17:40 +0200 Date: Fri, 23 Jul 2021 13:17:38 +0200 Message-Id: <8735s5ffe5.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49690 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 49690 28.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 49690 28.1 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 23 07:32:29 2021 Received: (at 49690) by debbugs.gnu.org; 23 Jul 2021 11:32:29 +0000 Received: from localhost ([127.0.0.1]:42424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6tPp-0005tY-6n for submit@debbugs.gnu.org; Fri, 23 Jul 2021 07:32:29 -0400 Received: from mail-109-mta34.mxroute.com ([136.175.109.34]:38997) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m6tPm-0005nM-G5 for 49690@debbugs.gnu.org; Fri, 23 Jul 2021 07:32:28 -0400 Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-109-mta34.mxroute.com (ZoneMTA) with ESMTPSA id 17ad3232ee2000ae11.001 for <49690@debbugs.gnu.org> (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 23 Jul 2021 11:32:16 +0000 X-Zone-Loop: 855b083ca52cb3fa54104152c97bc4c64409da824548 X-Originating-IP: [149.28.56.236] From: "J.P." To: Lars Ingebrigtsen Subject: Re: bug#49690: 28.0.50; ERC makes a button of `let' but not `let*' References: <87v953thl3.fsf@zoho.eu> <87mtqefs81.fsf@neverwas.me> <874kclffed.fsf@gnus.org> Date: Fri, 23 Jul 2021 04:31:42 -0700 In-Reply-To: <874kclffed.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 23 Jul 2021 13:17:30 +0200") Message-ID: <87bl6tb71d.fsf@neverwas.me> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AuthUser: masked@neverwas.me X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, RCPT_COUNT_THREE=0, TO_DN_SOME=0, MIME_GOOD=-0.1, NEURAL_SPAM=0, RCVD_COUNT_ZERO=0, FROM_EQ_ENVFROM=0, MIME_TRACE=0, MID_RHS_MATCH_FROM=0] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49690 Cc: 49690@debbugs.gnu.org, emacs-erc@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 (-) Lars Ingebrigtsen writes: > Thanks. I think this will potentially lead to too many false positives, > though, so I've just added a few of those characters to the second [] in > Emacs 28. Fantastic, thanks. From unknown Sat Jun 21 10:41:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 21 Aug 2021 11:24:07 +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