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-lossage should be certain to show last keystrokes Date: Mon, 29 Oct 2007 08:27:03 +0100 Message-ID: <47258B47.4080604@gmx.at> References: <4722F857.4070905@gmx.at> <873avvrujj.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 1193649223 12488 80.91.229.12 (29 Oct 2007 09:13:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 09:13:43 +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 Mon Oct 29 10:13:45 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 1ImQgi-0002ji-PT for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 10:13:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImQgZ-0007vF-I1 for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 05:13:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImQgW-0007us-ND for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:13:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImQgU-0007ud-8R for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:13:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImQgU-0007ua-5i for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:13:22 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1ImQgT-0004Sx-Oo for emacs-devel@gnu.org; Mon, 29 Oct 2007 05:13:22 -0400 Original-Received: (qmail invoked by alias); 29 Oct 2007 07:26:41 -0000 Original-Received: from N929P025.adsl.highway.telekom.at (EHLO [62.47.60.25]) [62.47.60.25] by mail.gmx.net (mp035) with SMTP; 29 Oct 2007 08:26:41 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+0/btEhI20/d56glwSm7URuRK0BBJxQsyVaf4l69 ax/hlMYjq29Ty+ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <873avvrujj.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:82041 Archived-At: > mr> C-h e just displays the *Messages* buffer. Usually the cursor _is_ at > mr> its end. Do you want `view-echo-area-messages' to forcefully move the > mr> cursor to `point-max' when you "manually" moved it to another position > mr> before? > > All I know is after I start emacs and then do C-h e, the cursor is at > the "@", not at the end, Where is the cursor when you select *Messages* manually or do a (switch-to-buffer "*Messages*") at the end of your .emacs? > > Loading paren...done > @Loading regexp-opt...done > Loading ffap...done Could you tell whether the cursor is always at the same "window" line of *Messages* or at the same "contextual" line of *Messages* (say, always at the line starting with Loading regexp-opt...done or always at the line preceding Loading ffap...done ...)? You could, for example, ask .emacs to display a message before ffap gets loaded.