Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e8ce5491
Commit
e8ce5491
authored
Oct 29, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/misc/efaq.texi (Gnus does not work with NNTP): Remove; ancient
parent
091d3228
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/efaq.texi
doc/misc/efaq.texi
+0
-22
No files found.
doc/misc/ChangeLog
View file @
e8ce5491
2014-10-30 Glenn Morris <rgm@gnu.org>
* efaq.texi (Gnus does not work with NNTP): Remove; ancient.
2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
* eieio.texi (Accessing Slots, CLOS compatibility): Adjust wording
...
...
doc/misc/efaq.texi
View file @
e8ce5491
...
...
@@ -4196,7 +4196,6 @@ fontset, or you can select it by setting the default font in your
* Replying to the sender of a message::
* Automatically starting a mail or news reader::
* Reading news with Emacs::
* Gnus does not work with NNTP::
* Making Gnus faster::
* Catching up in all newsgroups::
@end menu
...
...
@@ -4390,27 +4389,6 @@ Manual, gnus, The Gnus Manual}, which includes @ref{Frequently Asked
Questions,, the Gnus FAQ, gnus, The Gnus Manual}.
@node Gnus does not work with NNTP
@section Why doesn't Gnus work via NNTP?
@cindex Gnus and NNTP
@cindex NNTP, Gnus fails to work with
There is a bug in NNTP version 1.5.10, such that when multiple requests
are sent to the NNTP server, the server only handles the first one
before blocking waiting for more input which never comes. NNTP version
1.5.11 claims to fix this.
You can work around the bug inside Emacs like this:
@lisp
(setq nntp-maximum-request 1)
@end lisp
You can find out what version of NNTP your news server is running by
telnetting to the NNTP port (usually 119) on the news server machine
(i.e., @kbd{telnet server-machine 119}). The server should give its
version number in the welcome message. Type @kbd{quit} to get out.
@node Making Gnus faster
@section How do I make Gnus faster?
@cindex Faster, starting Gnus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment