From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38555 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Strange server names confusion Date: Mon, 03 Sep 2001 19:04:08 -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 1035174400 23138 80.91.224.250 (21 Oct 2002 04:26:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:26:40 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 3012 invoked from network); 3 Sep 2001 23:04:09 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 3 Sep 2001 23:04:09 -0000 Original-Received: (qmail 4465 invoked by uid 500); 3 Sep 2001 23:04:30 -0000 Mail-Followup-To: ding@gnus.org Original-To: Mail-Copies-To: never In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 03 Sep 2001 16:17:45 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:38555 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38555 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) wrote: > /---- >| *** Welcome to IELM *** Type (describe-mode) for help. >| ELISP> (gnus-method-equal "quimby" "nntp:quimby") >| nil >| ELISP> (gnus-methods-equal-p "quimby" "nntp:quimby") >| *** Eval error *** Wrong type argument: listp, "quimby" >| ELISP>=20 > \---- >=20 > I'm not sure what this means. I think it means they aren't the same method, but this is just because they aren't methods at all - they're server names... > /---- >| ELISP> (gnus-server-equal "quimby" "nntp:quimby") >| t > \---- ... which name the same method. paul