Gnus development mailing list
 help / color / mirror / Atom feed
* Re: different thread sorting rules for one group?
  2001-05-08 11:03 different thread sorting rules for one group? Bill White
@ 2001-05-08  8:26 ` Francisco Solsona
  2001-05-09 20:44 ` Kai Großjohann
  1 sibling, 0 replies; 3+ messages in thread
From: Francisco Solsona @ 2001-05-08  8:26 UTC (permalink / raw)


Bill White <billw@wolfram.com> writes:

[...]

> I've tried lots of variations of this with 'G p' on the group, but
> with no effect:
> 
> ,----
> | ;;; Editing the group parameters for `nnml:mail.misc.2001-05'.
> | ;; Type `C-c C-c' after you've finished editing.
> | 
> | (gnus-thread-sort-functions
> |  '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
> | 
> `----
> 
> How can I set up different sorting for only one group?

You're on the right track, you're missing a set of parens though:

,--------------------
| ( 
|  (gnus-thread-sort-functions
|    '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
|  )
`--------------------

group parameters are lists of pairs.

hth,
Francisco


^ permalink raw reply	[flat|nested] 3+ messages in thread

* different thread sorting rules for one group?
@ 2001-05-08 11:03 Bill White
  2001-05-08  8:26 ` Francisco Solsona
  2001-05-09 20:44 ` Kai Großjohann
  0 siblings, 2 replies; 3+ messages in thread
From: Bill White @ 2001-05-08 11:03 UTC (permalink / raw)


This feels like a FAQ, but I haven't stumbled across the answer yet
:-/

I have this in my .gnus to apply to all groups:

(setq gnus-thread-sort-functions
      '(gnus-thread-sort-by-number
	gnus-thread-sort-by-date
	gnus-thread-sort-by-subject
	gnus-thread-sort-by-author
	gnus-thread-sort-by-score
	gnus-thread-sort-by-total-score))

This is fine for all my groups but one. In that one group I want
threads to be sorted by date rather than by score.

I've tried lots of variations of this with 'G p' on the group, but
with no effect:

,----
| ;;; Editing the group parameters for `nnml:mail.misc.2001-05'.
| ;; Type `C-c C-c' after you've finished editing.
| 
| (gnus-thread-sort-functions
|  '(gnus-thread-sort-by-number gnus-thread-sort-by-date))
| 
`----

How can I set up different sorting for only one group?

Thanks!

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: different thread sorting rules for one group?
  2001-05-08 11:03 different thread sorting rules for one group? Bill White
  2001-05-08  8:26 ` Francisco Solsona
@ 2001-05-09 20:44 ` Kai Großjohann
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2001-05-09 20:44 UTC (permalink / raw)
  Cc: ding

On 08 May 2001, Bill White wrote:

> | (gnus-thread-sort-functions
> |  '(gnus-thread-sort-by-number gnus-thread-sort-by-date))

Looks like the tick should not be there.

Does it help to use `G c' rather than `G p' to frob the group
parameters?  It ought to help avoid Lisp errors like this.

kai
-- 
The passive voice should never be used.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-09 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-08 11:03 different thread sorting rules for one group? Bill White
2001-05-08  8:26 ` Francisco Solsona
2001-05-09 20:44 ` Kai Großjohann

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).