From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: table.el 1.6.1 Date: Fri, 22 Mar 2002 12:00:08 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200203221700.g2MH08j27822@rum.cs.yale.edu> 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 1016819733 28138 127.0.0.1 (22 Mar 2002 17:55:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 17:55:33 +0000 (UTC) Cc: storm@cua.dk, 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 16oTGH-0007Jj-00 for ; Fri, 22 Mar 2002 18:55:33 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16oTN2-0000q0-00 for ; Fri, 22 Mar 2002 19:02:32 +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 16oTFe-0006mE-00; Fri, 22 Mar 2002 12:54:54 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oSOg-0002Jb-00 for ; Fri, 22 Mar 2002 12:00:10 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g2MH08j27822; Fri, 22 Mar 2002 12:00:08 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Tak Ota 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:2142 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2142 > 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 subr.el has had (defun force-mode-line-update (&optional all) "Force the mode line of the current buffer to be redisplayed. With optional non-nil ALL, force redisplay of all mode lines." (if all (save-excursion (set-buffer (other-buffer)))) (set-buffer-modified-p (buffer-modified-p))) for a long time now. It does the same, but the name is more descriptive. Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel