From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5390 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: september 0.45, gnus-server-equal Date: Thu, 29 Feb 1996 11:29:09 -0800 Message-ID: <199602291928.LAA24262@desiree.teleport.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146000 32645 80.91.224.250 (20 Oct 2002 20:33:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:33:20 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id MAA08315 for ; Thu, 29 Feb 1996 12:02:21 -0800 Original-Received: from desiree.teleport.com (desiree.teleport.com [192.108.254.21]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Thu, 29 Feb 1996 20:28:50 +0100 Original-Received: from teleport.com ([204.119.17.64]) by desiree.teleport.com (8.6.12/8.6.9) with ESMTP id LAA24262; Thu, 29 Feb 1996 11:28:45 -0800 Original-To: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) In-reply-to: Your message of 29 Feb 1996 08:58:07 GMT. Xref: main.gmane.org gmane.emacs.gnus.general:5390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5390 lars: > > (("comp.org.user-groups.apcug" 3 nil nil > > (nntp "news.teleport.com" > > (nntp-server-opened-hook > > (nntp-send-mode-reader nntp-send-authinfo-from-file)) > > (nntp-address "news.teleport.com"))) > This is a foreign group, right? You could define a virtual server > (say, "teleport") and use the name of this virtual server instead of urr, no. that's what I set gnus-select-method to, and it looks like all new newsgroups get tagged with that value. > > ( (method-0 group-0-0 group-1-0 ...) > > (method-1 group-1-0 group-1-1 ...) > > ... ) > Keeping several lists that carry parts of the complete information > updated is a major pain. it doesn't have to be an internal format. just an external one. converting one to the other is pretty easy. and it may reduce gnus's memory usage --