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

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

Re: Displaying tabs


From: Kai Großjohann
Subject: Re: Displaying tabs
Date: 10 Jan 2001 15:38:03 +0100
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.95

Maybe you can do the following to display a tab as eight spaces:

(standard-display-ascii ?\t "        ")

There are eight spaces between the double quotes.

This will completely mess up C mode indentation, however.  But I'm not
sure how it will mess it up.

Also, your files will display wrongly in ALL OTHER PROGRAMS!

Maybe you would like to use spaces instead of tabs, that displays the
same in all programs.

kai
-- 
Be indiscrete.  Do it continuously.



reply via email to

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