From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53765 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] CVS gnus-group.el: Even quicker select group Date: Tue, 19 Aug 2003 00:02:43 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061269631 21694 80.91.224.253 (19 Aug 2003 05:07:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Aug 2003 05:07:11 +0000 (UTC) Original-X-From: ding-owner+M2306@lists.math.uh.edu Tue Aug 19 07:07:10 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19oyi6-0004cY-00 for ; Tue, 19 Aug 2003 07:07:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19oydy-0003x9-00; Tue, 19 Aug 2003 00:02:54 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19oydt-0003x4-00 for ding@lists.math.uh.edu; Tue, 19 Aug 2003 00:02:49 -0500 Original-Received: (qmail 61186 invoked by alias); 19 Aug 2003 05:02:49 -0000 Original-Received: (qmail 61181 invoked from network); 19 Aug 2003 05:02:49 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 19 Aug 2003 05:02:49 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19oygX-0001mj-00 for ; Tue, 19 Aug 2003 07:05:33 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: 216.12.206.24 Original-X-Trace: quimby.gnus.org 1061269533 6540 216.12.206.24 (19 Aug 2003 05:05:33 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 19 Aug 2003 05:05:33 GMT User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:qdwIB5dXLcj7VXY8EALnr18wfok= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53765 letters@hotpop.com (Jari Aalto+mail.linux) writes: > Here is improvement to the quick select feature. The new variable > should be added to manual as well. > > Jari > > 2003-08-18 Jari Aalto > > * gnus-group.el (gnus-group-quick-select-ignore-variable-list): > New user variable. More user controllable quickiness to select > the group. > (gnus-group-quick-select-group-variable-suppress): New support > macro. > (gnus-group-quick-select-group): Use new variable > `gnus-group-quick-select-ignore-variable-list'. > I do believe that macros are expanded at compile-time rather than run-time. Doesn't that mean that I'll have to recompile gnus-group.el for any customization to gnus-group-quick-select-ignore-variable-list to take effect? If so, is that the behavior that you wanted? Kevin