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: No possibility of determining image position/object from click Date: Sat, 15 Jun 2002 19:58:34 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <1659-Sat15Jun2002195833+0300-eliz@is.elta.co.il> References: <200206091519.g59FJFk00269@aztec.santafe.edu> <200206151413.g5FEDpp10322@aztec.santafe.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1024160670 30692 127.0.0.1 (15 Jun 2002 17:04:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Jun 2002 17:04:30 +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.33 #1 (Debian)) id 17JGyU-0007yv-00 for ; Sat, 15 Jun 2002 19:04:30 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17JHNp-0007ik-00 for ; Sat, 15 Jun 2002 19:30:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JGxB-0008Qo-00; Sat, 15 Jun 2002 13:03:09 -0400 Original-Received: from diana.inter.net.il ([192.114.186.19]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17JGuQ-0008OI-00 for ; Sat, 15 Jun 2002 13:00:18 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by diana.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id AEF53129; Sat, 15 Jun 2002 20:00:12 +0300 (IDT) Original-To: David.Kastrup@t-online.de X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (David.Kastrup@t-online.de) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4889 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4889 > From: David.Kastrup@t-online.de > Date: 15 Jun 2002 16:34:25 +0200 > > > Emacs does not update the > screen while it is busy, which can easily last for a few seconds. If > I click onto the screen during that time, buffer positions and > keymaps will be calculated corresponding to what the screen will look > like after the next screen update finally gets done. How is this different from the situation where a user types C-w in the middle of a lengthy calculation which will eventually change the text inside the region (and thus the result of C-w). In other words, typing ahead when Emacs is busy always runs a risk of doing the wrong thing. Am I missing something?