emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: batch mode to send email; bug in "mail"


From: Nick Roberts
Subject: Re: batch mode to send email; bug in "mail"
Date: Wed, 9 Aug 2006 01:13:46 +1200

 > The error I get is with the third line-- "(mail nil ...)":
 > 
 > Wrong number of arguments: #[(arg)
 > ("/usr/share/emacs/21.3/lisp/mail/sendmail.elc" . 21146) nil 2
 > ("/usr/share/emacs/21.3/lisp/mail/sendmail.elc" . 20985) "P"], 0

You need to change:

(defun mail-send-and-exit (arg)
...

in sendmail.el to

(defun mail-send-and-exit (&optional arg)
...

This has been done in CVS Emacs.  It would help us if you tested this
version which you can get from Savannah with

 
 cvs -z3 -d:pserver:address@hidden:/sources/emacs co emacs

and by following the instructions in the file INSTALL.CVS.

address@hidden is the mailing list for reporting bugs for the released
version of Emacs.  You can send to that list using report-emacs-bug (also
on the menu bar under "Help"). It also gives your configuration.


-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]