On 30/03/07, Eric Hanchrow <[EMAIL PROTECTED]> wrote:
>>>>> "jerry" == jerry gay <[EMAIL PROTECTED]> writes:

    jerry> i've never run emacs, so i don't know the lispy analog.
    jerry> i'm sure somebody will chime in with it.

This does what you think it does:
(setq-default show-trailing-whitespace t)

Emacs 22 users can highlight tabs like this:
(global-hi-lock-mode 1)
(highlight-regexp "\t")

These configuration options (both emacs and vim) have been added to
docs/project/cage_cleaners_guide.pod if people wish to refer to them
again.

Paul

Reply via email to