unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Artur Hefczyc <DONTkobit@SPAMplusnet.MEpl>
Subject: Re: Emacs newbie - Syntax Highlighting and Indentation
Date: Fri, 14 Nov 2003 20:20:59 +0200	[thread overview]
Message-ID: <87n0ay24ms.fsf@141-moc-9.acn.waw.pl> (raw)
In-Reply-To: bp2tgs$j0p$1@news.net.uni-c.dk

David Rasmussen <david.rasmussen@gmx.net> writes:
> 1) How do I enable syntax highlighting by default, for any type of file /
>    extension / mode that supports it? I have enabled it in the Options menu, and
>    saved my options. But isn't there a non-menu-way of doing this, so I can get
>    to learn and understand how to configure emacs myself?

Right way to customize emacs is to edit .emacs file in your home
directory. It is easy to find on Unix like systems but windows have
'home' directory in many different locations. So I suggest to look for
your .emacs file on HDD. It should be there, because you saved your settings.

It contains elisp code in most cases setting many different variables.
Here is my .emacs file in use on both systems - Windows and Linux:
http://wttools.sourceforge.net/emacs-stuff/emacs.html

It is rather big file but don't panic, you don't need to start with all
these settings. Many of them are commented in this file.

> 2) When I edit a java file, the Java major mode i automatically loaded. But when
>    I press TAB at the beginning of a new line, i get an indentation of 4
>    spaces. How do I alter this to 2 spaces instead? Or any other number of
>    spaces? What if I want to get a tab character instead of spaces, when
>    indenting (I really don't, but I would like to know)?

The shortest answer to your question is:

Put to your .emacs file following code:
(setq c-basic-offset 2)

Other setting you might find useful for Java coding are:
(setq tab-width 4
      indent-tabs-mode nil)

However for Java coding I recommend JDEE package for emacs. I have been
using it for 3 years and I am very satisfied with it.
You can find more information about (installation, setup and use) it in
article I work on at following address:
http://wttools.sourceforge.net/emacs-stuff/emacsandjdee.html

If you need more info just ask.

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

  parent reply	other threads:[~2003-11-14 18:20 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 [this message]
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

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87n0ay24ms.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).