From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35499 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: 27 Mar 2001 16:47:39 -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=us-ascii X-Trace: main.gmane.org 1035171232 3401 80.91.224.250 (21 Oct 2002 03:33:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:52 +0000 (UTC) Return-Path: Original-Received: (qmail 5236 invoked by alias); 27 Mar 2001 21:48:23 -0000 Original-Received: (qmail 5231 invoked from network); 27 Mar 2001 21:48:23 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 27 Mar 2001 21:48:23 -0000 Original-Received: (qmail 29367 invoked by uid 500); 27 Mar 2001 21:48:01 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "27 Mar 2001 23:43:26 +0200") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:35499 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35499 Simon Josefsson writes: > prj@po.cwru.edu (Paul Jarc) writes: > > I want the select method whose cadr is SERVER and whose cddr is > > DEFINITIONS, so I can pass it back to Gnus functions that expect a > > select method. > > Perhaps (cons 'nnfoo (cons SERVER DEFS))? Perhaps. But perhaps not. It wouldn't be eq to the actual select method; I don't know whether this would cause any problems. I guess I'll just use gnus-server-to-method, but I'll have to do it after -open-server returns. That'll be a little bit messy, but it should work. paul