From: Tuukka Toivonen <tuukkat@killspam.ee.oulu.finland.invalid>
Subject: Re: show tabstop
Date: 14 Apr 2003 08:40:40 GMT [thread overview]
Message-ID: <slrnb9kt08.2su.tuukkat@s-inf-pc24.oulu.fi> (raw)
In-Reply-To: 7f7qm-7hv.ln1@java.adp-entwicklung.gauselmann.de
In article <7f7qm-7hv.ln1@java.adp-entwicklung.gauselmann.de>, Detlef Jockheck wrote:
> is it possible to change the display of tabulator-characters. Im some cases
> it's very important to know if there is a tab or 8 spaces.
In Emacs you could use "stretch cursor" that makes the cursor fill whole Tab
position if there is one. Or, the following from my .emacs file:
(and standard-display-table (aset standard-display-table ?\C-i ; Show tabs highlighted
(vector (+ ?\C-i (* (face-id 'highlight) 524288) ))))
next prev parent reply other threads:[~2003-04-14 8:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-14 8:18 show tabstop Detlef Jockheck
2003-04-14 8:40 ` Tuukka Toivonen [this message]
2003-04-14 17:07 ` Data64
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=slrnb9kt08.2su.tuukkat@s-inf-pc24.oulu.fi \
--to=tuukkat@killspam.ee.oulu.finland.invalid \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).