* Message display at the bottom of the screen
@ 2023-07-02 11:44 uzibalqa
2023-07-02 11:53 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: uzibalqa @ 2023-07-02 11:44 UTC (permalink / raw)
To: uzibalqa via Users list for the GNU Emacs text editor
The docstring for
(message FORMAT-STRING &rest ARGS)
says that it
Display a message at the bottom of the screen.
Is the region at the bottom of the screen referred by some specific name?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Message display at the bottom of the screen
2023-07-02 11:44 Message display at the bottom of the screen uzibalqa
@ 2023-07-02 11:53 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-07-02 11:53 UTC (permalink / raw)
To: help-gnu-emacs
> Date: Sun, 02 Jul 2023 11:44:00 +0000
> From: uzibalqa <uzibalqa@proton.me>
>
>
> The docstring for
>
> (message FORMAT-STRING &rest ARGS)
>
> says that it
>
> Display a message at the bottom of the screen.
>
> Is the region at the bottom of the screen referred by some specific name?
It is known as "echo-area". Alternatively, you could use
"mini-window", which refers to the window used for echo-area and
minibuffer input.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-02 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 11:44 Message display at the bottom of the screen uzibalqa
2023-07-02 11:53 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).