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

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

Re: Adding messages to the *Message* buffer?


From: Christopher Dimech
Subject: Re: Adding messages to the *Message* buffer?
Date: Mon, 24 Oct 2022 06:58:55 +0200


> Sent: Monday, October 24, 2022 at 3:39 PM
> From: "David Masterson" <dsmasterson@gmail.com>
> To: help-gnu-emacs@gnu.org
> Subject: Adding messages to the *Message* buffer?
>
> Is there a simple command I could add to my .emacs that would allow me
> to print a message to the *Message* buffer?  I want to use it to help me
> debug my .emacs -- basically, tell me what step in startup Emacs is at
> by sprinkling this command in my .emacs.
>
> --
> David Masterson

(message "Val: %s" varstring)
(message "Number: %d" n)
(message "%S" symbol)



reply via email to

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