Make erc recognize `foo*' as a function Lisp symbol
* lisp/erc/erc-button.el (erc-button-alist): Add some more chars to the `foo' button regexp (bug#49690).
This commit is contained in:
parent
d3163a3b8f
commit
f1101fdc82
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ 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]+\\)[']" 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]+\\)+\\)"
|
||||
|
|
Loading…
Add table
Reference in a new issue