From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26748 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Unable to create Dejanews nnweb groups Date: 12 Nov 1999 18:59:13 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <873dufhcx8.fsf@senstation.vvf.fi> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163899 21051 80.91.224.250 (21 Oct 2002 01:31:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:31:39 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA04866 for ; Fri, 12 Nov 1999 12:59:51 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB27042; Fri, 12 Nov 1999 11:59:47 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Nov 1999 12:00:03 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA28049 for ; Fri, 12 Nov 1999 11:59:50 -0600 (CST) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA04860 for ; Fri, 12 Nov 1999 12:59:20 -0500 (EST) Original-Received: from feller.dina.kvl.dk (feller.dina.kvl.dk [130.225.40.147]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with SMTP id SAA14949; Fri, 12 Nov 1999 18:59:41 +0100 Original-Received: by feller.dina.kvl.dk (SMI-8.6/SMI-SVR4) id SAA28920; Fri, 12 Nov 1999 18:59:13 +0100 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Lars Magne Ingebrigtsen's message of "12 Nov 1999 09:23:27 +0100" Original-Lines: 53 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26748 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26748 Lars Magne Ingebrigtsen writes: > So I've now implemented it. > > (setq gnus-refer-article-method '(nnweb "refer" (nnweb-type dejanews))) > > It in CVS. I made DejaNews a customization option. I think the docstring ought to be improved, I couldn't figure out how it works. For example, it isn't used in nnml buffer as far as I can see. It should probably be a list, so you could tell it first to try the default method, then some other nntp server, and then dejanews. It feel weird contacting dejanews just to get the parent in a local nntp group. The default behaviour could be first to try the default method, and then DejaNews. 1999-11-12 Per Abrahamsen * gnus.el (gnus-select-method): Added default value and tag. (gnus-refer-article-method): Added `DejaNews' customization option. Index: gnus.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus.el,v retrieving revision 5.109 diff -c -r5.109 gnus.el *** gnus.el 1999/11/10 19:05:56 5.109 --- gnus.el 1999/11/12 17:30:22 *************** *** 999,1004 **** --- 999,1005 ---- in the documentation of `gnus-select-method'." :group 'gnus-server :type '(choice (const :tag "default" nil) + (const :tag "DejaNews" (nnweb "refer" (nnweb-type dejanews))) gnus-select-method)) (defcustom gnus-group-faq-directory *************** *** 1261,1266 **** --- 1262,1269 ---- (define-widget 'gnus-select-method 'list "Widget for entering a select method." + :value '(nntp "") + :tag "Select Method" :args `((choice :tag "Method" ,@(mapcar (lambda (entry) (list 'const :format "%v\n"