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: 23 Mar 2002 18:11:37 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <5xy9gj5hva.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> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016904197 15643 127.0.0.1 (23 Mar 2002 17:23:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 23 Mar 2002 17:23:17 +0000 (UTC) Cc: 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 16opEb-00044C-00 for ; Sat, 23 Mar 2002 18:23:17 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16opLo-0003MM-00 for ; Sat, 23 Mar 2002 18:30: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 16opEG-0002MD-00; Sat, 23 Mar 2002 12:22:56 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16op2g-0001Y5-00; Sat, 23 Mar 2002 12:10:59 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 8A10B7C04A; Sat, 23 Mar 2002 17:10:41 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: <200203231614.g2NGExP02322@aztec.santafe.edu> Original-Lines: 25 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:2160 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2160 Richard Stallman writes: > I think it would be simpler to do an update whenever point moves in or > out of an interval -- it may be a little wasteful, but we already have > all the necessary information to do that in set_point_both, > > It is very wasteful and not much simpler. This would update the menu > bar due to changes in point within a function. The right way would > only look at point when it is time to read a command. Considering that simply turning on column-number-mode causes a mode-line/menu-bar/tool-bar update after every command, this is at least an order of magnitude less wasteful than doing that. I have c-n-m turned on all the time, and I don't actually see any performance degredation _at all_. > > Please redo it the right way. Sorry, but I don't see any other way, that to do this in set_point_both. What do you suggest I do? -- Kim F. Storm http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel