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

Re: mail-user-agent - Noob needs help with elisp ;)



At Wed, 27 Apr 2011 19:09:21 +0200,
Ralf wrote:
> 
> $ cat .emacs
> (autoload ’wl-user-agent-compose "wl-draft" nil t)
> (if (boundp ’mail-user-agent)
> (setq mail-user-agent ’wl-user-agent))
> (if (fboundp ’define-mail-user-agent)
> (define-mail-user-agent
> ’wl-user-agent
> ’wl-user-agent-compose
> ’wl-draft-send
> ’wl-draft-kill
> ’mail-send-hook))

Hi Ralf,

If this is really what is in your .emacs file, & it has not been
mangled: replace all instances of ’ with '.

best, Erik
Sent from my free software system <http://fsf.org/>.