Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

INN FAQ Part 2/9: Specific notes for specific operating systems
Section - (2.2) GNUS tips

( Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Counties ]


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
See reader questions & answers on this topic! - Help others by sharing your knowledge
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.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:

CAPTCHA




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 November 21 2011 @ 01:00 PM