all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Lennart Borgman \(gmail\)" <lennart.borgman@gmail.com>
Cc: Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Emacs does not listen on w32
Date: Sat, 12 Apr 2008 15:32:53 -0400	[thread overview]
Message-ID: <jwvwsn2ri26.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <4800D965.9080202@gmail.com> (Lennart Borgman's message of "Sat,  12 Apr 2008 17:46:45 +0200")

> I made a mistake when essentially changed the fontify-region-function
> I used.  This lead to Emacs looping updating the echo area with new
> messages (trace messages), but not listening even to the OS events.
> I clicked the upper right X to try to close Emacs, but
> nothing happened.

> I even had to shut off the pc power since I could not get the Windows Task
> Manager to come up.

> It looks to me there must be two bugs here:

> - Emacs not giving up cpu to windows.

This would be a bug (or shortcoming) in the OS: the application never
has to "relinquish the CPU" because the OS preempts the
application instead.  But it's surprisingly difficult for an OS to make
sure that it's *always* responsive no matter what the applications do.

My guess is that Emacs started to eat up memory, causing the machine to
thrash, which is the typical situation where the OS becomes unresponsive.

> - Emacs is not listening to OS events when it executes lisp code.

Emacs does listen.  You've hit some bug somewhere.


        Stefan




  reply	other threads:[~2008-04-12 19:32 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 [this message]
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
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=jwvwsn2ri26.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    /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.