emacs-devel
[Top][All Lists]
Advanced

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

Re: gratuitous changes


From: Juanma Barranquero
Subject: Re: gratuitous changes
Date: Wed, 05 Feb 2003 00:18:08 +0100

On Tue, 4 Feb 2003 20:44:48 +0000
Nick Roberts <address@hidden> wrote:

> I have seen a feature of XEmacs that helps
> prevent trailing white space: the cursor becomes more narrow when its at the
> end of a line.  Would it be a good idea for Emacs?

Perhaps.

OTOH, on 21.3.50 it is already easy to keep track of it:

  (when (facep 'trailing-whitespace)
    (setq-default show-trailing-whitespace t)
    (set-face-attribute 'trailing-whitespace nil
                        :foreground "red"
                        :background "black"
                        :underline t))

or whatever other face setting that makes it stand out clearly.

-- 
Juanma Barranquero <address@hidden>





reply via email to

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