From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35513 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: unopened-server-to-method? Date: 28 Mar 2001 10:46:57 -0500 Sender: prj@multivac.cwru.edu 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 1035171245 3482 80.91.224.250 (21 Oct 2002 03:34:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:34:05 +0000 (UTC) Return-Path: Original-Received: (qmail 17187 invoked by alias); 28 Mar 2001 15:47:11 -0000 Original-Received: (qmail 17182 invoked from network); 28 Mar 2001 15:47:11 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 28 Mar 2001 15:47:11 -0000 Original-Received: (qmail 11979 invoked by uid 500); 28 Mar 2001 15:47:19 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "28 Mar 2001 13:23:38 +0200") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:35513 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35513 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > On 27 Mar 2001, Paul Jarc wrote: > > I want the select method that SERVER and PARAMETERS came from, so > > that I can pass it back to various gnus functions that expect a > > select method as an argument. gnus-group-prefixed-name, for > > example. (In that case, I could pass the prefixed server name > > instead, but then gnus-group-prefixed-name would just try to find > > the select method itself.) >=20 > Does it work to say (format "nnchoke:%s" SERVER)? That would be the > server _name_, though. Right, so that's what I pass to gnus-server-to-method. I'll just have to do it after -open-server returns. paul