emacs-devel
[Top][All Lists]
Advanced

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

Re: Changing the default for `send-mail-function'


From: Peter Münster
Subject: Re: Changing the default for `send-mail-function'
Date: Tue, 12 Jul 2011 16:41:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

On Fri, Jul 08 2011, Richard Stallman wrote:

>     Why not just print a big message on standard output at the end of
>     "make install" (or also at the beginning), like for example:
>
>     "Attention: the default value of send-mail-function is now smtp.
>      If you want emacs to make use of your local MTA, then please change
>      line X in file Y."
>
> `make install' produces lots of output; people are likely not to read
> it closely.
>
> To make this solution work, it would be necessary to make this
> message stand out so people would notice it.

Indeed. What about something like:

--8<---------------cut here---------------start------------->8---
echo $BIG_OUTSTANDING_MESSAGE
read -t100 -p"Sleeping 100 seconds. Press enter to continue immediately!"
--8<---------------cut here---------------end--------------->8---
?

And you can put the message into the NEWS and the INSTALL files.

The benefit would be, that you won't need any heuristics: you would
delegate this configuration issue to the system administrator who knows
well his MTA setup or to the package maintainer who knows well his
distro.

-- 
           Peter




reply via email to

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