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

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

Re: simple elisp animation?


From: Lennart Borgman (gmail)
Subject: Re: simple elisp animation?
Date: Thu, 27 Mar 2008 18:56:46 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

someusernamehere wrote:
Which is the easiest way for does the following in elisp, I´m trying
to do a kind of simple "animation", I mean e.g. I have first in the
buffer:

     o
   / | \
    / \

how I can transform before in:

 __o__
     |
    / \

and after some more positions

Can't you just use run-with-timer and replace the content?




reply via email to

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