Gnus development mailing list
 help / color / mirror / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
Subject: Re: [CODE] Adding a message to a nndiary group.
Date: Tue, 14 May 2002 14:06:37 +0200	[thread overview]
Message-ID: <vpq4rhbc4s2.fsf@montrose.imag.fr> (raw)
In-Reply-To: <mux7km72gu5.fsf@uzeb.lrde.epita.fr> (Didier Verna's message of "Tue, 14 May 2002 11:56:18 +0200")

Didier Verna <didier@lrde.epita.fr> writes:

>
>         If you type `B c' to copy (or `B m' to move) the message to an nndiary
> 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 31) ("Month" 1 12) ("Year" 1971) ("Dow" 0 6) ("Time-Zone" (... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...))))
  (condition-case arg (mapcar (lambda ... ... ...) nndiary-headers) (t (nnheader-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-message-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("Æ\b!ˆÇ ˆÈ	!ˆ\nƒ?\0Éed\"\vVƒ4\0ebˆÊ\v¥yˆ`\x1cdbˆÊ\v¥\vZyˆ\f`|ˆ)ËcˆebˆÌÍ !ˆÎ ˆ	@Ï=ƒK\0ÐÑÒ\"ˆÓ ˆÌÔ!ˆÒÕÒ\x1d\x1e\x17\x1e\x18ÌÔ!ˆŠÖ ˆ,Õ‡" [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) "\b@\x11Â\b@\bA@Ã\b8#‡" [elt head nndiary-parse-schedule 2] 5](("Minute" 0 59))
  mapcar(#[(elt) "\b@\x11Â\b@\bA@Ã\b8#‡" [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)


-- 
Matthieu



  reply	other threads:[~2002-05-14 12:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-10 15:23 Matthieu Moy
2002-05-14  9:56 ` Didier Verna
2002-05-14 12:06   ` Matthieu Moy [this message]
2002-05-14 12:21     ` Didier Verna
2002-05-14 12:47       ` Matthieu Moy
2002-05-14 12:57         ` Didier Verna
2002-05-14 13:30           ` Matthieu Moy
2002-05-14 16:45           ` Andreas Fuchs
2003-03-23 21:00 ` spam.el and bogofilter Jody Klymak
2003-03-23 23:03   ` Ted Zlatanov
2003-03-23 23:45     ` Jody Klymak
2003-03-24 15:07       ` Ted Zlatanov
2003-03-24 16:09         ` Jody Klymak
2003-03-24 19:24           ` Ted Zlatanov
2003-03-24 19:53             ` Jody Klymak
2003-03-25  8:18               ` Make.bat and info files (was: spam.el and bogofilter.) Frank Schmitt
2003-03-25 15:13                 ` Jody Klymak
2003-03-25 15:47                   ` Make.bat and info files Frank Schmitt

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=vpq4rhbc4s2.fsf@montrose.imag.fr \
    --to=matthieu.moy@imag.fr \
    /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).