From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59141 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: CVS update of gnus/lisp (ChangeLog gnus-sum.el) Date: Sun, 14 Nov 2004 23:12:51 +0100 Message-ID: References: <877josgsg9.fsf@seamus.arnested.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1100470570 7764 80.91.229.6 (14 Nov 2004 22:16:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 22:16:10 +0000 (UTC) Original-X-From: ding-owner+M7681@lists.math.uh.edu Sun Nov 14 23:15:49 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTSez-0001tL-00 for ; Sun, 14 Nov 2004 23:15:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CTSdc-0003Yx-00; Sun, 14 Nov 2004 16:14:24 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CTSdT-0003Yp-00 for ding@lists.math.uh.edu; Sun, 14 Nov 2004 16:14:15 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CTSdR-00070C-TR for ding@lists.math.uh.edu; Sun, 14 Nov 2004 16:14:13 -0600 Original-Received: from fitch6.uni2.net (fitch6.uni2.net [130.227.52.126]) by justine.libertine.org (Postfix) with ESMTP id E820B3A0035 for ; Sun, 14 Nov 2004 16:14:12 -0600 (CST) Original-Received: from defun.localdomain (83.72.206.24.ip.tele2adsl.dk [83.72.206.24]) by fitch6.uni2.net (8.12.6/8.11.6) with ESMTP id iAEME7Kn011898 for ; Sun, 14 Nov 2004 23:14:08 +0100 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: <877josgsg9.fsf@seamus.arnested.dk> (Arne =?iso-8859-1?Q?J=F8?= =?iso-8859-1?Q?rgensen's?= message of "Thu, 11 Nov 2004 19:18:30 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59141 Arne J=F8rgensen writes: > "Jesper Harder" writes: > >> (gnus-summary-clear-local-variables): Use symbolp. >> From Stefan Wiens . > > As a side(?) effect of this change my `gnus-summary-expunge-below' > gets reset to nil every time I have visited a summary buffer. > > Is this the intended behaviour? How do I give it a global value > then? I guess it is, see below: `gnus-summary-expunge-below' Don't display the summary lines of articles that have scores lower than this variable. This is `nil' by default, which means that no articles will be hidden. This variable is local to the summary buffers, and has to be set from `gnus-summary-mode-hook'. --=20 Jesper Harder