[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v
From: |
Katsumi Yamaoka |
Subject: |
[Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v |
Date: |
Mon, 31 Mar 2008 04:38:59 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Katsumi Yamaoka <yamaoka> 08/03/31 04:38:59
Index: gnus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/gnus.texi,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- gnus.texi 30 Mar 2008 03:54:15 -0000 1.19
+++ gnus.texi 31 Mar 2008 04:38:58 -0000 1.20
@@ -13126,6 +13126,7 @@
See also @code{nntp-via-rlogin-command-switches}. Here's an example for
an indirect connection:
+
@lisp
(setq gnus-select-method
'(nntp "indirect"
@@ -13137,6 +13138,9 @@
(nntp-open-connection-function nntp-open-via-rlogin-and-netcat)))
@end lisp
+This means that you have to have set up @code{ssh-agent} correctly to
+provide automatic authorization, of course.
+
If you're behind a firewall, but have direct access to the outside world
through a wrapper command like "runsocks", you could open a socksified
netcat connection to the news server as follows:
@@ -13148,11 +13152,6 @@
(nntp-address "the.news.server"))
@end lisp
-This means that you have to have set up @code{ssh-agent} correctly to
-provide automatic authorization, of course. And to get a compressed
-connection, you have to have the @samp{Compression} option in the
address@hidden @file{config} file.
-
@node Creating a Virtual Server
@subsection Creating a Virtual Server
@@ -13702,9 +13701,7 @@
@item nntp-telnet-command
@vindex nntp-telnet-command
Command used to connect to the real @acronym{NNTP} server from the
-intermediate host. The default is @samp{nc}. You can also use other
-programs like @uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html,
-connect} instead.
+intermediate host. The default is @samp{telnet}.
@item nntp-telnet-switches
@vindex nntp-telnet-switches
- [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v, Miles Bader, 2008/03/09
- [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v, Stefan Monnier, 2008/03/14
- [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v, Miles Bader, 2008/03/29
- [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v, Reiner Steib, 2008/03/29
- [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v, Stefan Monnier, 2008/03/29
- [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v,
Katsumi Yamaoka <=