mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
* lisp/erc/erc-button.el (erc-button-alist): Remove "finger".
Fixes: debbugs:4443
This commit is contained in:
parent
1bac999506
commit
2255788d77
@ -1,3 +1,7 @@
|
||||
2012-10-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* erc-button.el (erc-button-alist): Remove "finger". (Bug#4443)
|
||||
|
||||
2012-10-07 Antoine Levitt <antoine.levitt@gmail.com>
|
||||
|
||||
* erc-stamp.el (erc-format-timestamp): Don't apply intangible
|
||||
|
@ -135,7 +135,7 @@ longer than `erc-fill-column'."
|
||||
'(('nicknames 0 erc-button-buttonize-nicks erc-nick-popup 0)
|
||||
(erc-button-url-regexp 0 t browse-url 0)
|
||||
("<URL: *\\([^<> ]+\\) *>" 0 t browse-url 1)
|
||||
("(\\(\\([^~\n \t@][^\n \t@]*\\)@\\([a-zA-Z0-9.:-]+\\)\\)" 1 t finger 2 3)
|
||||
;;; ("(\\(\\([^~\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)
|
||||
;; pseudo links
|
||||
@ -183,6 +183,7 @@ PAR is a number of a regexp grouping whose text will be passed to
|
||||
'nicknames, these are ignored, and CALLBACK will be called with
|
||||
the nickname matched as the argument."
|
||||
:group 'erc-button
|
||||
:version "24.3" ; remove finger (bug#4443)
|
||||
:type '(repeat
|
||||
(list :tag "Button"
|
||||
(choice :tag "Matches"
|
||||
|
Loading…
Reference in New Issue
Block a user