From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Message buffer time-stamps Date: Thu, 30 Dec 2004 11:43:33 -0500 Message-ID: References: <87sm5wtpwa.fsf@jurta.org> <87y8fliuql.fsf@jurta.org> <87acrxfuqa.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104425886 26059 80.91.229.6 (30 Dec 2004 16:58:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Dec 2004 16:58:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 30 17:57:59 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ck3cc-0007SY-00 for ; Thu, 30 Dec 2004 17:57:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ck3nZ-0007Gq-RX for ged-emacs-devel@m.gmane.org; Thu, 30 Dec 2004 12:09:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Ck3gx-0002bK-T5 for emacs-devel@gnu.org; Thu, 30 Dec 2004 12:02:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Ck3gt-0002Yg-Sh for emacs-devel@gnu.org; Thu, 30 Dec 2004 12:02:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ck3gt-0002WU-2C for emacs-devel@gnu.org; Thu, 30 Dec 2004 12:02:23 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ck3US-0003kg-6D for emacs-devel@gnu.org; Thu, 30 Dec 2004 11:49:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ck3Of-0004Ge-D0; Thu, 30 Dec 2004 11:43:33 -0500 Original-To: Juri Linkov In-reply-to: <87acrxfuqa.fsf@jurta.org> (message from Juri Linkov on Wed, 29 Dec 2004 09:07:27 +0200) 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: main.gmane.org gmane.emacs.devel:31608 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31608 After printing a message to the *Messages* buffer the code moves the point to the end of the *Messages* buffer, if the point was at the end before printing a message. This is a useful feature, but currently it works only when the *Messages* buffer is the current buffer. If messages are printed from other buffers the point does not remain at the end of the *Messages* buffer. Is it the intended restriction? I think it should do this regardless of whether the buffer is current. If you're looking at it in another window, point in that window should behave this way. Would you like to implement it?