diff options
| author | Katsumi Yamaoka | 2008-03-31 04:38:58 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2008-03-31 04:38:58 +0000 |
| commit | fbcbb58cbd4baf48ff31dcb86d7f5724014b1d7b (patch) | |
| tree | 3a3cf33409200044b2ee7ee92961eb69083d1497 /doc | |
| parent | 56d707f1c33348670a8eea934b86445a37eae163 (diff) | |
| download | emacs-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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 13 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-03-30 Michael Albinus <michael.albinus@gmx.de> | 7 | 2008-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 | ||
| 13127 | See also @code{nntp-via-rlogin-command-switches}. Here's an example for | 13127 | See also @code{nntp-via-rlogin-command-switches}. Here's an example for |
| 13128 | an indirect connection: | 13128 | an 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 | ||
| 13141 | This means that you have to have set up @code{ssh-agent} correctly to | ||
| 13142 | provide automatic authorization, of course. | ||
| 13143 | |||
| 13140 | If you're behind a firewall, but have direct access to the outside world | 13144 | If you're behind a firewall, but have direct access to the outside world |
| 13141 | through a wrapper command like "runsocks", you could open a socksified | 13145 | through a wrapper command like "runsocks", you could open a socksified |
| 13142 | netcat connection to the news server as follows: | 13146 | netcat 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 | ||
| 13151 | This means that you have to have set up @code{ssh-agent} correctly to | ||
| 13152 | provide automatic authorization, of course. And to get a compressed | ||
| 13153 | connection, 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 |
| 13704 | Command used to connect to the real @acronym{NNTP} server from the | 13703 | Command used to connect to the real @acronym{NNTP} server from the |
| 13705 | intermediate host. The default is @samp{nc}. You can also use other | 13704 | intermediate host. The default is @samp{telnet}. |
| 13706 | programs like @uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html, | ||
| 13707 | connect} instead. | ||
| 13708 | 13705 | ||
| 13709 | @item nntp-telnet-switches | 13706 | @item nntp-telnet-switches |
| 13710 | @vindex nntp-telnet-switches | 13707 | @vindex nntp-telnet-switches |