Gnus development mailing list
 help / color / mirror / Atom feed
* nnmaildir copy/move error
@ 2010-12-01 16:05 Ted Zlatanov
  2010-12-01 16:55 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2010-12-01 16:05 UTC (permalink / raw)
  To: ding

I get this error only in nnmaildir copy or move.  I left out some huge
macro expansions that contain information about the articles; I don't
think that matters since I can replicate with any nnmaildir group.

Thanks
Ted

Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (article) (mapcar (lambda (mark) (setq mdir (nnmaildir--subdir marksdir (symbol-name mark)) permarkfile (concat mdir ":") mfile (concat mdir (nnmaildir--art-prefix article))) (nnmaildir--condcase err (add-name-to-file permarkfile mfile) (cond ((nnmaildir--eexist-p err)) ((nnmaildir--enoent-p err) (nnmaildir--mkdir mdir) (nnmaildir--mkfile permarkfile) (add-name-to-file permarkfile mfile)) ((nnmaildir--emlink-p err) (let ((permarkfilenew (concat permarkfile "{new}"))) (nnmaildir--mkfile permarkfilenew) (rename-file permarkfilenew permarkfile (quote replace)) (add-name-to-file permarkfile mfile))) (t (signal (car err) (cdr err)))))) todo-marks)) 0)
  (lambda (article) (mapcar (lambda (mark) (setq mdir (nnmaildir--subdir marksdir (symbol-name mark)) permarkfile (concat mdir ":") mfile (concat mdir (nnmaildir--art-prefix article))) (nnmaildir--condcase err (add-name-to-file permarkfile mfile) (cond ((nnmaildir--eexist-p err)) ((nnmaildir--enoent-p err) (nnmaildir--mkdir mdir) (nnmaildir--mkfile permarkfile) (add-name-to-file permarkfile mfile)) ((nnmaildir--emlink-p err) (let (...) (nnmaildir--mkfile permarkfilenew) (rename-file permarkfilenew permarkfile ...) (add-name-to-file permarkfile mfile))) (t (signal (car err) (cdr err)))))) todo-marks))()
  funcall((lambda (article) (mapcar (lambda (mark) (setq mdir (nnmaildir--subdir marksdir (symbol-name mark)) permarkfile (concat mdir ":") mfile (concat mdir (nnmaildir--art-prefix article))) (nnmaildir--condcase err (add-name-to-file permarkfile mfile) (cond ((nnmaildir--eexist-p err)) ((nnmaildir--enoent-p err) (nnmaildir--mkdir mdir) (nnmaildir--mkfile permarkfile) (add-name-to-file permarkfile mfile)) ((nnmaildir--emlink-p err) (let (...) (nnmaildir--mkfile permarkfilenew) (rename-file permarkfilenew permarkfile ...) (add-name-to-file permarkfile mfile))) (t (signal (car err) (cdr err)))))) todo-marks)))
...
  nnmaildir-request-set-mark("tgl" (((511) set (tick))) "home")
  gnus-request-set-mark("tgl" (((511) set (tick))))
  gnus-summary-push-marks-to-backend(511)
  gnus-summary-move-article(nil nil nil copy)
  gnus-summary-copy-article(nil)
  call-interactively(gnus-summary-copy-article nil nil)




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

end of thread, other threads:[~2010-12-01 22:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-01 16:05 nnmaildir copy/move error Ted Zlatanov
2010-12-01 16:55 ` Lars Magne Ingebrigtsen
2010-12-01 17:17   ` Ted Zlatanov
2010-12-01 17:23     ` Lars Magne Ingebrigtsen
2010-12-01 22:18     ` Eric S Fraga

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