From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: "Loading" Date: Thu, 15 Mar 2012 09:28:06 +0100 Message-ID: <87ipi6e0a1.fsf@gmx.de> References: <87obrzo8qy.fsf@gmx.de> <8762e75k1o.fsf@thinkpad.tsdh.de> <87ipi76xmc.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331800111 14386 80.91.229.3 (15 Mar 2012 08:28:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2012 08:28:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dave Abrahams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 15 09:28:29 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S862t-0005C0-DJ for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 09:28:27 +0100 Original-Received: from localhost ([::1]:40342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S862s-00015s-Nn for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2012 04:28:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S862m-000120-8R for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:28:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S862f-0006yL-4I for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:28:19 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:60991) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S862e-0006y8-QC for emacs-devel@gnu.org; Thu, 15 Mar 2012 04:28:13 -0400 Original-Received: (qmail invoked by alias); 15 Mar 2012 08:28:10 -0000 Original-Received: from p57BB950D.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.13] by mail.gmx.net (mp002) with SMTP; 15 Mar 2012 09:28:10 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18194k+QRo1k8SfZmTcAiFPYolJSqHe5PLj5QllQc f47+g+nU6ShIfg In-Reply-To: (Dave Abrahams's message of "Wed, 14 Mar 2012 21:40:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:149074 Archived-At: Dave Abrahams writes: > Is there any reason a few characters couldn't be used for this in the > left part of the minibuffer/echo area, without making that area > completely unusable? Harder to implement. You would need to add a minor mode for the minibuffer, which shows this fixed string. And for the echo area, you would also need to touch `message' and friends. Best regards, Michael.