From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38540 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Strange server names confusion Date: Mon, 03 Sep 2001 16:17:45 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174387 23076 80.91.224.250 (21 Oct 2002 04:26:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:26:27 +0000 (UTC) Cc: Paul Jarc , Return-Path: Return-Path: Original-Received: (qmail 27987 invoked from network); 3 Sep 2001 14:18:20 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 3 Sep 2001 14:18:20 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien.cs.uni-dortmund.de [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id QAA12910; Mon, 3 Sep 2001 16:17:46 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id QAA10543; Mon, 3 Sep 2001 16:17:46 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id B095F2097; Mon, 3 Sep 2001 16:17:45 +0200 (CEST) Original-To: Simon Josefsson In-Reply-To: (Simon Josefsson's message of "Mon, 3 Sep 2001 10:23:12 +0200 (CEST)") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Original-Lines: 32 Xref: main.gmane.org gmane.emacs.gnus.general:38540 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38540 Simon Josefsson writes: > Don't forget `gnus-method-equal', `gnus-methods-equal-p' etc. `eq' should > probably not be used for comparing methods, I think. Maybe so. But if the two are eq, how can it happen that Gnus behaves differently?!? But maybe Gnus uses gnus-method-equal directly on the two strings? Hm. Anyway: /---- | *** 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> \---- I'm not sure what this means. But I observe: /---- | ELISP> (gnus-server-equal "quimby" "nntp:quimby") | t \---- Fascinating. kai -- Symbol's function definition is void: signature