From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: What is normal these days (display.texi)? Date: Sun, 09 Jul 2006 00:19:37 +0200 Message-ID: References: <85zmflu62p.fsf@lola.goethe.zz> <85lkr5qusn.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152397316 28215 80.91.229.2 (8 Jul 2006 22:21:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Jul 2006 22:21:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 09 00:21:54 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FzLBS-00051I-8H for ged-emacs-devel@m.gmane.org; Sun, 09 Jul 2006 00:21:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzLBR-0005xt-LE for ged-emacs-devel@m.gmane.org; Sat, 08 Jul 2006 18:21:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzLBH-0005xe-7s for emacs-devel@gnu.org; Sat, 08 Jul 2006 18:21:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzLBF-0005xS-Ey for emacs-devel@gnu.org; Sat, 08 Jul 2006 18:21:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzLBF-0005xP-AD for emacs-devel@gnu.org; Sat, 08 Jul 2006 18:21:41 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzLBw-0005Ba-Jj; Sat, 08 Jul 2006 18:22:24 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 848A8A50025; Sun, 9 Jul 2006 00:21:24 +0200 (CEST) Original-To: David Kastrup In-Reply-To: <85lkr5qusn.fsf@lola.goethe.zz> (David Kastrup's message of "Fri, 07 Jul 2006 17:49:44 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56825 Archived-At: David Kastrup writes: > ! This function calls for redisplay of certain windows, the next time > ! redisplay is done, but does not clear them first. > > @defun force-window-update &optional object > This function forces redisplay of some or all windows. If > --- 55,62 ---- > This function clears and redisplays all visible frames. > @end deffn > > ! The following function redisplays certain windows without clearing > ! them first: > > @defun force-window-update &optional object > This function forces redisplay of some or all windows. If IMO, the original text (calls for) is more correct. force-window-update does not force an immediate redisplay -- it simply marks the window to be updated on the next redisplay (by clearing the internal "up-to-date" state of the window). I will update the doc string and lispref to mention this. -- Kim F. Storm http://www.cua.dk