aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-art.el20
2 files changed, 15 insertions, 10 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 137e70aa778..4dba61b833b 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4 Don't confuse the "ret" of "retrograde" with RET.
5
12011-01-21 Katsumi Yamaoka <yamaoka@jpl.org> 62011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images): 8 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index e6627b0f854..c0029e74553 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -7479,17 +7479,17 @@ positives are possible."
7479 ;; Info links like `C-h i d m Gnus RET' or `C-h i d m Gnus RET i partial RET' 7479 ;; Info links like `C-h i d m Gnus RET' or `C-h i d m Gnus RET i partial RET'
7480 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-keystrokes 0) 7480 0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-keystrokes 0)
7481 ;; This is custom 7481 ;; This is custom
7482 ("M-x[ \t\n]\\(customize-[^ ]+\\)[ \t\n]RET[ \t\n]\\([^ ]+\\)[ \t\n]RET" 0 7482 ("M-x[ \t\n]\\(customize-[^ ]+\\)[ \t\n]RET[ \t\n]\\([^ ]+\\)[ \t\n]RET\\>" 0
7483 (>= gnus-button-emacs-level 1) gnus-button-handle-custom 1 2) 7483 (>= gnus-button-emacs-level 1) gnus-button-handle-custom 1 2)
7484 ;; Emacs help commands 7484 ;; Emacs help commands
7485 ("M-x[ \t\n]+apropos[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7485 ("M-x[ \t\n]+apropos[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7486 ;; regexp doesn't match arguments containing ` '. 7486 ;; regexp doesn't match arguments containing ` '.
7487 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos 1) 7487 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos 1)
7488 ("M-x[ \t\n]+apropos-command[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7488 ("M-x[ \t\n]+apropos-command[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7489 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-command 1) 7489 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-command 1)
7490 ("M-x[ \t\n]+apropos-variable[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7490 ("M-x[ \t\n]+apropos-variable[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7491 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-variable 1) 7491 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-variable 1)
7492 ("M-x[ \t\n]+apropos-documentation[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7492 ("M-x[ \t\n]+apropos-documentation[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7493 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-documentation 1) 7493 0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-documentation 1)
7494 ;; The following entries may lead to many false positives so don't enable 7494 ;; The following entries may lead to many false positives so don't enable
7495 ;; them by default (use a high button level). 7495 ;; them by default (use a high button level).
@@ -7504,11 +7504,11 @@ positives are possible."
7504 0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1) 7504 0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1)
7505 ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)" 7505 ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)"
7506 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1) 7506 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1)
7507 ("\\bM-x[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7507 ("\\bM-x[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7508 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1) 7508 1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1)
7509 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7509 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7510 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2) 7510 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
7511 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET" 7511 ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET\\>"
7512 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2) 7512 0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
7513 ("`\\(\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'" 7513 ("`\\(\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'"
7514 ;; Unlike the other regexps we really have to require quoting 7514 ;; Unlike the other regexps we really have to require quoting
@@ -8033,7 +8033,7 @@ url is put as the `gnus-button-url' overlay property on the button."
8033 (if (string-match 8033 (if (string-match
8034 (concat "\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+" 8034 (concat "\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+"
8035 "\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET" 8035 "\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET"
8036 "\\([ \t\n]+i[ \t\n]+[^ ]+ ?[^ ]+[ \t\n]+RET" 8036 "\\([ \t\n]+i[ \t\n]+[^ ]+ ?[^ ]+[ \t\n]+RET\\>"
8037 "\\(?:[ \t\n,]*\\)\\)?") 8037 "\\(?:[ \t\n,]*\\)\\)?")
8038 url) 8038 url)
8039 (setq node (match-string 2 url) 8039 (setq node (match-string 2 url)
@@ -8043,7 +8043,7 @@ url is put as the `gnus-button-url' overlay property on the button."
8043 (Info-directory) 8043 (Info-directory)
8044 (Info-menu node) 8044 (Info-menu node)
8045 (when (> (length indx) 0) 8045 (when (> (length indx) 0)
8046 (string-match (concat "[ \t\n]+i[ \t\n]+\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET" 8046 (string-match (concat "[ \t\n]+i[ \t\n]+\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET\\>"
8047 "\\([ \t\n,]*\\)") 8047 "\\([ \t\n,]*\\)")
8048 indx) 8048 indx)
8049 (setq comma (match-string 2 indx)) 8049 (setq comma (match-string 2 indx))