From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25353 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: Re: agent-score . file Date: 25 Sep 1999 15:46:28 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162753 13539 80.91.224.250 (21 Oct 2002 01:12:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:33 +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 LAA12947 for ; Sat, 25 Sep 1999 11:11:44 -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 KAB21325; Sat, 25 Sep 1999 10:11:41 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Sep 1999 10:10:54 -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 KAA22580 for ; Sat, 25 Sep 1999 10:10:45 -0500 (CDT) Original-Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA12929 for ; Sat, 25 Sep 1999 11:08:44 -0400 (EDT) Original-Received: from lotusland.demon.co.uk ([158.152.62.156]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 11UtRL-0007l9-0A for ding@gnus.org; Sat, 25 Sep 1999 15:08:43 +0000 Original-Received: from mike by lotusland.demon.co.uk with local (Exim 3.03 #1) id 11UtSW-000438-00 for ding@gnus.org; Sat, 25 Sep 1999 16:09:56 +0100 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "25 Sep 1999 12:24:28 +0200" User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.2 (Shinjuku) Original-Lines: 20 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25353 Lars Magne Ingebrigtsen writes: > It should be -- it uses `gnus-group-find-parameter', which looks up > the topic parameters. Er. If it is called in the group buffer, which > it probably isn't. Oops. Fix in Pterodactyl Gnus v0.97. (defun gnus-group-find-parameter (group &optional symbol allow-list) "Return the group parameters for GROUP. If SYMBOL, return the value of that symbol in the group parameters." (save-excursion (set-buffer gnus-group-buffer) (let ((parameters (funcall gnus-group-get-parameter-function group))) (if symbol (gnus-group-parameter-value parameters symbol allow-list) parameters)))) Isn't that what the `set-buffer' is for? -- Mike