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: martin rudalics
Subject: Re: GNU Emacs raison d'etre
Date: Wed, 20 May 2020 19:45:38 +0200

> I don't think I understand the question.  A message is first logged
> (unless logging is disabled) and then displayed.  set-message-function
> is called during the latter part.

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?

martin



reply via email to

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