From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: Re: table.el 1.6.1 Date: Fri, 22 Mar 2002 07:48:04 -0800 (PST) Organization: Sony Electronics Inc. Sender: emacs-devel-admin@gnu.org Message-ID: <20020322.074804.78214040.Takaaki.Ota@am.sony.com> References: <200203221226.g2MCQZa01737@aztec.santafe.edu> <5xbsdg3av0.fsf@kfs2.cua.dk> <5x7ko43ac1.fsf@kfs2.cua.dk> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016812287 20096 127.0.0.1 (22 Mar 2002 15:51:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 15:51:27 +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 16oRKB-0005E1-00 for ; Fri, 22 Mar 2002 16:51:27 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16oRQu-0007xN-00 for ; Fri, 22 Mar 2002 16:58:24 +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 16oRJx-0005CA-00; Fri, 22 Mar 2002 10:51:13 -0500 Original-Received: from mail6.fw-bc.sony.com ([160.33.98.73]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oRGz-00051r-00 for ; Fri, 22 Mar 2002 10:48:10 -0500 Original-Received: from mail2.sjc.in.sel.sony.com (mail2.sjc.in.sel.sony.com [43.134.1.111]) by mail6.fw-bc.sony.com (8.8.8/8.8.8) with ESMTP id PAA01831; Fri, 22 Mar 2002 15:48:08 GMT Original-Received: by mail2.sjc.in.sel.sony.com id PAA13955; Fri, 22 Mar 2002 15:48:06 GMT Original-To: storm@cua.dk In-Reply-To: <5x7ko43ac1.fsf@kfs2.cua.dk> X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew version 3.0.54 on Emacs 21.2.50.1 / Mule 5.0 (SAKAKI) 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:2133 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2133 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. -Tak _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel