all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Collapsing the echo area
       [not found] <c099c55f1003130540w645eb7f5l5d90868598c7048c@mail.gmail.com>
@ 2010-04-14  4:08 ` Whitfield Diffie
  2010-04-14 12:00   ` tomas
  0 siblings, 1 reply; 2+ messages in thread
From: Whitfield Diffie @ 2010-04-14  4:08 UTC (permalink / raw)
  To: help-gnu-emacs

   Can anyone tell me how to get the echo area to return close
without returning to the keyboard.  If I execute

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

The one line message is exhibited at the top of an eight-line-tall
echo area which peraists until the second sit terminates.  I would
like it to have the one-ine message display in an echo area one line
high.

   (The actual application is to display a count in the echo area
while an ascii art image is displayed in the buffer.  The tall echo
area cuts off the bottom of the picture)


                       Many thanks,

                                    Whit




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Collapsing the echo area
  2010-04-14  4:08 ` Collapsing the echo area Whitfield Diffie
@ 2010-04-14 12:00   ` tomas
  0 siblings, 0 replies; 2+ messages in thread
From: tomas @ 2010-04-14 12:00 UTC (permalink / raw)
  To: Whitfield Diffie; +Cc: help-gnu-emacs

-----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-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-14 12:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <c099c55f1003130540w645eb7f5l5d90868598c7048c@mail.gmail.com>
2010-04-14  4:08 ` Collapsing the echo area Whitfield Diffie
2010-04-14 12:00   ` tomas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.