unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Call lisp function asynchronous
@ 2007-06-07  1:47 Juraj Kubelka
  0 siblings, 0 replies; 5+ messages in thread
From: Juraj Kubelka @ 2007-06-07  1:47 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!

Is it possible to call lisp function asynchronous?

I would like to use it with this intention: I have defined overlay on  
a region. And after few seconds I would like to delete this overlay.

          #'(lambda (overlay)
              (sleep-for 2)
              (delete-overlay overlay))

But I do not know how to call it without waiting for response  
(funcall delete-overlay overlay).
Can you help me?  Or is there better solution for it?

Thank you in advance.
Juraj

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

end of thread, other threads:[~2007-06-09  4:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1698.1181180879.32220.help-gnu-emacs@gnu.org>
2007-06-07  2:02 ` Call lisp function asynchronous Katsumi Yamaoka
2007-06-07  9:07   ` Juraj Kubelka
2007-06-08  3:27   ` Tim X
2007-06-09  4:14     ` Barry Margolin
2007-06-07  1:47 Juraj Kubelka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).