Gnus development mailing list
 help / color / mirror / Atom feed
* -request-set-mark interface
@ 2001-02-16 15:45 Paul Jarc
  2001-02-16 16:28 ` Simon Josefsson
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Jarc @ 2001-02-16 15:45 UTC (permalink / raw)


The 5.8.8 info says:
#`(nnchoke-request-set-mark GROUP ACTION &optional SERVER)'
...
#     ACTION is a list of mark setting requests, having this format:
#
#          (RANGE ACTION MARK)
#
#     Range is a range of articles you wish to update marks on.
...
#     An example action list:
#
#          (((5 12 30) 'del '(tick))
#           ((10 . 90) 'add '(read expire))
#           ((92 94) 'del '(read)))

Is this right?  It seems that the second action should be:
   (((10 . 90)) 'add '(read expire))
Can RANGE really be a single range (a number or cons of two numbers),
or is it always a list of ranges?


paul



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

end of thread, other threads:[~2001-02-16 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-16 15:45 -request-set-mark interface Paul Jarc
2001-02-16 16:28 ` Simon Josefsson
2001-02-16 16:51   ` ShengHuo ZHU

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