From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34813 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: -request-set-mark interface Date: 16 Feb 2001 10:45:42 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170666 32220 80.91.224.250 (21 Oct 2002 03:24:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:24:26 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 83297D04A0 for ; Fri, 16 Feb 2001 10:47:39 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAC03389; Fri, 16 Feb 2001 09:46:22 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 16 Feb 2001 09:45:26 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA20934 for ; Fri, 16 Feb 2001 09:45:17 -0600 (CST) Original-Received: from multivac.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.96.25]) by mailhost.sclp.com (Postfix) with SMTP id F22F0D04A0 for ; Fri, 16 Feb 2001 10:45:42 -0500 (EST) Original-Received: (qmail 23455 invoked by uid 500); 16 Feb 2001 15:46:04 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:34813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34813 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