From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: signal handling bogosities Date: Fri, 20 Dec 2002 20:46:51 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9003-Fri20Dec2002204650+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1040410180 4207 80.91.224.249 (20 Dec 2002 18:49:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2002 18:49:40 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18PSDI-00015X-00 for ; Fri, 20 Dec 2002 19:49:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18PSF2-0002MD-00 for ; Fri, 20 Dec 2002 19:51:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18PSCp-0007ru-08 for emacs-devel@quimby.gnus.org; Fri, 20 Dec 2002 13:49:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18PSCY-0007ql-00 for emacs-devel@gnu.org; Fri, 20 Dec 2002 13:48:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18PSCW-0007q4-00 for emacs-devel@gnu.org; Fri, 20 Dec 2002 13:48:50 -0500 Original-Received: from balder.inter.net.il ([192.114.186.15]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18PSCV-0007mv-00; Fri, 20 Dec 2002 13:48:47 -0500 Original-Received: from zaretsky ([80.230.194.100]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id CAW32396; Fri, 20 Dec 2002 20:48:35 +0200 (IST) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Fri, 20 Dec 2002 12:12:24 -0500) Original-cc: gerd@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10311 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10311 > From: Richard Stallman > Date: Fri, 20 Dec 2002 12:12:24 -0500 > > If we handle mouse highlighting by generating input events to do the > work at main program level, then the highlighting won't change when > you move the mouse while Emacs is running a Lisp program. Is that > acceptable? I think it might be acceptable if Emacs displays the busy cursor (as it does by default, IIRC). The cursor chape tells the user that Emacs is busy.