comparison lisp/gnus/gnus-art.el @ 76820:665998d6d5de

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 211) - Update from CVS 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> * lisp/gnus/gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move evaluation of gnus-extended-version to ensure correct generation of the User-Agent header when message-generate-headers-first is used. 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-art.el (gnus-button-alist): Also catch `<f1> k ...'. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-685
author Miles Bader <miles@gnu.org>
date Sat, 31 Mar 2007 09:43:42 +0000
parents 69ddf7e920dd
children 56cc03f5f68c 4ef881a120fe
comparison
equal deleted inserted replaced
76819:de946a48b798 76820:665998d6d5de
1330 (featurep 'xface) 1330 (featurep 'xface)
1331 (and (string-match "^0x" (shell-command-to-string "uncompface")) 1331 (and (string-match "^0x" (shell-command-to-string "uncompface"))
1332 (executable-find "icontopbm"))) 1332 (executable-find "icontopbm")))
1333 'head) 1333 'head)
1334 "Display X-Face headers. 1334 "Display X-Face headers.
1335 Valid values are nil, t, `head', `last', an integer or a predicate. 1335 Valid values are nil and `head'.
1336 See Info node `(gnus)Customizing Articles' and Info node 1336 See Info node `(gnus)Customizing Articles' and Info node
1337 `(gnus)X-Face' for details." 1337 `(gnus)X-Face' for details."
1338 :group 'gnus-article-treat 1338 :group 'gnus-article-treat
1339 :version "21.1" 1339 :version "21.1"
1340 :link '(custom-manual "(gnus)Customizing Articles") 1340 :link '(custom-manual "(gnus)Customizing Articles")
6618 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1) 6618 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1)
6619 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 6619 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6620 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2) 6620 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
6621 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 6621 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6622 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2) 6622 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
6623 ("`\\(\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'" 6623 ("`\\(\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'"
6624 ;; Unlike the other regexps we really have to require quoting 6624 ;; Unlike the other regexps we really have to require quoting
6625 ;; here to determine where it ends. 6625 ;; here to determine where it ends.
6626 1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3) 6626 1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3)
6627 ;; This is how URLs _should_ be embedded in text (RFC 1738, RFC 2396)... 6627 ;; This is how URLs _should_ be embedded in text (RFC 1738, RFC 2396)...
6628 ("<URL: *\\([^<>]*\\)>" 6628 ("<URL: *\\([^<>]*\\)>"