From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: Re: how to turn on showing end of file? Date: Tue, 15 Sep 2009 05:22:19 +0800 Message-ID: <87pr9tjk6s.fsf@jidanni.org> References: <505F1739-26B8-40A8-AF6F-AA9DF1E54BA8@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252963440 10953 80.91.229.12 (14 Sep 2009 21:24:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 21:24:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: peter_dyballa@web.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 14 23:23:53 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnJ1d-00042q-0Y for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2009 23:23:53 +0200 Original-Received: from localhost ([127.0.0.1]:52653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnJ1c-0003AF-1i for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2009 17:23:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnJ0H-0002Vu-1n for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 17:22:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnJ0C-0002SC-2H for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 17:22:28 -0400 Original-Received: from [199.232.76.173] (port=57677 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnJ0B-0002S5-Ov for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 17:22:23 -0400 Original-Received: from caiajhbdcagg.dreamhost.com ([208.97.132.66]:41117 helo=homiemail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnJ0B-000273-ES for help-gnu-emacs@gnu.org; Mon, 14 Sep 2009 17:22:23 -0400 Original-Received: from jidanni.org (218-163-3-190.dynamic.hinet.net [218.163.3.190]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id 384DBC5B98; Mon, 14 Sep 2009 14:22:22 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68143 Archived-At: OK, I need to put (setq indicate-buffer-boundaries t indicate-empty-lines t) into some hook that gets called for every buffer, here in emacs-version "23.1.50.1".