all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: Indent and CSS
Date: Wed, 17 Dec 2003 20:36:30 +0000	[thread overview]
Message-ID: <87r7z318s1.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: mCrxb.39640$dP1.147986@newsc.telia.net

digits <digits@gentoo.se> writes:

> I'm all fresh on Emacs, I have now tried to get Emacs to intent in CSS
> files all day and I can't get it to work.

Did you look for a css Emacs mode?  www.emacswiki.org might be a good
starting point, as might be the Emacs Lisp List.

> This is what I want:
> body {
> <tab>font-size: 10px;
> }
>
> h1 {
> <tab>font-weight: bold;
> }

If you have a css mode, then you need to tell it to use an indentation
step of N and you also need to set tab-width to the same N.  (Usually,
the indentation step is 2 or 4 but tab-width is 8 by default.)  And
you need to set indent-tabs-mode to t, but that's the default.

> I know that I can get return-and-indent with C-j, but I would like to
> have it bound to RET when on a line with { as last char.

Isn't it enough to always have RET do like C-j?  Why do you want RET
to behave differently if the last char is something else?

(require 'css-mode)
(define-key css-mode-map (kbd "RET") 'newline-and-indent)

Maybe you need to change css-mode and css-mode-map, depending on the
actual css mode that you are using.

Kai

  reply	other threads:[~2003-12-17 20:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-27 18:44 Indent and CSS digits
2003-12-17 20:36 ` Kai Grossjohann [this message]
2003-12-18 11:28   ` Adam Hardy

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=87r7z318s1.fsf@emptyhost.emptydomain.de \
    --to=kai@emptydomain.de \
    /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.