From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?b?SsOpcsOpbXk=?= Compostella Newsgroups: gmane.emacs.devel Subject: Re: Global bar to display global information Date: Wed, 17 Aug 2011 20:12:27 +0000 (UTC) Message-ID: References: <87hb5he3dy.fsf@wanadoo.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1313611980 10512 80.91.229.12 (17 Aug 2011 20:13:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2011 20:13:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 17 22:12:50 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 1QtmTp-0004nO-Kp for ged-emacs-devel@m.gmane.org; Wed, 17 Aug 2011 22:12:49 +0200 Original-Received: from localhost ([::1]:40342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtmTp-0004yo-3b for ged-emacs-devel@m.gmane.org; Wed, 17 Aug 2011 16:12:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtmTm-0004yY-RK for emacs-devel@gnu.org; Wed, 17 Aug 2011 16:12:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtmTl-0000CP-OR for emacs-devel@gnu.org; Wed, 17 Aug 2011 16:12:46 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:35198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtmTl-0000CK-Gn for emacs-devel@gnu.org; Wed, 17 Aug 2011 16:12:45 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QtmTk-0004m9-MO for emacs-devel@gnu.org; Wed, 17 Aug 2011 22:12:44 +0200 Original-Received: from 62.201.142.27 ([62.201.142.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Aug 2011 22:12:44 +0200 Original-Received: from jeremy.compostella by 62.201.142.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Aug 2011 22:12:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 8 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 62.201.142.27 (Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13) 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:143377 Archived-At: > [...] > The inactive/empty echo area is actually displaying a buffer (the buffer > named " *Minibuf-0*", IIUC), so technically it shouldn't be too > difficult to create a package that inserts useful stuff in that buffer > so they get displayed in the echo area when nothing else is shown there. I finally downloaded the Emacs git repository and I do notfind any reference to the *Minibuf-0* buffer you are talking about. Could help me ?