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: 22 Mar 2002 17:13:04 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <5xhen837jj.fsf@kfs2.cua.dk> References: <200203221226.g2MCQZa01737@aztec.santafe.edu> <5xbsdg3av0.fsf@kfs2.cua.dk> <5x7ko43ac1.fsf@kfs2.cua.dk> <20020322.074804.78214040.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016813733 21653 127.0.0.1 (22 Mar 2002 16:15:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 16:15:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oRhU-0005d8-00 for ; Fri, 22 Mar 2002 17:15:32 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16oRoE-0008EJ-00 for ; Fri, 22 Mar 2002 17:22:30 +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 16oRhG-0006O2-00; Fri, 22 Mar 2002 11:15:18 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16oReE-0006Cb-00 for ; Fri, 22 Mar 2002 11:12:10 -0500 Original-Received: from kfs2.cua.dk.cua.dk (kfs2.local.filanet.dk [192.168.1.182]) by mail.filanet.dk (Postfix) with SMTP id A80C97C04A; Fri, 22 Mar 2002 16:12:08 +0000 (GMT) Original-To: Tak Ota In-Reply-To: <20020322.074804.78214040.Takaaki.Ota@am.sony.com> Original-Lines: 24 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:2134 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2134 Tak Ota writes: > 22 Mar 2002 16:12:46 +0100: storm@cua.dk (Kim F. Storm) wrote: > > > I added "extern int update_mode_lines;" to make it compile. > > > > I then took Tak's table.el and removed the explicit calls to > > (set-buffer-modified-p (buffer-modified-p)) > > in the point-enter and point-left hooks. > > > > And it works! The Table menu appears and disappears > > as I move in and out of the cells. > > I suppose the minor mode indicator "Table" or "Fixed-Table" also > appears and disappears on the mode-line, right? Then that is great! > I wasn't very happy about (set-buffer-modified-p (buffer-modified-p)) > idiom because it is not self descriptive at all. I hope your change > obsoletes this strange magic spell practice. Yes, it does handle that as well, so the scope of this change is wider than just "recognizing" changes in the property keymaps. -- Kim F. Storm http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel