all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
Subject: Re: message-mode is now default?
Date: Sun, 19 Jul 2009 00:11:05 +0900	[thread overview]
Message-ID: <87hbxagh6e.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <83r5weoz8u.fsf@gnu.org>

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	other threads:[~2009-07-18 15:11 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-17 12:43 message-mode is now default? Alfred M. Szmidt
2009-07-17 13:01 ` Alfred M. Szmidt
2009-07-17 13:41   ` Chong Yidong
2009-07-18  8:59     ` Alfred M. Szmidt
2009-07-17 14:14   ` Teemu Likonen
2009-07-17 15:53   ` Stefan Monnier
2009-07-17 20:24     ` Eli Zaretskii
2009-07-18  8:59     ` Alfred M. Szmidt
2009-07-18  0:29   ` Richard Stallman
2009-07-18  1:19     ` Miles Bader
2009-07-18  5:51       ` Bastien
2009-07-18  6:52         ` Byung-Hee HWANG
2009-07-18 13:40         ` Eli Zaretskii
2009-07-19 11:41           ` Differences between mail-mode and message-mode (was: message-mode is now default?) Reiner Steib
2009-07-19 12:32             ` Differences between mail-mode and message-mode Sven Joachim
2009-07-19 17:51             ` Eli Zaretskii
2009-07-19 18:11               ` Eli Zaretskii
2009-07-22  7:35             ` Differences between mail-mode and message-mode (was: message-mode is now default?) Stephen J. Turnbull
2009-07-22 18:46               ` Differences between mail-mode and message-mode Reiner Steib
2009-07-23  3:05                 ` Stephen J. Turnbull
2009-07-23  5:03                   ` Miles Bader
2009-08-03 19:57           ` message-mode is now default? Eli Zaretskii
2009-08-04  6:12             ` Alfred M. Szmidt
2009-07-18 13:48         ` Stefan Monnier
2009-07-18 14:13           ` Eli Zaretskii
2009-07-18 15:11             ` Stephen J. Turnbull [this message]
2009-07-18 15:33               ` David Kastrup
2009-07-18 15:44                 ` Lennart Borgman
2009-07-18 16:44                 ` Stephen J. Turnbull
2009-07-18 18:29               ` Eli Zaretskii
2009-07-19  0:34                 ` Stephen J. Turnbull
2009-07-19  9:09                 ` David Kastrup
2009-07-19 10:52                 ` Alfred M. Szmidt
2009-07-19 11:10                   ` David Kastrup
2009-07-19 11:16                   ` Teemu Likonen
2009-07-19 14:29                   ` Stefan Monnier
2009-07-20 12:33                     ` Alfred M. Szmidt
2009-07-20 13:29                       ` Teemu Likonen
2009-07-20 14:20                         ` Miles Bader
2009-07-20 16:32                           ` Chong Yidong
2009-07-21  9:05                           ` Alfred M. Szmidt
2009-07-22  3:00                             ` Stefan Monnier
2009-07-20 15:32                         ` Reiner Steib
2009-07-19 17:45                   ` Eli Zaretskii
2009-07-21  9:05                     ` Alfred M. Szmidt
2009-07-21 10:13                       ` Miles Bader
2009-07-23 13:46                         ` Alfred M. Szmidt
2009-07-19  4:37           ` Richard Stallman
2009-07-19  4:54             ` Stefan Monnier
2009-07-19 17:44               ` Eli Zaretskii
2009-07-19 23:21               ` Richard Stallman
2009-07-19  4:59             ` Miles Bader
2009-07-19 23:21               ` Richard Stallman
2009-07-20 16:46               ` Chong Yidong
2009-07-20 20:42                 ` Reiner Steib
2009-07-19  8:07           ` Alfred M. Szmidt
2009-07-19  9:32             ` David Kastrup
2009-07-19 10:24               ` Bastien
2009-07-19 10:52               ` Alfred M. Szmidt
2009-07-19 11:56                 ` Differences between mail-mode and message-mode - sending mail (was: message-mode is now default?) Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hbxagh6e.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.