Gnus development mailing list
 help / color / mirror / Atom feed
From: Dan Christensen <jdc@uwo.ca>
Cc: ding@gnus.org
Subject: Re: gnus-thread-sort-by-most-recent-date not symmetric
Date: Tue, 08 Nov 2005 00:24:29 -0500	[thread overview]
Message-ID: <87hdan3e5u.fsf@uwo.ca> (raw)
In-Reply-To: <lspll00b067.fsf@drip.ca.boeing.com>

Ted Stern <dodecatheon@gmail.com> writes:

> (setq gnus-thread-sort-functions
>       '(
>         gnus-thread-sort-by-number
>         (lambda (t1 t2)
>           (not
>            (gnus-thread-sort-by-most-recent-date t1 t2)
>            )
>           )
>         )
>       )

Not exactly sure why that doesn't work, but I suspect its
because that data doesn't get eval'd, so the lambda doesn't work.
Instead, try:

(setq gnus-thread-sort-functions
      '(
        gnus-thread-sort-by-number
        (not gnus-thread-sort-by-most-recent-date)
        )
      )

Dan



      reply	other threads:[~2005-11-08  5:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07 21:47 Ted Stern
2005-11-08  5:24 ` Dan Christensen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hdan3e5u.fsf@uwo.ca \
    --to=jdc@uwo.ca \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).