From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44826 Path: main.gmane.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.emacs.gnus.general Subject: Re: [CODE] Adding a message to a nndiary group. Date: Tue, 14 May 2002 14:06:37 +0200 Organization: Verimag Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1021378076 6391 127.0.0.1 (14 May 2002 12:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 14 May 2002 12:07:56 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 177b5v-0001er-00 for ; Tue, 14 May 2002 14:07:56 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 177b52-0006gu-00; Tue, 14 May 2002 07:07:00 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 14 May 2002 07:07:16 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA05096 for ; Tue, 14 May 2002 07:07:03 -0500 (CDT) Original-Received: (qmail 3711 invoked by alias); 14 May 2002 12:06:41 -0000 Original-Received: (qmail 3701 invoked from network); 14 May 2002 12:06:41 -0000 Original-Received: from imag.imag.fr (129.88.30.1) by gnus.org with SMTP; 14 May 2002 12:06:41 -0000 Original-Received: from montrose.imag.fr (root@montrose.imag.fr [129.88.43.123]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g4EC6ck13239 for ; Tue, 14 May 2002 14:06:38 +0200 (MEST) Original-Received: (from moy@localhost) by montrose.imag.fr (8.9.3/8.9+/ImagV2.feuille) id OAA26917; Tue, 14 May 2002 14:06:38 +0200 X-Authentication-Warning: montrose.imag.fr: moy set sender to Matthieu.Moy@imag.fr using -f Original-To: ding@gnus.org X-Face: %xEb27l:C~bcH,tGGRk8m'o_}XBMb*NoIbS$sp(:3s+l@PwMH+C*7Vf@Y_]%rP)*/'`Lpt[O9C;jbVo?Qp X-Url: http://www-verimag.imag.fr/~moy/ Mail-Copies-To: never Mail-Followup-To: ding@gnus.org In-Reply-To: (Didier Verna's message of "Tue, 14 May 2002 11:56:18 +0200") Original-Lines: 55 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44826 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44826 Didier Verna writes: > > If you type `B c' to copy (or `B m' to move) the message to an nn= diary > group, you'll be prompted for the diary headers. Isn't that what you want= to > do ? Yes, but if I do it, I have only a message "header missing" in the minibuffer. Did you apply the latest version to CVS Gnus ? (Ognus 0.07, Emacs 21.1) In case it helps, here's the debug trace : Debugger entered--Lisp error: (error "header missing") signal(error ("header missing")) error("header missing") apply(error "header missing") nndiary-error("header missing") (if (not (re-search-forward header nil t)) (nndiary-error "header missing= ") (nndiary-parse-schedule-value (match-string 1) min-or-values max)) (let ((header ...)) (goto-char (point-min)) (if (not ...) (nndiary-error = "header missing") (nndiary-parse-schedule-value ... min-or-values max))) nndiary-parse-schedule("Minute" 0 59) (lambda (elt) (setq head (nth 0 elt)) (nndiary-parse-schedule (nth 0 elt)= (nth 1 elt) (nth 2 elt)))(("Minute" 0 59)) mapcar((lambda (elt) (setq head (nth 0 elt)) (nndiary-parse-schedule (nth= 0 elt) (nth 1 elt) (nth 2 elt))) (("Minute" 0 59) ("Hour" 0 23) ("Dom" 1 3= 1) ("Month" 1 12) ("Year" 1971) ("Dow" 0 6) ("Time-Zone" (... ... ... ... .= .. ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... = ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...= ... ... ... ... ... ... ... ... ...)))) (condition-case arg (mapcar (lambda ... ... ...) nndiary-headers) (t (nnh= eader-report ... "X-Diary-%s header parse error: %s." head ...) nil)) (let (head) (condition-case arg (mapcar ... nndiary-headers) (t ... nil))) nndiary-schedule() (if (nndiary-schedule) (progn (let ... ... ... result))) (when (nndiary-schedule) (let (result) (when nnmail-cache-accepted-messag= e-ids ...) (if ... ... ...) result)) nndiary-request-accept-article("diary" "" t) gnus-request-accept-article("nndiary:diary" nil t t) gnus-summary-move-article(nil nil nil copy) gnus-summary-copy-article(nil) call-interactively(gnus-summary-copy-article) gnus-article-read-summary-keys(nil) call-interactively(gnus-article-read-summary-keys) recursive-edit() byte-code("=C3=86!=C2=88=C3=87 =C2=88=C3=88 !=C2=88\n=C2=83?=00=C3=89ed\= "=0BV=C2=834=00eb=C2=88=C3=8A=0B=C2=A5y=C2=88`=1Cdb=C2=88=C3=8A=0B=C2=A5=0B= Zy=C2=88\f`|=C2=88)=C3=8Bc=C2=88eb=C2=88=C3=8C=C3=8D !=C2=88=C3=8E =C2=88 @= =C3=8F=3D=C2=83K=00=C3=90=C3=91=C3=92\"=C2=88=C3=93 =C2=88=C3=8C=C3=94!=C2= =88=C3=92=C3=95=C3=92=1D=1E=17=1E=18=C3=8C=C3=94!=C2=88=C2=8A=C3=96 =C2=88,= =C3=95=C2=87" [debugger-buffer debugger-args noninteractive debugger-batch-= max-lines middlestart buffer-read-only pop-to-buffer debugger-mode debugger= -setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug = backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output= inhibit-trace] 3) debug(error (error "header missing")) signal(error ("header missing")) error("header missing") apply(error "header missing") nndiary-error("header missing") nndiary-parse-schedule("Minute" 0 59) #[(elt) "@=11=C3=82@A@=C3=838#=C2=87" [elt head nndiary-parse-schedul= e 2] 5](("Minute" 0 59)) mapcar(#[(elt) "@=11=C3=82@A@=C3=838#=C2=87" [elt head nndiary-parse-= schedule 2] 5] (("Minute" 0 59) ("Hour" 0 23) ("Dom" 1 31) ("Month" 1 12) (= "Year" 1971) ("Dow" 0 6) ("Time-Zone" (... ... ... ... ... ... ... ... ... = ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...= ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ..= . ... ... ... ...)))) nndiary-request-accept-article("diary" "" t) gnus-request-accept-article("nndiary:diary" nil t t) gnus-summary-move-article(nil nil nil copy) gnus-summary-copy-article(nil) call-interactively(gnus-summary-copy-article) --=20 Matthieu