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

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

Re: Collapsing the echo area


From: tomas
Subject: Re: Collapsing the echo area
Date: Wed, 14 Apr 2010 14:00:14 +0200
User-agent: Mutt/1.5.15+20070412 (2007-04-11)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, Apr 13, 2010 at 09:08:36PM -0700, Whitfield Diffie wrote:
>    Can anyone tell me how to get the echo area to return close
> without returning to the keyboard.  If I execute
> 

(messsage nil) clears the echo area, like so:

>          (progn (message "a\nb\nc\nd\ne\nf\ng\nh\n") (sit-for 1)
>                    (message "One-line message") (sit-for 5))
> 

(messsage nil) clears the echo area (and restores its one-lineness), like so:

         (progn (message "a\nb\nc\nd\ne\nf\ng\nh\n") (sit-for 1)
                   (message nil)
                   (message "One-line message") (sit-for 5))

Regards
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFLxa5LBcgs9XrR2kYRAjDoAJ9j0XgcYfuRClcYyKjoPM1jWz+ptgCdGUpb
Sb/ABDbL9L2MMYoJrK2j14Y=
=FT6Z
-----END PGP SIGNATURE-----




reply via email to

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