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 10:15:59 -0800 (PST) Organization: Sony Electronics Inc. Sender: emacs-devel-admin@gnu.org Message-ID: <20020322.101559.81458936.Takaaki.Ota@am.sony.com> References: <5x7ko43ac1.fsf@kfs2.cua.dk> <20020322.074804.78214040.Takaaki.Ota@am.sony.com> <200203221700.g2MH08j27822@rum.cs.yale.edu> 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 1016823448 26565 127.0.0.1 (22 Mar 2002 18:57:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 18:57:28 +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 16oUEB-0006uM-00 for ; Fri, 22 Mar 2002 19:57:27 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16oUKy-0001T4-00 for ; Fri, 22 Mar 2002 20:04:28 +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 16oUDx-0003gR-00; Fri, 22 Mar 2002 13:57: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 16oTa5-00008a-00 for ; Fri, 22 Mar 2002 13:16:01 -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 SAA18348; Fri, 22 Mar 2002 18:16:00 GMT Original-Received: by mail2.sjc.in.sel.sony.com id SAA01617; Fri, 22 Mar 2002 18:15:59 GMT Original-To: monnier+gnu/emacs@RUM.cs.yale.edu In-Reply-To: <200203221700.g2MH08j27822@rum.cs.yale.edu> 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:2144 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2144 Fri, 22 Mar 2002 12:00:08 -0500: "Stefan Monnier" wrote: > > 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. Thanks, I didn't know that. However, not requiring this one is even better. -Tak _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel