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: Wed, 16 Sep 2009 10:03:08 +0800 Message-ID: <87fxand4tf.fsf@jidanni.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253066707 12891 80.91.229.12 (16 Sep 2009 02:05:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Sep 2009 02:05:07 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: politza@fh-trier.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 16 04:05:00 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 1MnjtC-0002Sf-1z for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Sep 2009 04:04:58 +0200 Original-Received: from localhost ([127.0.0.1]:56411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnjtB-0002Xp-Ah for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Sep 2009 22:04:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mnjrf-0001vX-57 for help-gnu-emacs@gnu.org; Tue, 15 Sep 2009 22:03:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mnjra-0001qC-FD for help-gnu-emacs@gnu.org; Tue, 15 Sep 2009 22:03:22 -0400 Original-Received: from [199.232.76.173] (port=39598 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mnjra-0001q1-AC for help-gnu-emacs@gnu.org; Tue, 15 Sep 2009 22:03:18 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:7454) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MnjrZ-0004zh-PB for help-gnu-emacs@gnu.org; Tue, 15 Sep 2009 22:03:17 -0400 Original-Received: from caiajhbdcaib.dreamhost.com ([208.97.132.81] helo=homiemail-a3.g.dreamhost.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnjrZ-0003jx-35 for help-gnu-emacs@gnu.org; Tue, 15 Sep 2009 22:03:17 -0400 Original-Received: from jidanni.org (218-163-1-149.dynamic.hinet.net [218.163.1.149]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id 7515FC5B75; Tue, 15 Sep 2009 19:03:14 -0700 (PDT) X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:68172 Archived-At: (info "(emacs) Useless Whitespace") To enable this feature, set the buffer-local variable `indicate-empty-lines' to a non-`nil' value. The default value of this variable is controlled by the variable `default-indicate-empty-lines';<---Hey, isn't that deprecated? by setting that variable, you can enable or disable this feature for all new buffers. (This feature currently doesn't work on text-only terminals.)<---So that's why I can't see the tildes, and not due to trying vim. >>>>> "AP" == Andreas Politz writes: >> -nw, but I can no longer see any of the tilde stuff for after the end of file. AP> Any chance you are confusing emacs with vim, which has this `tilde AP> stuff' ?