From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: table.el 1.6.1 Date: 29 Mar 2002 00:21:40 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <5xofh8nurf.fsf@kfs2.cua.dk> References: <20020319.212249.60850794.Takaaki.Ota@am.sony.com> <200203210138.g2L1cum14295@rum.cs.yale.edu> <20020320.213722.110254553.Takaaki.Ota@am.sony.com> <200203221226.g2MCQZa01737@aztec.santafe.edu> <5xbsdg3av0.fsf@kfs2.cua.dk> <200203231614.g2NGExP02322@aztec.santafe.edu> <5xy9gj5hva.fsf@kfs2.cua.dk> <200203252159.g2PLx9k14452@rum.cs.yale.edu> <5x8z8gffnq.fsf@kfs2.cua.dk> <200203282048.g2SKm8g09712@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017357710 6583 127.0.0.1 (28 Mar 2002 23:21:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2002 23:21:50 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org, Takaaki.Ota@am.sony.com Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qjDJ-0001i4-00 for ; Fri, 29 Mar 2002 00:21:49 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16qjMu-0005pM-00 for ; Fri, 29 Mar 2002 00:31:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16qjCp-0000hf-00; Thu, 28 Mar 2002 18:21:19 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16qjCJ-0000fS-00; Thu, 28 Mar 2002 18:20:47 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id CA9F87C047; Thu, 28 Mar 2002 23:20:44 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: <200203282048.g2SKm8g09712@aztec.santafe.edu> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2244 Richard Stallman writes: > AFAIK, incrementing update_mode_lines causes the mode line to > be updated on the next redisplay -- i.e. only once per command, > no matter how many times you set it... > > The issue has nothing to do with that. > > Your code will cause menu recomputation even if point is the same at > the end of the command as it was at the beginning. My method won't. That is a valid argument. I'll think about that. However, the current code executes the point-entered and point-left property hooks as a consequence of point moving in and out of the same interval. Is that intentional? -- Kim F. Storm http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel