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:09:19 +0300

> 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
> From: martin rudalics <address@hidden>
> Date: Wed, 20 May 2020 19:45:38 +0200
> 
> Right.  Then I'm lost.  With either
> 
> (defun my-fun (string) "")
> 
> or
> 
> (defun my-fun (string) t)
> 
> and
> 
> (setq set-message-function 'my-fun)
> 
> (message "?") displays "?".  What am I doing wrong?

You are evaluation the call to 'message', so the return value is
printed in the echo-area by the evaluation.  The telltale quotes are
the indication of that.




reply via email to

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