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: Stephen J. Turnbull
Subject: Re: message-mode is now default?
Date: Sun, 19 Jul 2009 00:11:05 +0900

Eli Zaretskii writes:

 > There are quite a few people who use the development branch for their
 > day-to-day work.  Breaking their MUA, which is by far the most
 > frequently used Emacs application, should not be done easily.

Changing the default doesn't break Mail mode at all!

What it does is require one who wants to use Mail mode in the
customary way to put his cursor at the end of the following sexp and
type C-x C-e:

(progn
  (find-file user-init-file)
  (save-excursion
    (goto-char (point-min))
    (insert "(setq mail-user-agent 'sendmail-user-agent)\n"))
  (save-buffer)
  (setq mail-user-agent 'sendmail-user-agent)
  (message "init file edited; please review for style and/or VC commit."))

(Note!  GPL-licensed code, with emphasis on the NO WARRANTEE clause.)

On the other hand, unless and until sendmail.el morphs into a
RFC-conformant MUA, it is very desirable that it not be default.




reply via email to

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