emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2d97b1e: Buttonize functions in curved quotes in ERC


From: Stefan Kangas
Subject: master 2d97b1e: Buttonize functions in curved quotes in ERC
Date: Sat, 25 Sep 2021 11:03:58 -0400 (EDT)

branch: master
commit 2d97b1ef5bf0b012c6fdb42d86efb4553f08f32e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Buttonize functions in curved quotes in ERC
    
    * lisp/erc/erc-button.el (erc-button-alist): Buttonize Emacs
    functions in curved quotes.  (Bug#49964)
---
 lisp/erc/erc-button.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index 040606e..17d5b61 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -130,7 +130,7 @@ longer than `erc-fill-column'."
     ("<URL: *\\([^<> ]+\\) *>" 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!*<=>+]+\\)[']"
+    ("[`‘]\\([a-zA-Z][-a-zA-Z_0-9!*<=>+]+\\)['’]"
      1 t erc-button-describe-symbol 1)
     ;; pseudo links
     ("\\bInfo:[\"]\\([^\"]+\\)[\"]" 0 t Info-goto-node 1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]