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

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

Re: replacement for whitespace-tab


From: Emanuel Berg
Subject: Re: replacement for whitespace-tab
Date: Tue, 24 Oct 2017 02:55:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Will Parsons wrote:

> @#$%^&*! *What* entry in "the official Emacs
> manual for customization options"??? This may
> be quite obvious to you, but it certainly
> isn't to me!

Reading the manual is always so complicated!
Here, you can just enter whitespace mode, move
cursor/point to where space is indicated by the
mid dot char, and then either do
`describe-char' or use this

    (defun what-face (pos)
      (interactive "d")
      (let((face (or (get-char-property pos 'face)
                     (get-char-property pos 'read-cf-name) )))
        (message " Face: %s" (or face "(no face!)")) ))

to get the face. Do the same and see if there
is a tab face as well!

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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