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

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

Re: Weird Tabbing Effects


From: Anders Wirzenius
Subject: Re: Weird Tabbing Effects
Date: Wed, 02 Apr 2008 09:13:12 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Roman E <re@just.ask.me.com> writes:

> Hi all,
> 
> I'm a bit of an emacs novice, but I was recently converted to
> textmate. However, when I look at my code (that was written using
> emacs) with textmate (or any other editing program for that matter)
> the tabbing shows up funky. Sometimes there are less tabs then show up
> in emacs.
> 
> Is there any way I can fix these files so that they're viewable in
> other editors? Also, what caused this problem?
> 
> Thanks!
> 
> -Roman

Maybe there is a mix of tabs and spaces?
Tabs are displayed according to terminal settings and if they are
different in the editors, tabs are displayed differently.
Have a look at variable indent-tabs-mode in Emacs (c-h v
indent-tabs-mode).
Look for tabs in the file and see if some of the tabs have been
replaved by spaces (c-s c-q c-i c-s c-s).

-- 
Anders


reply via email to

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