From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: help needed with gnus mode-line Date: Thu, 30 Jun 2011 15:15:58 +0200 Message-ID: <87sjqrqx2p.fsf@gmail.com> References: <87r56b5yf5.fsf@gmail.com> <877h83v6n7.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309442416 5205 80.91.229.12 (30 Jun 2011 14:00:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 14:00:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 16:00:12 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QcHmu-0002py-4b for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 16:00:12 +0200 Original-Received: from localhost ([::1]:48475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcHms-0002YO-Sr for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 10:00:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcH6e-0008PS-JZ for emacs-devel@gnu.org; Thu, 30 Jun 2011 09:16:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcH6b-0005TL-3b for emacs-devel@gnu.org; Thu, 30 Jun 2011 09:16:32 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:38092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcH6a-0005T7-LZ for emacs-devel@gnu.org; Thu, 30 Jun 2011 09:16:28 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QcH6V-0005vy-7p for emacs-devel@gnu.org; Thu, 30 Jun 2011 15:16:23 +0200 Original-Received: from uni14-1-82-233-220-106.fbx.proxad.net ([82.233.220.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2011 15:16:23 +0200 Original-Received: from antoine.levitt by uni14-1-82-233-220-106.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jun 2011 15:16:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: uni14-1-82-233-220-106.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141230 Archived-At: 30/06/11 14:35, Thierry Volpiatto > Andreas Schwab writes: > >> Thierry Volpiatto writes: >> >>> i would like to display temporarily information in mode-line while i am >>> in gnus. >> >> The mode-line is not designed for temporary display. > But it can be used for that in many places ;-) > >> That's what the echo area is for. > That's not helpful, of course i know echo area. > >>> In all emacs, something like this work fine: >>> >>> (let ((mode-line-format (concat " " str))) >>> (force-mode-line-update) >>> (sit-for 12)) >>> (force-mode-line-update)) >>> >>> But in gnus the mode-line isn't modified. >> >> Worksforme. > Don't know what that's mean... It means that it works for him ;) I manually set gnus-group-mode-line-format, it works fine.