diff options
| author | Miles Bader | 2009-01-09 03:01:50 +0000 |
|---|---|---|
| committer | Miles Bader | 2009-01-09 03:01:50 +0000 |
| commit | e3e955fed38da9263f3904f15233ccfd0dbbbe43 (patch) | |
| tree | 6a34615ae6e5699c8b7dfba64dfae3486ded203f /doc | |
| parent | 2188975fbff1202d011db2f82d728fc5fb5f9346 (diff) | |
| download | emacs-e3e955fed38da9263f3904f15233ccfd0dbbbe43.tar.gz emacs-e3e955fed38da9263f3904f15233ccfd0dbbbe43.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1513
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 15 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 27 |
2 files changed, 32 insertions, 10 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6e99fd5789c..3218a788be7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (Group Parameters): Add note for local variables. | ||
| 4 | |||
| 5 | 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 6 | |||
| 7 | * gnus.texi (Converting Kill Files): Fix URL. Include | ||
| 8 | gnus-kill-to-score.el in contrib directory. | ||
| 9 | |||
| 10 | 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 11 | |||
| 12 | * gnus.texi (Startup Variables): Fix gnus-before-startup-hook. | ||
| 13 | Reported by Leo <sdl.web@gmail.com>. (Bug#1660) | ||
| 14 | (Paging the Article): Add index entry. | ||
| 15 | |||
| 1 | 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org> | 16 | 2009-01-03 Stephen Leake <stephen_leake@member.fsf.org> |
| 2 | 17 | ||
| 3 | * ada-mode.texi (Examples): Delete redundant text. | 18 | * ada-mode.texi (Examples): Delete redundant text. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 6db07ee85c9..6227831cf15 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -9,8 +9,8 @@ | |||
| 9 | @documentencoding ISO-8859-1 | 9 | @documentencoding ISO-8859-1 |
| 10 | 10 | ||
| 11 | @copying | 11 | @copying |
| 12 | Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 12 | Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 13 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 13 | 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
| @@ -1623,7 +1623,7 @@ times you start Gnus. | |||
| 1623 | 1623 | ||
| 1624 | @item gnus-before-startup-hook | 1624 | @item gnus-before-startup-hook |
| 1625 | @vindex gnus-before-startup-hook | 1625 | @vindex gnus-before-startup-hook |
| 1626 | A hook run after starting up Gnus successfully. | 1626 | A hook called as the first thing when Gnus is started. |
| 1627 | 1627 | ||
| 1628 | @item gnus-startup-hook | 1628 | @item gnus-startup-hook |
| 1629 | @vindex gnus-startup-hook | 1629 | @vindex gnus-startup-hook |
| @@ -3156,7 +3156,12 @@ that group. @code{gnus-show-threads} will be made into a local variable | |||
| 3156 | in the summary buffer you enter, and the form @code{nil} will be | 3156 | in the summary buffer you enter, and the form @code{nil} will be |
| 3157 | @code{eval}ed there. | 3157 | @code{eval}ed there. |
| 3158 | 3158 | ||
| 3159 | Note that this feature sets the variable locally to the summary buffer. | 3159 | Note that this feature sets the variable locally to the summary buffer |
| 3160 | if and only if @var{variable} has been bound as a variable. Otherwise, | ||
| 3161 | only evaluating the form will take place. So, you may want to bind the | ||
| 3162 | variable in advance using @code{defvar} or other if the result of the | ||
| 3163 | form needs to be set to it. | ||
| 3164 | |||
| 3160 | But some variables are evaluated in the article buffer, or in the | 3165 | But some variables are evaluated in the article buffer, or in the |
| 3161 | message buffer (of a reply or followup or otherwise newly created | 3166 | message buffer (of a reply or followup or otherwise newly created |
| 3162 | message). As a workaround, it might help to add the variable in | 3167 | message). As a workaround, it might help to add the variable in |
| @@ -3184,9 +3189,9 @@ into the group parameters for the group. | |||
| 3184 | 3189 | ||
| 3185 | This can also be used as a group-specific hook function. If you want to | 3190 | This can also be used as a group-specific hook function. If you want to |
| 3186 | hear a beep when you enter a group, you could put something like | 3191 | hear a beep when you enter a group, you could put something like |
| 3187 | @code{(dummy-variable (ding))} in the parameters of that group. | 3192 | @code{(dummy-variable (ding))} in the parameters of that group. If |
| 3188 | @code{dummy-variable} will be set to the (meaningless) result of the | 3193 | @code{dummy-variable} has been bound (see above), it will be set to the |
| 3189 | @code{(ding)} form. | 3194 | (meaningless) result of the @code{(ding)} form. |
| 3190 | 3195 | ||
| 3191 | Alternatively, since the VARIABLE becomes local to the group, this | 3196 | Alternatively, since the VARIABLE becomes local to the group, this |
| 3192 | pattern can be used to temporarily change a hook. For example, if the | 3197 | pattern can be used to temporarily change a hook. For example, if the |
| @@ -6233,6 +6238,7 @@ given a prefix, fetch the current article, but don't run any of the | |||
| 6233 | article treatment functions. This will give you a ``raw'' article, just | 6238 | article treatment functions. This will give you a ``raw'' article, just |
| 6234 | the way it came from the server. | 6239 | the way it came from the server. |
| 6235 | 6240 | ||
| 6241 | @cindex charset, view article with different charset | ||
| 6236 | If given a numerical prefix, you can do semi-manual charset stuff. | 6242 | If given a numerical prefix, you can do semi-manual charset stuff. |
| 6237 | @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were | 6243 | @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were |
| 6238 | encoded in the @code{cn-gb-2312} charset. If you have | 6244 | encoded in the @code{cn-gb-2312} charset. If you have |
| @@ -22464,9 +22470,10 @@ score files. If they are ``regular'', you can use | |||
| 22464 | the @file{gnus-kill-to-score.el} package; if not, you'll have to do it | 22470 | the @file{gnus-kill-to-score.el} package; if not, you'll have to do it |
| 22465 | by hand. | 22471 | by hand. |
| 22466 | 22472 | ||
| 22467 | The kill to score conversion package isn't included in Gnus by default. | 22473 | The kill to score conversion package isn't included in Emacs by default. |
| 22468 | You can fetch it from | 22474 | You can fetch it from the contrib directory of the Gnus distribution or |
| 22469 | @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}. | 22475 | from |
| 22476 | @uref{http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}. | ||
| 22470 | 22477 | ||
| 22471 | If your old kill files are very complex---if they contain more | 22478 | If your old kill files are very complex---if they contain more |
| 22472 | non-@code{gnus-kill} forms than not, you'll have to convert them by | 22479 | non-@code{gnus-kill} forms than not, you'll have to convert them by |