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

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



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

$ emacs --debug-init
͂Debugger entered--Lisp error: (void-variable ^Ywl-user-agent-compose)
  (autoload ^Ywl-user-agent-compose "wl-draft" nil t)
  eval-buffer(#<buffer  *load*> nil "/home/edubuntu/.emacs" nil t)  ;
Reading at buffer position 51
  load-with-code-conversion("/home/edubuntu/.emacs"
"/home/edubuntu/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "^H\205\264^@   \306=\203^Q^@\307^H\310Q\2027^@ \311=\2033^@\312
\307\313\314#\203#^@\315\2027^@\312\307
 command-line()
 normal-top-level()

From the user's manual:

"2.4.1 mail-user-agent
If you write following setting in your ‘~/.emacs’, you can start
Wanderlust draft mode by typing C-x m (compose-mail). This means it
enables you to run Wanderlust as a default mail composer of Emacsen.
It is effective only when your Emacs can define mail-user-agent. See
Section “Mail Methods” in The Emacs Editor."

Where can I find the section "Mail Methods"?

- Ralf

͂͂͂͂͂͂