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

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

Re: Writing newline in message buffer


From: Jeremie Juste
Subject: Re: Writing newline in message buffer
Date: Fri, 14 May 2021 15:37:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hello Pauline,

> I can write the following but want to avoid the \n at beginning of my string.
>
>    (message "\nmymessage")
>
I know only 2 ways one of which you already suggested.
The other way would be:

(message "
mymessage")

Hope this helps,
-- 
Jeremie Juste



reply via email to

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