From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61266 Path: news.gmane.org!not-for-mail From: Jari Aalto Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] cvs 2005-10-29 score-mode.el::defvar Date: Mon, 31 Oct 2005 11:59:02 +0200 Message-ID: References: <20051029073128.PUFY9722.fep32-app.kolumbus.fi@cante.net> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1130753163 25002 80.91.229.2 (31 Oct 2005 10:06:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Oct 2005 10:06:03 +0000 (UTC) Cc: Simon Josefsson , Emacs Gnus-L Original-X-From: ding-owner+m9798@lists.math.uh.edu Mon Oct 31 11:05:57 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EWWX2-0002pJ-BI for ding-account@gmane.org; Mon, 31 Oct 2005 11:04:48 +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 1EWWWq-0006Ij-00; Mon, 31 Oct 2005 04:04:36 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EWWRj-0006Id-00 for ding@lists.math.uh.edu; Mon, 31 Oct 2005 03:59:19 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EWWRd-0000ks-R8 for ding@lists.math.uh.edu; Mon, 31 Oct 2005 03:59:19 -0600 Original-Received: from fep02-0.kolumbus.fi ([193.229.0.44] helo=fep02-app.kolumbus.fi) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EWWRY-00072K-00 for ; Mon, 31 Oct 2005 10:59:08 +0100 Original-Received: from bongo.cante.net ([81.197.0.130]) by fep02-app.kolumbus.fi with ESMTP id <20051031095908.VJX11452.fep02-app.kolumbus.fi@bongo.cante.net>; Mon, 31 Oct 2005 11:59:08 +0200 Original-Received: from ns2.cante.net ([192.168.1.3] helo=cante) by bongo.cante.net with esmtp (Exim 4.54) id 1EWWRT-0001IW-Na; Mon, 31 Oct 2005 11:59:03 +0200 Original-Received: from jaalto by cante with local (Exim 4.54) id 1EWWRS-0005zz-Hx; Mon, 31 Oct 2005 11:59:02 +0200 Original-To: Dan Christensen X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61266 Archived-At: | >> 2005-10-29 Sat Jari Aalto | >> | >> (gnus-article-sort-by-date-reverse): 7.101 New function. | > ... | >> See my previous patch. Here is documentation to go with it. | > | > Thanks, installed! | | Can't one reverse any sort function by using a construct like | (not gnus-article-sort-by-date) [from memory]? If you refer to hook, then a lambda would do. But that would be ugly - and remove-hook couldn't be used. A function is much cleaner. Jari