[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: elisp, mouse-tracking: gracefully NOT handling events
From: |
David Vanderschel |
Subject: |
Re: elisp, mouse-tracking: gracefully NOT handling events |
Date: |
Tue, 29 Jun 2004 17:36:18 -0000 |
"David Kastrup" <dak@gnu.org> wrote in message
x5fz95vhsm.fsf@lola.goethe.zz">news:x5fz95vhsm.fsf@lola.goethe.zz...
> "David Vanderschel" <DJV4@Austin.RR.com> writes:
> > ... The idea is, "Take this event. I did not
> > know what to do with it, so please do with it
> > whatever you would have done with it had I not been in
> > a track-mouse loop." Is there such a function?
>
> (push event unread-command-events)
>
> And return to the command loop.
Ahhh! And now I can find the documentation for it too! ;-)
Thanks,
David V.