From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: replacement for whitespace-tab
Date: Tue, 24 Oct 2017 02:55:50 +0200 [thread overview]
Message-ID: <86d15duzxl.fsf@zoho.com> (raw)
In-Reply-To: f57h0rF5o99U1@mid.individual.net
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
next prev parent reply other threads:[~2017-10-24 0:55 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-23 23:45 replacement for whitespace-tab Will Parsons
2017-10-23 23:52 ` Mario Castelán Castro
2017-10-24 0:12 ` Emanuel Berg
[not found] ` <mailman.2087.1508804123.27995.help-gnu-emacs@gnu.org>
2017-10-24 1:02 ` Will Parsons
2017-10-24 1:08 ` Emanuel Berg
2017-10-24 0:08 ` Emanuel Berg
2017-10-24 0:09 ` Emanuel Berg
2017-10-24 0:12 ` Mario Castelán Castro
2017-10-24 0:26 ` Emanuel Berg
2017-10-24 0:28 ` Mario Castelán Castro
2017-10-24 0:41 ` Alexis
2017-10-24 0:51 ` Emanuel Berg
2017-10-24 0:53 ` Mario Castelán Castro
2017-10-24 0:51 ` Mario Castelán Castro
2017-10-24 0:58 ` Emanuel Berg
2017-10-24 1:11 ` Alexis
2017-10-24 1:39 ` Emanuel Berg
[not found] ` <mailman.2081.1508802776.27995.help-gnu-emacs@gnu.org>
2017-10-24 0:49 ` Will Parsons
2017-10-24 0:55 ` Emanuel Berg [this message]
2017-10-24 1:14 ` Alexis
[not found] ` <mailman.2084.1508803714.27995.help-gnu-emacs@gnu.org>
2017-10-24 0:55 ` Will Parsons
2017-10-24 7:47 ` Stephen Berman
2017-10-24 9:31 ` Nick Helm
2017-10-24 15:30 ` Emanuel Berg
[not found] ` <mailman.2114.1508859102.27995.help-gnu-emacs@gnu.org>
2017-10-24 21:33 ` Will Parsons
[not found] ` <mailman.2103.1508831239.27995.help-gnu-emacs@gnu.org>
2017-10-24 21:31 ` Will Parsons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86d15duzxl.fsf@zoho.com \
--to=moasen@zoho.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.