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: What's the problem? Date: 14 Dec 2003 16:27:15 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <4nllpt3hr3.fsf@lockgroove.bwh.harvard.edu> <5bad69zd43.fsf@lister.roxen.com> <4noeuon378.fsf@lockgroove.bwh.harvard.edu> <4ny8tsgxy6.fsf@lockgroove.bwh.harvard.edu> <4nhe0ggv0u.fsf@lockgroove.bwh.harvard.edu> <4nk75bwjaf.fsf@lockgroove.bwh.harvard.edu> <4nsmjv8d32.fsf@collins.bwh.harvard.edu> <87iskpbloe.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071412053 11579 80.91.224.253 (14 Dec 2003 14:27:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2003 14:27:33 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Dec 14 15:27:28 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVXDU-00058n-00 for ; Sun, 14 Dec 2003 15:27:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVXDT-0005Eq-00 for ; Sun, 14 Dec 2003 15:27:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVY9e-0006rl-Ku for emacs-devel@quimby.gnus.org; Sun, 14 Dec 2003 10:27:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVY9U-0006eA-NC for emacs-devel@gnu.org; Sun, 14 Dec 2003 10:27:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVY8t-0005TB-86 for emacs-devel@gnu.org; Sun, 14 Dec 2003 10:27:19 -0500 Original-Received: from [207.232.27.5] (helo=WST0035) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AVY8r-0005Gq-3L; Sun, 14 Dec 2003 10:26:45 -0500 Original-To: David Kastrup In-reply-to: (message from David Kastrup on 14 Dec 2003 12:55:48 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18688 > From: David Kastrup > Date: 14 Dec 2003 12:55:48 +0100 > > It can't catch up with a state of Emacs that Emacs has not yet > reached at the time of the click. At the time posn-point is called, > the state of Emacs might be quite different from the state at the > time of the click. Yes, but if redisplay runs ``in parallel'' with the rest of Emacs, the probability of this should be smaller, I think, since it will lag behind Emacs by a smaller amount of changes to the buffer.