emacs-devel
[Top][All Lists]
Advanced

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

Re: GNU Emacs raison d'etre


From: Eli Zaretskii
Subject: Re: GNU Emacs raison d'etre
Date: Wed, 20 May 2020 21:56:40 +0300

> Date: Wed, 20 May 2020 21:33:27 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden, address@hidden,
>  address@hidden, address@hidden, address@hidden,
>  address@hidden, address@hidden, address@hidden,
>  address@hidden, address@hidden, address@hidden,
>  address@hidden, address@hidden
> 
> > Shouldn't it just use my-fun for printing?
> > 
> > Even the results of evaluations.
> 
> Why?

To clarify: set-message-function is not supposed to affect all the
ways we have to show something in the echo area, it is only supposed
to affect calls to 'message', because that's how messages to the user
are printed.

eval-last-sexp uses prin1 to display the result, so it is not
affected, as intended.



reply via email to

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