emacs-devel
[Top][All Lists]
Advanced

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

Re: just-the-text Emacs frame


From: Ted Zlatanov
Subject: Re: just-the-text Emacs frame
Date: Wed, 01 Jun 2011 13:01:09 -0500
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

On Sat, 28 May 2011 12:49:59 -0500 Ted Zlatanov <address@hidden> wrote: 

TZ> I just want to display some text, nothing else.  How about this (based
TZ> on your code) to show some arbitrary text in a popup (no menus,
TZ> modeline, etc., just the buffer is visible)?  I think it will DTRT
TZ> whether the frame is shown already or not.  I can use this to show the
TZ> indicators, icons, and status messages.

Attached is emacs-panel.el, which does the above.  It support arbitrary
frames, each one showing a specific buffer and refreshing its content on
a timer with a function associated with that buffer.

There's an example in the commentary that shows how it's used.  It works
for me.  Let me know what you think; next I will start adding pieces to
this framework to implement each of the tasks I listed earlier.

Thanks
Ted

Attachment: emacs-panel.el
Description: application/emacs-lisp


reply via email to

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