From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55486 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch for gnus-nocem Date: Fri, 02 Jan 2004 21:13:10 +0100 Organization: Programmerer Ingebrigtsen 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 1073074478 14328 80.91.224.253 (2 Jan 2004 20:14:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Jan 2004 20:14:38 +0000 (UTC) Original-X-From: ding-owner+M4027@lists.math.uh.edu Fri Jan 02 21:14:35 2004 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 1AcVgp-0003mW-00 for ; Fri, 02 Jan 2004 21:14:35 +0100 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 1AcVgh-00049b-00; Fri, 02 Jan 2004 14:14:27 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AcVgT-000498-00 for ding@lists.math.uh.edu; Fri, 02 Jan 2004 14:14:13 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 417EA3A0039 for ; Fri, 2 Jan 2004 14:14:13 -0600 (CST) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AcVgS-0004gV-00 for ; Fri, 02 Jan 2004 21:14:12 +0100 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AcVfY-0004fb-00 for ; Fri, 02 Jan 2004 21:13:16 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AcVfY-0003gk-00 for ; Fri, 02 Jan 2004 21:13:16 +0100 Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org Mail-Copies-To: never X-Now-Playing: Genesis's _Wind & Wuthering_: "Wot Gorilla" User-Agent: Gnus/5.1004 (Gnus v5.10.4) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:U3TlF1KEywrTC5TIkkUQo/j8H4A= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55486 Edwin Steiner writes: > The patch below solves this problem. The lookup is now done in > gnus-nocem-real-group-hashtb which contains the real group names. Thanks for the patch; I've applied it to Gnus v5.10.4 (i. e., CVS). > This patch makes the check in the following when clause partially > redundant. You could substitute > > (when (gnus-gethash (gnus-group-real-name (symbol-name group)) > gnus-nocem-real-group-hashtb) > > with > > (when (symbol-value group) > > I did not test this, though. > I could submit a patch for it, too, if you are interested. Sure. :-) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen