all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Artur Hefczyc <DONTkobit@SPAMplusnet.MEpl>
Subject: Re: Emacs newbie - Syntax Highlighting and Indentation
Date: Sat, 15 Nov 2003 21:20:32 +0430	[thread overview]
Message-ID: <87ekw9zicn.fsf@141-moc-9.acn.waw.pl> (raw)
In-Reply-To: bp5fdg$eo2$1@news.net.uni-c.dk

David Rasmussen <david.rasmussen@gmx.net> writes:
> Most of you said that I should put somehting along the lines of
> (setq c-basic-offset 2)
> in my .emacs to alter the tab spacing and indentation. But it doesn't work?

It may not work if you put only above code, bacuse each major mode has
own definition for such variables. So you should set this variable
_for_ _java_ mode in your case.

You should use mode hook as described in my previous post. Put those
code in your .emacs file and try it then. (You should restart emacs
after modyfing .emacs)
I checked it before minute and it worked for me.

If it still doesn't work for you it might mean you doesn't use java
mode by default for java files. Maybe jde mode then?
To see what is your major mode during editing java files you should
open java file under emacs and then execute emacs function
'describe-mode' in following way:

M-x describe-mode
(press: 'Alt-x' and write function name: 'describe-mode' and press
<ENTER>)
New window should appear with 3rd non empty line:

Java mode:

It is 'Jde mode:' on my installation.
Please let me know if you successed or not.

Artur
-- 
Artur Hefczyc, Open Source Developer:
http://www.geotools.org/
http://generguide.sourceforge.net/
http://wttools.sourceforge.net/
http://maven-plugins.sourceforge.net/

      reply	other threads:[~2003-11-15 16:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-14 15:52 Emacs newbie - Syntax Highlighting and Indentation David Rasmussen
2003-11-14 17:13 ` Uwe Siart
2003-11-14 17:48 ` Jiri Pejchal
2003-11-14 18:08 ` Michael M Mason
2003-11-14 18:20 ` Artur Hefczyc
2003-11-15 14:18   ` David Rasmussen
2003-11-15 15:08     ` Artur Hefczyc
     [not found] ` <david.rasmussen@gmx.net>
2003-11-14 19:07   ` Peter S Galbraith
2003-11-15  1:11   ` Peter S Galbraith
     [not found] ` <mailman.86.1068840578.399.help-gnu-emacs@gnu.org>
2003-11-14 21:33   ` Bruce Ingalls
2003-11-14 22:01     ` Stefan Monnier
2003-11-14 23:15   ` David Rasmussen
     [not found]     ` <mailman.117.1068862385.399.help-gnu-emacs@gnu.org>
2003-11-15 11:06       ` David Rasmussen
2003-11-15 12:43         ` Bruce Ingalls
2003-11-15 12:47           ` David Rasmussen
2003-11-14 22:13 ` David Rasmussen
2003-11-14 22:22   ` Jody M. Klymak
2003-11-15  9:47   ` Artur Hefczyc
2003-11-17 13:39   ` Kevin Dziulko
2003-11-15 15:09 ` David Rasmussen
2003-11-15 16:50   ` Artur Hefczyc [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ekw9zicn.fsf@141-moc-9.acn.waw.pl \
    --to=dontkobit@spamplusnet.mepl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.