help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Toggle appointment notification


From: Jean Louis
Subject: Re: Toggle appointment notification
Date: Tue, 1 Dec 2020 22:23:31 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* pietru@caramail.com <pietru@caramail.com> [2020-12-01 22:14]:
> > (defun message-any (any)
> >   "Message anything to minibuffer"
> >   (message "%s" (prin1-to-string any)))
> 
> How can one add a heading string before calling prin1-to-string.
> The message would then give me some more clarity.

(message "%s: %s" heading (prin1-to-string any))



reply via email to

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