all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juraj Kubelka <juraj.kubelka@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Call lisp function asynchronous
Date: Thu, 7 Jun 2007 03:47:25 +0200	[thread overview]
Message-ID: <95B1702E-4F05-4B1A-AE14-1029BB94F457@gmail.com> (raw)

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

             reply	other threads:[~2007-06-07  1:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-07  1:47 Juraj Kubelka [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=95B1702E-4F05-4B1A-AE14-1029BB94F457@gmail.com \
    --to=juraj.kubelka@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.