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: David Masterson
Subject: Re: Adding messages to the *Message* buffer?
Date: Mon, 24 Oct 2022 20:38:03 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Christopher Dimech <dimech@gmx.com> writes:

>> From: "David Masterson" <dsmasterson@gmail.com>
>>
>> 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.
>
> (message "Val: %s" varstring)
> (message "Number: %d" n)
> (message "%S" symbol)

Thank you

-- 
David Masterson



reply via email to

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