"André Walker-Loud " writes:
> In this case, the “tab” alignment does not make it an integer number
> of 4 spaces - so when I try and edit the file on a different machine,
> with another editor (TextWrangler) that does actually put all tabs to
> 4 spaces, I end up breaking my files often.
This i
Hi All,
I haven’t found an answer yet to this question via google or tutor archives.
For those of you who use emacs as an editor, I have the following problem.
I have edited my .emacs file to have
(add-hook 'python-mode-hook
(lambda ()
(setq indent-tabs-mode t)
(