From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38280 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: *Server* buffer problems when adding server parameters Date: Fri, 24 Aug 2001 19:12:11 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035174170 21533 80.91.224.250 (21 Oct 2002 04:22:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:22:50 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 780 invoked from network); 24 Aug 2001 23:12:12 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 24 Aug 2001 23:12:12 -0000 Original-Received: (qmail 29048 invoked by uid 500); 24 Aug 2001 23:12:33 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Mail-Copies-To: never In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 25 Aug 2001 01:00:28 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:38280 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38280 Lars Magne Ingebrigtsen wrote: > prj@po.cwru.edu (Paul Jarc) writes: >> But servers belonging to different backends can have the same name; >> the name alone is not unique. >=20 > No, they can't, and yes they are. Or, to put it another way -- yes, > they can, and no, they aren't.=B9 I have these select methods: (setq gnus-select-method `(nnmaildir "" (directory prj:nnmaildir))) (setq gnus-secondary-select-methods '((nntp "" (nntp-address "news.cwru.edu.")))) The name (designation, whatever) "" is not sufficient to distinguish between them. "nnmaildir:" and "nntp:" do distinguish between them. > When Gnus says "... server ...", it's talking about the designator > for a select method. Meaning the second element? Or the first two? > However, select methods also contains something that's called a > "server" (that is, the address of an external instance to contact, > in nntp's case). Meaning the nntp-address (or, e.g., nnml-directory) parameter? paul