aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2008-03-31 04:38:58 +0000
committerKatsumi Yamaoka2008-03-31 04:38:58 +0000
commitfbcbb58cbd4baf48ff31dcb86d7f5724014b1d7b (patch)
tree3a3cf33409200044b2ee7ee92961eb69083d1497
parent56d707f1c33348670a8eea934b86445a37eae163 (diff)
downloademacs-fbcbb58cbd4baf48ff31dcb86d7f5724014b1d7b.tar.gz
emacs-fbcbb58cbd4baf48ff31dcb86d7f5724014b1d7b.zip
* gnus.texi (Example Methods): Fix description about ssh-agent.
(Indirect Functions): Fix the default value of nntp-telnet-command; remove link to connect.html.
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/gnus.texi13
2 files changed, 11 insertions, 8 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 5b7883974c4..351807b418e 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12008-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Example Methods): Fix description about ssh-agent.
4 (Indirect Functions): Fix the default value of nntp-telnet-command;
5 remove link to connect.html.
6
12008-03-30 Michael Albinus <michael.albinus@gmx.de> 72008-03-30 Michael Albinus <michael.albinus@gmx.de>
2 8
3 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for 9 * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index a6380aea3b5..e2bb06e6f2f 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -13126,6 +13126,7 @@ configuration to the example above:
13126 13126
13127See also @code{nntp-via-rlogin-command-switches}. Here's an example for 13127See also @code{nntp-via-rlogin-command-switches}. Here's an example for
13128an indirect connection: 13128an indirect connection:
13129
13129@lisp 13130@lisp
13130(setq gnus-select-method 13131(setq gnus-select-method
13131 '(nntp "indirect" 13132 '(nntp "indirect"
@@ -13137,6 +13138,9 @@ an indirect connection:
13137 (nntp-open-connection-function nntp-open-via-rlogin-and-netcat))) 13138 (nntp-open-connection-function nntp-open-via-rlogin-and-netcat)))
13138@end lisp 13139@end lisp
13139 13140
13141This means that you have to have set up @code{ssh-agent} correctly to
13142provide automatic authorization, of course.
13143
13140If you're behind a firewall, but have direct access to the outside world 13144If you're behind a firewall, but have direct access to the outside world
13141through a wrapper command like "runsocks", you could open a socksified 13145through a wrapper command like "runsocks", you could open a socksified
13142netcat connection to the news server as follows: 13146netcat connection to the news server as follows:
@@ -13148,11 +13152,6 @@ netcat connection to the news server as follows:
13148 (nntp-address "the.news.server")) 13152 (nntp-address "the.news.server"))
13149@end lisp 13153@end lisp
13150 13154
13151This means that you have to have set up @code{ssh-agent} correctly to
13152provide automatic authorization, of course. And to get a compressed
13153connection, you have to have the @samp{Compression} option in the
13154@code{ssh} @file{config} file.
13155
13156 13155
13157@node Creating a Virtual Server 13156@node Creating a Virtual Server
13158@subsection Creating a Virtual Server 13157@subsection Creating a Virtual Server
@@ -13702,9 +13701,7 @@ line-end-conversion, but sometimes @code{netcat} is simply not available.
13702@item nntp-telnet-command 13701@item nntp-telnet-command
13703@vindex nntp-telnet-command 13702@vindex nntp-telnet-command
13704Command used to connect to the real @acronym{NNTP} server from the 13703Command used to connect to the real @acronym{NNTP} server from the
13705intermediate host. The default is @samp{nc}. You can also use other 13704intermediate host. The default is @samp{telnet}.
13706programs like @uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html,
13707connect} instead.
13708 13705
13709@item nntp-telnet-switches 13706@item nntp-telnet-switches
13710@vindex nntp-telnet-switches 13707@vindex nntp-telnet-switches