diff options
| author | Juanma Barranquero | 2009-09-23 23:58:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-09-23 23:58:40 +0000 |
| commit | d93ec753516a2bc0482d380a96bd471db75b8586 (patch) | |
| tree | ded195e35c56d82e0633018759baa3b105677817 | |
| parent | f924a367df9fc1154489678d4c4328394347737c (diff) | |
| download | emacs-d93ec753516a2bc0482d380a96bd471db75b8586.tar.gz emacs-d93ec753516a2bc0482d380a96bd471db75b8586.zip | |
* gnus-art.el (gnus-article-encrypt-body):
* message.el (message-check-recipients):
* mm-util.el (mm-codepage-setup):
* nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
(nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
| -rw-r--r-- | lisp/gnus/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/mm-util.el | 4 | ||||
| -rw-r--r-- | lisp/gnus/nnir.el | 12 |
5 files changed, 18 insertions, 12 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 5b1a9e9e9e0..541e83ee714 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-09-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-article-encrypt-body): | ||
| 4 | * message.el (message-check-recipients): | ||
| 5 | * mm-util.el (mm-codepage-setup): | ||
| 6 | * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch) | ||
| 7 | (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages. | ||
| 8 | |||
| 1 | 2009-09-18 Glenn Morris <rgm@gnu.org> | 9 | 2009-09-18 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * gnus-diary.el (gnus-diary-check-message): | 11 | * gnus-diary.el (gnus-diary-check-message): |
| @@ -10778,7 +10786,6 @@ | |||
| 10778 | 10786 | ||
| 10779 | * message.el (message-mode): Set comment-start-skip. | 10787 | * message.el (message-mode): Set comment-start-skip. |
| 10780 | 10788 | ||
| 10781 | |||
| 10782 | 2004-08-22 Sam Steingold <sds@gnu.org> | 10789 | 2004-08-22 Sam Steingold <sds@gnu.org> |
| 10783 | 10790 | ||
| 10784 | * pop3.el (pop3-leave-mail-on-server): New user variable. | 10791 | * pop3.el (pop3-leave-mail-on-server): New user variable. |
| @@ -13107,7 +13114,6 @@ | |||
| 13107 | macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.) | 13114 | macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.) |
| 13108 | to get group information for improved readability. | 13115 | to get group information for improved readability. |
| 13109 | 13116 | ||
| 13110 | |||
| 13111 | 2004-01-09 Jesper Harder <harder@ifa.au.dk> | 13117 | 2004-01-09 Jesper Harder <harder@ifa.au.dk> |
| 13112 | 13118 | ||
| 13113 | * gnus-art.el (article-decode-mime-words, article-babel) | 13119 | * gnus-art.el (article-decode-mime-words, article-babel) |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index aa4b57ab3e0..226fe33f221 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -8322,7 +8322,7 @@ For example: | |||
| 8322 | (when (and gnus-article-encrypt-protocol | 8322 | (when (and gnus-article-encrypt-protocol |
| 8323 | gnus-novice-user) | 8323 | gnus-novice-user) |
| 8324 | (unless (gnus-y-or-n-p "Really encrypt article(s)? ") | 8324 | (unless (gnus-y-or-n-p "Really encrypt article(s)? ") |
| 8325 | (error "Encrypt aborted."))) | 8325 | (error "Encrypt aborted"))) |
| 8326 | (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist)))) | 8326 | (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist)))) |
| 8327 | (unless func | 8327 | (unless func |
| 8328 | (error "Can't find the encrypt protocol %s" protocol)) | 8328 | (error "Can't find the encrypt protocol %s" protocol)) |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index e5d4d3a4464..d6feaa0b346 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -4247,7 +4247,7 @@ This function could be useful in `message-setup-hook'." | |||
| 4247 | (not (y-or-n-p | 4247 | (not (y-or-n-p |
| 4248 | (format | 4248 | (format |
| 4249 | "Address `%s' might be bogus. Continue? " bog))) | 4249 | "Address `%s' might be bogus. Continue? " bog))) |
| 4250 | (error "Bogus address.")))))))) | 4250 | (error "Bogus address")))))))) |
| 4251 | 4251 | ||
| 4252 | (custom-add-option 'message-setup-hook 'message-check-recipients) | 4252 | (custom-add-option 'message-setup-hook 'message-check-recipients) |
| 4253 | 4253 | ||
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index c423448d2b1..c6104462d7b 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -315,7 +315,7 @@ the alias. Else windows-NUMBER is used." | |||
| 315 | (candidates (if (fboundp 'cp-supported-codepages) | 315 | (candidates (if (fboundp 'cp-supported-codepages) |
| 316 | (cp-supported-codepages) | 316 | (cp-supported-codepages) |
| 317 | ;; Removed in Emacs 23 (unicode), so signal an error: | 317 | ;; Removed in Emacs 23 (unicode), so signal an error: |
| 318 | (error "`codepage-setup' not present in this Emacs version.")))) | 318 | (error "`codepage-setup' not present in this Emacs version")))) |
| 319 | (list (completing-read "Setup DOS Codepage: (default 437) " candidates | 319 | (list (completing-read "Setup DOS Codepage: (default 437) " candidates |
| 320 | nil t nil nil "437")))) | 320 | nil t nil nil "437")))) |
| 321 | (when alias | 321 | (when alias |
| @@ -326,7 +326,7 @@ the alias. Else windows-NUMBER is used." | |||
| 326 | (unless (mm-coding-system-p cp) | 326 | (unless (mm-coding-system-p cp) |
| 327 | (if (fboundp 'codepage-setup) ; silence compiler | 327 | (if (fboundp 'codepage-setup) ; silence compiler |
| 328 | (codepage-setup number) | 328 | (codepage-setup number) |
| 329 | (error "`codepage-setup' not present in this Emacs version."))) | 329 | (error "`codepage-setup' not present in this Emacs version"))) |
| 330 | (when (and alias | 330 | (when (and alias |
| 331 | ;; Don't add alias if setup of cp failed. | 331 | ;; Don't add alias if setup of cp failed. |
| 332 | (mm-coding-system-p cp)) | 332 | (mm-coding-system-p cp)) |
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 452e67caa23..d72bb69d52c 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -690,7 +690,7 @@ The returned format is as `gnus-server-to-method' needs it. See | |||
| 690 | and show thread that contains this article." | 690 | and show thread that contains this article." |
| 691 | (interactive) | 691 | (interactive) |
| 692 | (unless (eq 'nnir (car (gnus-find-method-for-group gnus-newsgroup-name))) | 692 | (unless (eq 'nnir (car (gnus-find-method-for-group gnus-newsgroup-name))) |
| 693 | (error "Can't execute this command unless in nnir group.")) | 693 | (error "Can't execute this command unless in nnir group")) |
| 694 | (let* ((cur (gnus-summary-article-number)) | 694 | (let* ((cur (gnus-summary-article-number)) |
| 695 | (group (nnir-artlist-artitem-group nnir-artlist cur)) | 695 | (group (nnir-artlist-artitem-group nnir-artlist cur)) |
| 696 | (backend-number (nnir-artlist-artitem-number nnir-artlist cur)) | 696 | (backend-number (nnir-artlist-artitem-number nnir-artlist cur)) |
| @@ -889,7 +889,7 @@ ready to be added to the list of search results." | |||
| 889 | "Run given query agains waissearch. Returns vector of (group name, file name) | 889 | "Run given query agains waissearch. Returns vector of (group name, file name) |
| 890 | pairs (also vectors, actually)." | 890 | pairs (also vectors, actually)." |
| 891 | (when group | 891 | (when group |
| 892 | (error "The freeWAIS-sf backend cannot search specific groups.")) | 892 | (error "The freeWAIS-sf backend cannot search specific groups")) |
| 893 | (save-excursion | 893 | (save-excursion |
| 894 | (let ((qstring (cdr (assq 'query query))) | 894 | (let ((qstring (cdr (assq 'query query))) |
| 895 | (prefix (nnir-read-server-parm 'nnir-wais-remove-prefix server)) | 895 | (prefix (nnir-read-server-parm 'nnir-wais-remove-prefix server)) |
| @@ -1162,7 +1162,7 @@ Tested with swish++ 4.7 on GNU/Linux and with swish++ 5.0b2 on | |||
| 1162 | Windows NT 4.0." | 1162 | Windows NT 4.0." |
| 1163 | 1163 | ||
| 1164 | (when group | 1164 | (when group |
| 1165 | (error "The swish++ backend cannot search specific groups.")) | 1165 | (error "The swish++ backend cannot search specific groups")) |
| 1166 | 1166 | ||
| 1167 | (save-excursion | 1167 | (save-excursion |
| 1168 | (let ( (qstring (cdr (assq 'query query))) | 1168 | (let ( (qstring (cdr (assq 'query query))) |
| @@ -1179,7 +1179,7 @@ Windows NT 4.0." | |||
| 1179 | score artno dirnam filenam) | 1179 | score artno dirnam filenam) |
| 1180 | 1180 | ||
| 1181 | (when (equal "" qstring) | 1181 | (when (equal "" qstring) |
| 1182 | (error "swish++: You didn't enter anything.")) | 1182 | (error "swish++: You didn't enter anything")) |
| 1183 | 1183 | ||
| 1184 | (set-buffer (get-buffer-create nnir-tmp-buffer)) | 1184 | (set-buffer (get-buffer-create nnir-tmp-buffer)) |
| 1185 | (erase-buffer) | 1185 | (erase-buffer) |
| @@ -1251,7 +1251,7 @@ Tested with swish-e-2.0.1 on Windows NT 4.0." | |||
| 1251 | 1251 | ||
| 1252 | ;; swish-e crashes with empty parameter to "-w" on commandline... | 1252 | ;; swish-e crashes with empty parameter to "-w" on commandline... |
| 1253 | (when group | 1253 | (when group |
| 1254 | (error "The swish-e backend cannot search specific groups.")) | 1254 | (error "The swish-e backend cannot search specific groups")) |
| 1255 | 1255 | ||
| 1256 | (save-excursion | 1256 | (save-excursion |
| 1257 | (let ((qstring (cdr (assq 'query query))) | 1257 | (let ((qstring (cdr (assq 'query query))) |
| @@ -1261,7 +1261,7 @@ Tested with swish-e-2.0.1 on Windows NT 4.0." | |||
| 1261 | artlist score artno dirnam group ) | 1261 | artlist score artno dirnam group ) |
| 1262 | 1262 | ||
| 1263 | (when (equal "" qstring) | 1263 | (when (equal "" qstring) |
| 1264 | (error "swish-e: You didn't enter anything.")) | 1264 | (error "swish-e: You didn't enter anything")) |
| 1265 | 1265 | ||
| 1266 | (set-buffer (get-buffer-create nnir-tmp-buffer)) | 1266 | (set-buffer (get-buffer-create nnir-tmp-buffer)) |
| 1267 | (erase-buffer) | 1267 | (erase-buffer) |