From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: force-mode-line-update ALL argument Date: Fri, 21 May 2010 08:42:01 +0200 Message-ID: <201005210842.02013.tassilo@member.fsf.org> References: <4BF56903.1000704@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274424134 28711 80.91.229.12 (21 May 2010 06:42:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 May 2010 06:42:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 21 08:42:13 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OFLvw-0001f3-PK for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 08:42:13 +0200 Original-Received: from localhost ([127.0.0.1]:40074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFLvw-0006ND-5y for ged-emacs-devel@m.gmane.org; Fri, 21 May 2010 02:42:12 -0400 Original-Received: from [140.186.70.92] (port=44610 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFLvq-0006N8-1J for emacs-devel@gnu.org; Fri, 21 May 2010 02:42:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFLvo-0008UL-Ku for emacs-devel@gnu.org; Fri, 21 May 2010 02:42:05 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:12021) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFLvo-0008U5-Fy for emacs-devel@gnu.org; Fri, 21 May 2010 02:42:04 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7A28C78A46F5 for ; Fri, 21 May 2010 08:42:03 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15324-10 for ; Fri, 21 May 2010 08:42:03 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0EE1078A46F2 for ; Fri, 21 May 2010 08:42:03 +0200 (CEST) User-Agent: KMail/1.13.3 (Linux/2.6.34-gentoo; KDE/4.4.3; x86_64; ; ) In-Reply-To: <4BF56903.1000704@gmx.at> X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj< =?iso-8859-15?q?O4j=265ljV6lU=7DcXU7oftH=26/x=5F=7EK=7B=26zv9=7D=0A=09sB?= =?iso-8859-15?q?=7D5/Ea=5BhU=7BCS=23=3F=3F0=3F=3Fn?=@sX+ft]?{(l?, mp"a`u 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:124980 Archived-At: On Thursday 20 May 2010 18:53:23 martin rudalics wrote: > Can someone please bother to explain the effect of setting the > optional ALL argument for `force-mode-line-update'? I'm too silly to > understand that. Well, the docstring is pretty clear. But after looking at the code, I'm at least as silly as Martin in understanding how that should work... Bye, Tassilo