From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: view-echo-area-messages should show last messages Date: Tue, 30 Oct 2007 17:24:05 +0100 Message-ID: <47275AA5.4060306@gmx.at> References: <47258B47.4080604@gmx.at> <87ejfdu4bc.fsf_-_@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193761470 22018 80.91.229.12 (30 Oct 2007 16:24:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Oct 2007 16:24:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: jidanni@jidanni.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 30 17:24:31 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 1Imtt7-0000Sh-Uz for ged-emacs-devel@m.gmane.org; Tue, 30 Oct 2007 17:24:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Imtsy-0007Jg-FD for ged-emacs-devel@m.gmane.org; Tue, 30 Oct 2007 12:24:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Imtsv-0007JE-SP for emacs-devel@gnu.org; Tue, 30 Oct 2007 12:24:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Imtsu-0007Hm-GB for emacs-devel@gnu.org; Tue, 30 Oct 2007 12:24:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Imtsu-0007Hf-9x for emacs-devel@gnu.org; Tue, 30 Oct 2007 12:24:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Imtsu-0000ip-7o for emacs-devel@gnu.org; Tue, 30 Oct 2007 12:24:08 -0400 Original-Received: (qmail invoked by alias); 30 Oct 2007 16:24:05 -0000 Original-Received: from M3191P010.adsl.highway.telekom.at (EHLO [88.117.46.202]) [88.117.46.202] by mail.gmx.net (mp017) with SMTP; 30 Oct 2007 17:24:05 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/5xucfiGr5nr/xqkf5ALgOESqM+NY2fvk9u2cn/Y urmGH2XMJwEIrv User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87ejfdu4bc.fsf_-_@jidanni.org> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82124 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. Too complicated. Maybe someone on GNU/Linux can try. > 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... OK. Try to remove as few lines as possible from the end of your .emacs until you get the cursor at the end of *Messages*. > 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. I've already done that on my system ;-)