From: Jason Rumney <jasonr@gnu.org>
To: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
Cc: Juanma Barranquero <lekktu@gmail.com>,
Eli Zaretskii <eliz@gnu.org>,
Stefan Monnier <monnier@iro.umontreal.ca>,
emacs-devel@gnu.org
Subject: Re: Emacs does not listen on w32
Date: Mon, 14 Apr 2008 21:47:03 +0100 [thread overview]
Message-ID: <4803C2C7.1050208@gnu.org> (raw)
In-Reply-To: <4803C09F.5000200@gmail.com>
Lennart Borgman (gmail) wrote:
> I do not understand what you mean here. Does the lisp thread look for
> new messages when it is looping? (I think it should.)
It reads the message queue at the normal points where normal keyboard
input is read (not Ctrl-G, that is handled specially). You have to call
specific functions in your lisp loop to arrange for it to happen inside
your loop. You might do that if you expect your loop to take a long
time, but probably not if it is an infinite loop because of a bug.
> If it does not then we can't do any useful after a SendMessage with
> timeout either, or can we?
If we used SendMessage, then the system would detect that we aren't
responding to that message after its timeout.
next prev parent reply other threads:[~2008-04-14 20:47 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-12 15:46 Emacs does not listen on w32 Lennart Borgman (gmail)
2008-04-12 19:32 ` Stefan Monnier
2008-04-13 13:21 ` Jason Rumney
2008-04-13 14:04 ` Lennart Borgman (gmail)
2008-04-13 14:16 ` Juanma Barranquero
2008-04-13 15:19 ` Lennart Borgman (gmail)
2008-04-13 15:42 ` Juanma Barranquero
2008-04-13 15:56 ` Lennart Borgman (gmail)
2008-04-13 16:09 ` Juanma Barranquero
2008-04-13 16:15 ` Lennart Borgman (gmail)
2008-04-13 16:20 ` Eli Zaretskii
2008-04-13 16:37 ` Juanma Barranquero
2008-04-13 20:49 ` Lennart Borgman (gmail)
2008-04-13 21:00 ` Juanma Barranquero
2008-04-13 21:04 ` Lennart Borgman (gmail)
2008-04-13 21:09 ` Juanma Barranquero
2008-04-13 21:15 ` Lennart Borgman (gmail)
2008-04-13 21:17 ` Juanma Barranquero
2008-04-13 21:27 ` Lennart Borgman (gmail)
2008-04-13 21:21 ` David Kastrup
2008-04-13 21:33 ` Lennart Borgman (gmail)
2008-04-13 21:49 ` Lennart Borgman (gmail)
2008-04-14 1:21 ` Stefan Monnier
2008-04-14 1:38 ` Juanma Barranquero
2008-04-14 1:43 ` Juanma Barranquero
2008-04-14 6:46 ` Lennart Borgman (gmail)
2008-04-14 8:52 ` Juanma Barranquero
2008-04-14 6:44 ` Lennart Borgman (gmail)
2008-04-14 13:45 ` Stefan Monnier
2008-04-14 16:21 ` Lennart Borgman (gmail)
2008-04-14 18:02 ` Stefan Monnier
2008-04-14 19:55 ` Jason Rumney
2008-04-14 20:37 ` Lennart Borgman (gmail)
2008-04-14 20:47 ` Jason Rumney [this message]
2008-04-14 21:02 ` Lennart Borgman (gmail)
2008-04-14 20:39 ` Stefan Monnier
2008-04-14 20:11 ` Jason Rumney
2008-04-14 20:33 ` Lennart Borgman (gmail)
2008-04-14 21:39 ` Jason Rumney
2008-04-14 22:03 ` Lennart Borgman (gmail)
2008-04-14 22:40 ` Óscar Fuentes
2008-04-14 23:51 ` Lennart Borgman (gmail)
2008-04-15 0:03 ` Óscar Fuentes
2008-04-15 0:04 ` Jason Rumney
2008-04-15 17:53 ` Lennart Borgman (gmail)
2008-04-13 21:50 ` Eli Zaretskii
2008-04-13 22:10 ` Lennart Borgman (gmail)
-- strict thread matches above, loose matches on Subject: below --
2008-04-14 10:03 grischka
2008-04-14 13:08 ` Lennart Borgman (gmail)
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=4803C2C7.1050208@gnu.org \
--to=jasonr@gnu.org \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=lekktu@gmail.com \
--cc=lennart.borgman@gmail.com \
--cc=monnier@iro.umontreal.ca \
/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.