From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25140 Path: main.gmane.org!not-for-mail From: "Rene H. Larsen" Newsgroups: gmane.emacs.gnus.general Subject: Re: Using gnus-list-identifiers Date: 17 Sep 1999 19:28:41 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87emfxe9bq.fsf@post1.tele.dk> References: <87n1und8xd.fsf@post1.tele.dk> <87so4fksm5.fsf@post1.tele.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162581 12484 80.91.224.250 (21 Oct 2002 01:09:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:09:41 +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 OAA27534 for ; Fri, 17 Sep 1999 14:06:26 -0400 (EDT) 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 NAB02667; Fri, 17 Sep 1999 13:06:12 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Sep 1999 13:05:05 -0500 (CDT) 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 NAA19492 for ; Fri, 17 Sep 1999 13:04:55 -0500 (CDT) Original-Received: from mail-in2.inet.tele.dk (mail-in2.inet.tele.dk [194.182.148.151]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id OAA27363 for ; Fri, 17 Sep 1999 14:04:12 -0400 (EDT) Original-Received: (qmail 1136 invoked from network); 17 Sep 1999 18:04:10 -0000 Original-Received: from ip226.ronnxr1.ras.tele.dk (HELO izzlazz.ournet.dk) (195.249.54.226) by mail-in2.inet.tele.dk with SMTP; 17 Sep 1999 18:04:10 -0000 Original-Received: from renehl.ournet.dk [192.168.0.1] (mail) by izzlazz.ournet.dk with esmtp (Exim 2.11 #1 (Debian)) id 11S1oP-0005g6-00; Fri, 17 Sep 1999 19:28:41 +0200 Original-Received: from renehl by renehl.ournet.dk with local (Exim 3.03 #1 (Debian)) id 11S1oP-0008L0-00; Fri, 17 Sep 1999 19:28:41 +0200 Original-To: ding@gnus.org Original-Lines: 14 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25140 Per Abrahamsen writes: > You can set group specific variables as group parameters. Type M-C-g > when reading the folder, and look for the "Variables:" entry near the > bottom of the buffer. Yes, I know about group-local variables, but for some reason this doesn't work for gnus-list-identifiers. Simon Josefsson said earlier in the thread that he thinks that the removal of list identifiers are done before summary local variables are bound. -- #!/usr/bin/perl -w for(0..12){$b[$_]="|".($_==6?"-":" ")x78}for(0..78){substr($b[- (sin($_*3.1415/22)-1)*6.499],$_,1)="*"}print join "\n",@b,"";