bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11359: 24.1.50; Difficulty using report-emacs-bug with mew


From: Glenn Morris
Subject: bug#11359: 24.1.50; Difficulty using report-emacs-bug with mew
Date: Fri, 27 Apr 2012 12:01:42 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Harald Hanche-Olsen wrote:

> (when (locate-library "mew")
>   (autoload 'mew "mew" nil t)
>   (autoload 'mew-send "mew" nil t)
>   (autoload 'mew-user-agent-compose "mew" nil t)
>   (define-mail-user-agent 'mew-user-agent 'mew-user-agent-compose
>     'mew-draft-send-message 'mew-draft-kill 'mew-send-hook)
>   (setq mail-user-agent 'mew-user-agent))
>
> I think this should be sufficient for report-emacs-bug to understand
> that emacs has indeed been configured to send mail.

I disagree. All that does is specify which package you want to use to
compose a mail. It does not show that Emacs has been configured to talk
to a mail server. It may happen that the old default settings happened
to work on your system, but in general there is no way for Emacs to know
that they work, so now it asks, once. The relevant variable is
send-mail-function, and there is no setting for that shown above.
Just answer the question the first time, and all should be fine.





reply via email to

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