* lisp/erc/erc-button.el (erc-button-alist): Remove "finger".
Fixes: debbugs:4443
This commit is contained in:
parent
1bac999506
commit
2255788d77
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue