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

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

indenting with spaces


From: andrea
Subject: indenting with spaces
Date: Tue, 19 Jan 2010 17:34:49 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin)

I use to indent everything with spaces because I prefer and I never had
problems, with this line

--8<---------------cut here---------------start------------->8---
(setq indent-tabs-mode nil)
--8<---------------cut here---------------end--------------->8---

Everything works fine, but NOT with JDE.
For some reasons it wants to use tabs, I also did this

--8<---------------cut here---------------start------------->8---
(add-hook 'jde-mode-hook
          '(lambda () (require 'ecb))
          '(lambda () (setq indent-tabs-mode nil)))
--8<---------------cut here---------------end--------------->8---

But no way, it still set indent-tabs-mode to t, any idea of why it
should do that?





reply via email to

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