From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: How to follow the end of *Messages* buffer in Emacs? Date: Sat, 10 Nov 2012 22:02:52 +0100 Message-ID: <509EC0FC.9000403@gmx.at> References: NNTP-Posting-Host: plane.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 1352581393 12551 80.91.229.3 (10 Nov 2012 21:03:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Nov 2012 21:03:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Yves Baumes Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 10 22:03:23 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TXID3-0005CN-1S for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Nov 2012 22:03:21 +0100 Original-Received: from localhost ([::1]:60477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXICt-0000Eg-Mn for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Nov 2012 16:03:11 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXICm-0000EX-C9 for help-gnu-emacs@gnu.org; Sat, 10 Nov 2012 16:03:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXICj-0006kE-A3 for help-gnu-emacs@gnu.org; Sat, 10 Nov 2012 16:03:04 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:39853) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TXICi-0006k5-Vn for help-gnu-emacs@gnu.org; Sat, 10 Nov 2012 16:03:01 -0500 Original-Received: (qmail invoked by alias); 10 Nov 2012 21:02:59 -0000 Original-Received: from 62-47-40-41.adsl.highway.telekom.at (EHLO [62.47.40.41]) [62.47.40.41] by mail.gmx.net (mp004) with SMTP; 10 Nov 2012 22:02:59 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19375tb/tJ3+yTJogR++pCIPBaQNg6MwSi9hrPq7n sb/jiQS07ejrZb In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 213.165.64.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87635 Archived-At: >> Please file a bug report with your description. > > Done. Buf report #12855. Thank you. >> This would be tedious. We have to fix this in the window code. > Oh, I didn't mean to provide a solution here. I see it it can be quite > complex. Maybe some days! ;-) For the moment it should be sufficient if you add your function to `window-configuration-change-hook' instead of `post-command-hook'. This should allow you to scroll and edit *Messages* without any problems. martin