aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2009-01-09 03:01:50 +0000
committerMiles Bader2009-01-09 03:01:50 +0000
commite3e955fed38da9263f3904f15233ccfd0dbbbe43 (patch)
tree6a34615ae6e5699c8b7dfba64dfae3486ded203f /doc/misc
parent2188975fbff1202d011db2f82d728fc5fb5f9346 (diff)
downloademacs-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/misc')
-rw-r--r--doc/misc/ChangeLog15
-rw-r--r--doc/misc/gnus.texi27
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 @@
12009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Group Parameters): Add note for local variables.
4
52009-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
102009-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
12009-01-03 Stephen Leake <stephen_leake@member.fsf.org> 162009-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
12Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 12Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
132002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 132003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14 14
15@quotation 15@quotation
16Permission is granted to copy, distribute and/or modify this document 16Permission 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
1626A hook run after starting up Gnus successfully. 1626A 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
3156in the summary buffer you enter, and the form @code{nil} will be 3156in the summary buffer you enter, and the form @code{nil} will be
3157@code{eval}ed there. 3157@code{eval}ed there.
3158 3158
3159Note that this feature sets the variable locally to the summary buffer. 3159Note that this feature sets the variable locally to the summary buffer
3160if and only if @var{variable} has been bound as a variable. Otherwise,
3161only evaluating the form will take place. So, you may want to bind the
3162variable in advance using @code{defvar} or other if the result of the
3163form needs to be set to it.
3164
3160But some variables are evaluated in the article buffer, or in the 3165But some variables are evaluated in the article buffer, or in the
3161message buffer (of a reply or followup or otherwise newly created 3166message buffer (of a reply or followup or otherwise newly created
3162message). As a workaround, it might help to add the variable in 3167message). As a workaround, it might help to add the variable in
@@ -3184,9 +3189,9 @@ into the group parameters for the group.
3184 3189
3185This can also be used as a group-specific hook function. If you want to 3190This can also be used as a group-specific hook function. If you want to
3186hear a beep when you enter a group, you could put something like 3191hear 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
3191Alternatively, since the VARIABLE becomes local to the group, this 3196Alternatively, since the VARIABLE becomes local to the group, this
3192pattern can be used to temporarily change a hook. For example, if the 3197pattern 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
6233article treatment functions. This will give you a ``raw'' article, just 6238article treatment functions. This will give you a ``raw'' article, just
6234the way it came from the server. 6239the way it came from the server.
6235 6240
6241@cindex charset, view article with different charset
6236If given a numerical prefix, you can do semi-manual charset stuff. 6242If 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
6238encoded in the @code{cn-gb-2312} charset. If you have 6244encoded in the @code{cn-gb-2312} charset. If you have
@@ -22464,9 +22470,10 @@ score files. If they are ``regular'', you can use
22464the @file{gnus-kill-to-score.el} package; if not, you'll have to do it 22470the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
22465by hand. 22471by hand.
22466 22472
22467The kill to score conversion package isn't included in Gnus by default. 22473The kill to score conversion package isn't included in Emacs by default.
22468You can fetch it from 22474You 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}. 22475from
22476@uref{http://heim.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
22470 22477
22471If your old kill files are very complex---if they contain more 22478If your old kill files are very complex---if they contain more
22472non-@code{gnus-kill} forms than not, you'll have to convert them by 22479non-@code{gnus-kill} forms than not, you'll have to convert them by