Mercurial > hg > xemacs-beta
comparison man/gnus-faq.texi @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
1 \input texinfo | 1 \input texinfo |
2 @c -*-texinfo-*- | 2 @c -*-texinfo-*- |
3 @c Copyright (C) 1995 Free Software Foundation, Inc. | 3 @c Copyright (C) 1995 Free Software Foundation, Inc. |
4 @setfilename ../info/gnus-faq.info | 4 @setfilename gnus-faq.info |
5 | 5 |
6 @node Frequently Asked Questions | 6 @node Frequently Asked Questions |
7 @section Frequently Asked Questions | 7 @section Frequently Asked Questions |
8 | 8 |
9 This is the Gnus Frequently Asked Questions list. | 9 This is the Gnus Frequently Asked Questions list. |
10 If you have a Web browser, the official hypertext version is at | 10 If you have a Web browser, the official hypertext version is at |
11 @file{http://www.miranova.com/~steve/gnus-faq.html>}, and has | 11 @file{http://www.ccs.neu.edu/software/gnus/}, and has |
12 probably been updated since you got this manual. | 12 probably been updated since you got this manual. |
13 | 13 |
14 @menu | 14 @menu |
15 * Installation FAQ:: Installation of Gnus. | 15 * Installation FAQ:: Installation of Gnus. |
16 * Customization FAQ:: Customizing Gnus. | 16 * Customization FAQ:: Customizing Gnus. |
181 | 181 |
182 | 182 |
183 @item | 183 @item |
184 Q1.10 Mailcrypt 3.4 doesn't work | 184 Q1.10 Mailcrypt 3.4 doesn't work |
185 | 185 |
186 This problem is verified to still exist in Gnus 5.0.9 and MailCrypt 3.4. | 186 This problem is verified to still exist in Gnus 5.0.9 and Mailcrypt 3.4. |
187 The answer comes from Peter Arius | 187 The answer comes from Peter Arius |
188 <arius@@immd2.informatik.uni-erlangen.de>. | 188 <arius@@immd2.informatik.uni-erlangen.de>. |
189 | 189 |
190 I found out that mailcrypt uses | 190 I found out that mailcrypt uses |
191 @code{gnus-eval-in-buffer-window}, which is a macro. | 191 @code{gnus-eval-in-buffer-window}, which is a macro. |
262 and Yank} and @i{Reply and Yank} in the Post menu. | 262 and Yank} and @i{Reply and Yank} in the Post menu. |
263 | 263 |
264 @kbd{C-c C-y} grabs the previous message and prefixes each line with | 264 @kbd{C-c C-y} grabs the previous message and prefixes each line with |
265 @code{ail-indentation-spaces} spaces or @code{mail-yank-prefix} if that is | 265 @code{ail-indentation-spaces} spaces or @code{mail-yank-prefix} if that is |
266 non-nil, unless you have set your own @code{mail-citation-hook}, which will | 266 non-nil, unless you have set your own @code{mail-citation-hook}, which will |
267 be called to to do the job. | 267 be called to do the job. |
268 | 268 |
269 You might also consider the Supercite package, which allows for pretty | 269 You might also consider the Supercite package, which allows for pretty |
270 arbitrarily complex quoting styles. Some people love it, some people | 270 arbitrarily complex quoting styles. Some people love it, some people |
271 hate it. | 271 hate it. |
272 | 272 |