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: Yuri Khan
Subject: Re: Writing newline in message buffer
Date: Fri, 14 May 2021 23:22:06 +0700

On Fri, 14 May 2021 at 17:44, <pauline-galea@gmx.com> wrote:

> How can I add a newline in the messages buffer
>
> Have read about terpri
>
> I can write the following but want to avoid the \n at beginning of my string.
>
>    (message "\nmymessage")

The line ending character is usually put at the end of a line:

(message "mymessage\n")



reply via email to

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