From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.devel Subject: Re: view-echo-area-messages should show last messages Date: Tue, 30 Oct 2007 03:08:23 +0800 Message-ID: <87ejfdu4bc.fsf_-_@jidanni.org> References: <47258B47.4080604@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193684924 10403 80.91.229.12 (29 Oct 2007 19:08:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 19:08:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 20:08:47 2007 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.50) id 1ImZyf-0000H4-NH for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 20:08:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImZyW-0006VC-Bo for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 15:08:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImZyS-0006U2-NR for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:08:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImZyR-0006Tg-6J for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:08:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImZyR-0006Td-3f for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:08:31 -0400 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=looneymail-a2.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImZyQ-0007eg-FQ for emacs-devel@gnu.org; Mon, 29 Oct 2007 15:08:30 -0400 Original-Received: from jidanni2 (122-127-43-170.dynamic.hinet.net [122.127.43.170]) by looneymail-a2.g.dreamhost.com (Postfix) with ESMTP id 8266616EE96; Mon, 29 Oct 2007 12:08:27 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:82088 Archived-At: mr> Where is the cursor when you select *Messages* manually or do a mr> (switch-to-buffer "*Messages*") mr> at the end of your .emacs? http://jidanni.org/comp/.emacs already leaves the user starting at *Messages*. Just perhaps use a few (require ... NOERROR) and give it a whirl. mr> ...)? You could, for example, ask .emacs to display a message before mr> ffap gets loaded. I tried some (message "bla") but it seems hard to tell... P.S., I hope somebody remembers to implement the previous "view-lossage should be certain to show last keystrokes" (C-h l) Subject that I have just changed above.