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

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

Re: show tabstop


From: Tuukka Toivonen
Subject: Re: show tabstop
Date: 14 Apr 2003 08:40:40 GMT
User-agent: slrn/0.9.7.4 (Linux)

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) ))))


reply via email to

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