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

[solved] mail-user-agent - Noob needs help with elisp ;)



On Wed, 2011-04-27 at 10:17 -0700, Erik Hetzner wrote:
> 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 '.

Thank you Erik :)