emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

read-from-minibuffer vs asynchronous processes


From: 山本和彦
Subject: read-from-minibuffer vs asynchronous processes
Date: Fri, 10 Jan 2003 23:20:20 +0900 (JST)

Emacs 21 series have a bug which does not exist in Emacs 20 series.

While one or more asynchronous processes are running AND the
foreground program flow calls read-from-minibuffer(), C-g cannot stop
the function call. This is probably because asynchronous processes set
inhibit-quit to non-nil and read-from-minibuffer() called by the
foreground program flow accidentally inherits it.

--Kazu

In GNU Emacs 21.3.50.1 (i386-unknown-netbsdelf1.6, X toolkit, Xaw3d scroll bars)
 of 2003-01-10 on hikari.iij.ad.jp
configured using `configure '--without-xim' '--prefix=/usr/local/emacs21.3' 
'CFLAGS=-I/usr/pkg/include' 'CPPFLAGS=-I/usr/pkg/include -L/usr/pkg/lib' 
'LDFLAGS=-R/usr/pkg/lib -L/usr/pkg/lib -R/usr/X11R6/lib -L/usr/X11R6/lib''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: ja_JP.eucJP
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]