all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* indenting with spaces
@ 2010-01-19 16:34 andrea
  2010-01-19 16:44 ` Tassilo Horn
  0 siblings, 1 reply; 4+ messages in thread
From: andrea @ 2010-01-19 16:34 UTC (permalink / raw)
  To: help-gnu-emacs


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?





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-19 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 16:34 indenting with spaces andrea
2010-01-19 16:44 ` Tassilo Horn
2010-01-19 17:06   ` andrea
2010-01-19 17:54     ` Tom Rauchenwald

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.