Received: by 10.66.74.72 with SMTP id r8mr5941906pav.32.1352586271453; Sat, 10 Nov 2012 14:24:31 -0800 (PST) Path: 6ni73830pbd.1!nntp.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: Yves Baumes Newsgroups: gnu.emacs.help Subject: Re: How to follow the end of *Messages* buffer in Emacs? Date: Sat, 10 Nov 2012 23:24:16 +0100 Lines: 17 Approved: help-gnu-em...@gnu.org Message-ID: References: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 X-Trace: usenet.stanford.edu 1352586271 4564 208.118.235.17 (10 Nov 2012 22:24:31 GMT) X-Complaints-To: action@cs.stanford.edu Cc: help-gnu-em...@gnu.org To: martin rudalics Envelope-to: help-gnu-em...@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=A6hLlPHP5VNVuRt4td3WGIeDTh2NsxLJdY0iOggSlWA=; b=l6l0pnhmpY5SHECGIBzYnLX5NfRuAgyjdHx/buk8fO6P4otpyl+uNS6C5ZLUjJOQcD 3rolPcz1DsX7M/4FrK3Z/+f4/PcqZjmDmxtkTNFUtqRuaBIXjEYWXQW6OHkZAJnIDuH5 JgYIXVoTvQCsywPMCmG/W5lFSAGaW7sDbQ904u+yziYGdy6KrnTpOvunTIivkLxBtoci KaUAhKw8fVrp34ltYNP7I/XMaebNh8f//vXvupuhYfe2bU9tLlcQ8hwKW3yw7u1rX6YZ 3G0hV/nzvIA9FcHtzvb7K/QmCq3Yoo1qMqhcNY07Ip4fb3PayVDKK4eYZTaPICzoeuLf QIHw== In-Reply-To: (martin rudalics's message of "Sat, 10 Nov 2012 22:02:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.169 X-BeenThere: help-gnu-em...@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: , Content-Type: text/plain martin rudalics writes: > 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. In order to correct my previous post. 'message-log-max was set to 100. I've modified it to t - true. As a result (point-max) get higher each time. But the issue is still there. Every time the *Messages* buffer comes back in its window, the cursor is not in the right place. I've tried several attempts and it did not fixed the issue. And it is ok, the initial puropose was to play with GNU Emacs! :-) And I am getting more and more fun actually, believe me or not :-) Regards Yves