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: Mon, 12 Nov 2012 10:57:11 +0100 Message-ID: <50A0C7F7.8060406@gmx.at> 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 1352714320 24567 80.91.229.3 (12 Nov 2012 09:58:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2012 09:58:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: monnier@iro.umontreal.ca Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 12 10:58:50 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 1TXqn4-0002ku-Bq for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2012 10:58:50 +0100 Original-Received: from localhost ([::1]:50199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXqmu-0001n4-Tq for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Nov 2012 04:58:40 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXqmn-0001me-Go for help-gnu-emacs@gnu.org; Mon, 12 Nov 2012 04:58:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXqmk-0006IY-Eb for help-gnu-emacs@gnu.org; Mon, 12 Nov 2012 04:58:33 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:43861) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TXqmk-0006IM-80 for help-gnu-emacs@gnu.org; Mon, 12 Nov 2012 04:58:30 -0500 Original-Received: (qmail invoked by alias); 12 Nov 2012 09:57:21 -0000 Original-Received: from 62-47-55-250.adsl.highway.telekom.at (EHLO [62.47.55.250]) [62.47.55.250] by mail.gmx.net (mp012) with SMTP; 12 Nov 2012 10:57:21 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18PALMylEwP5LvH2oMydvc72g2qAaOHG/EuCpsSkP M797w50nfsbzfT Original-References: jwvzk2o6ojd.fsf-monnier+gnu.emacs.help@gnu.org X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x 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:87649 Archived-At: > IIUC we already have that buffer-local variable (it's called > window-point-insertion-type). You understand correctly ;-) martin