[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
Top Document: INN FAQ Part 2/9: Specific notes for specific operating systems
Previous Document: (2.1) BASH tips
Next Document: (2.3) AIX tips
-
Search the FAQ Archives
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
Top Document: INN FAQ Part 2/9: Specific notes for specific operating systems
Previous Document: (2.1) BASH tips
Next Document: (2.3) AIX tips
(2.2) GNUS tips
In article <3g82ll$mr4@tid.tid.es> Emilio Losantos <emilio@tid.es> writes: > I have to use GNUS 4.1 to read news from a nntp server running INN 1.4, but > whenever I try to select a group I receive the message: > "GROUP" not implemented; try "help" > Could anybody tell me how to fix this problem? jbryans@csulb.edu (Jack Bryans) replies: Patch your nntp.el something like this: *** 72,77 **** --- 72,79 ---- (set-process-sentinel nntp/connection 'nntp/sentinel) (process-kill-without-query nntp/connection) (let ( (code (nntp/response)) ) + (nntp/command "mode reader") + (nntp/response) (or (eq code 200) (eq code 201)))) (defun nntp-server-opened () Note that your line numbers may vary. There's a lot of nntp.el's out there.
Top Document: INN FAQ Part 2/9: Specific notes for specific operating systems
Previous Document: (2.1) BASH tips
Next Document: (2.3) AIX tips
Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
hwr@pilhuhn.de (Heiko W.Rupp)
Last Update October 22 2009 @ 05:35 AM