help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to turn on showing end of file?


From: jidanni
Subject: Re: how to turn on showing end of file?
Date: Tue, 15 Sep 2009 05:41:38 +0800

OK, here is how I was vicitmized.

I used to use
(setq default-indicate-empty-lines t)

A few days ago I got the message
Compiling file /home/jidanni/.emacs ...
.emacs:436:7:Warning: `default-indicate-empty-lines' is an obsolete variable
    (as of Emacs 23.2); use `indicate-empty-lines' instead.

(I wonder how what people who don't compile their .emacs file will get
that news.)

So I changed it to
(setq indicate-empty-lines t)

Then after a few days I started wondering where the indicators went.

So one needs to change it to
(setq-default indicate-empty-lines t)
surprize surprize :-(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]