From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11280 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.gnus.user Subject: Re: Writing to a foreign group Date: Tue, 12 Aug 2008 16:30:27 +0100 Message-ID: References: <873alay28j.fsf@onlinehome.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218555093 30796 80.91.229.12 (12 Aug 2008 15:31:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Aug 2008 15:31:33 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Aug 12 17:32:25 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KSvqw-0007lj-A7 for gegu-info-gnus-english@m.gmane.org; Tue, 12 Aug 2008 17:32:06 +0200 Original-Received: from localhost ([127.0.0.1]:51381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSvq0-00036Y-3m for gegu-info-gnus-english@m.gmane.org; Tue, 12 Aug 2008 11:31:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSvpf-0002rL-S7 for info-gnus-english@gnu.org; Tue, 12 Aug 2008 11:30:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSvpf-0002qE-22 for info-gnus-english@gnu.org; Tue, 12 Aug 2008 11:30:47 -0400 Original-Received: from [199.232.76.173] (port=59693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSvpe-0002ps-NO for info-gnus-english@gnu.org; Tue, 12 Aug 2008 11:30:46 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:40523 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KSvpe-0000aK-5j for info-gnus-english@gnu.org; Tue, 12 Aug 2008 11:30:46 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KSvpT-0000Fa-MV for info-gnus-english@gnu.org; Tue, 12 Aug 2008 15:30:35 +0000 Original-Received: from mail.artimi.com ([194.72.81.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Aug 2008 15:30:35 +0000 Original-Received: from andy.moreton by mail.artimi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Aug 2008 15:30:35 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mail.artimi.com User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:hFr7sxkFetziN7kZgUAvgBnwbQ4= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:11280 Archived-At: Hermann writes: > Hi, > my main news server is news.online.de, the server of my German ISP. > However: I've subscribed to a foreign group: > news.mozilla.org:mozilla.support.accessibility. > I can read this group, but I have to realize that I'm not able topost a > news there. > When I open a new post, put in the group - with and withouth the full > path - I always get the message that it cannot be sent, because there is > no such group; this is obviously wrong. > How can i send to this group? > I tried to put it into my .gnus file under: > (setq gnus-secondary-select-methods > '((nntp "news.mozilla.org")) > '((nnml "private"))) > But only the mail selection method is accepted. I get the message: > "Error in ~/.gnus: symbolp" > when starting gnus. > So what to do? Why are things so terribly complicated? :-( > Hermann Try this instead: (setq gnus-secondary-select-methods '((nntp "news.mozilla.org") (nnml "private"))) HTH AndyM