emacs-devel
[Top][All Lists]
Advanced

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

Re: message-mode is now default?


From: Teemu Likonen
Subject: Re: message-mode is now default?
Date: Mon, 20 Jul 2009 16:29:31 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

On 2009-07-20 08:33 (-0400), Alfred M. Szmidt wrote:

>    > I found another way message-mode differs from mail-mode, it does
>    > not
>
>    Please use M-x report-emacs-bug for all those issues you encounter,
>    thank you.
>
> As I already mentioned, I cannot due to your change.

Let's recall what the change did:


    diff --git a/lisp/simple.el b/lisp/simple.el
    index 15536bc..f087189 100644
    --- a/lisp/simple.el
    +++ b/lisp/simple.el
    @@ -5425,7 +5425,7 @@ See also `mail-user-agent' concerning sending mail."
       :version "21.1"
       :group 'mail)

    -(defcustom mail-user-agent 'sendmail-user-agent
    +(defcustom mail-user-agent 'message-user-agent
       "Your preference for a mail composition package.
     Various Emacs Lisp packages (e.g. Reporter) require you to compose an
     outgoing email message.  This variable lets you specify which


What things does this change prevent you from doing? If "M-x
report-emacs-bug" does not work anymore revert the change in your
personal settings:

    (setq mail-user-agent 'sendmail-user-agent)

And then use "M-x report-emacs-bug".




reply via email to

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