From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: digits Newsgroups: gmane.emacs.help Subject: Indent and CSS Date: Thu, 27 Nov 2003 18:44:34 GMT Organization: Telia Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1069959771 20035 80.91.224.253 (27 Nov 2003 19:02:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 19:02:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 27 20:02:48 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APRPc-0007uu-00 for ; Thu, 27 Nov 2003 20:02:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APSJh-0000xq-EA for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2003 15:00:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.algonet.se!algonet!news-stob.telia.net!telia.net!217.209.241.173.MISMATCH!masternews.telia.net.!newsc.telia.net.POSTED!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 217.211.207.240 Original-X-Complaints-To: abuse@telia.com Original-X-Trace: newsc.telia.net 1069958674 217.211.207.240 (Thu, 27 Nov 2003 19:44:34 CET) Original-NNTP-Posting-Date: Thu, 27 Nov 2003 19:44:34 CET Original-Xref: shelby.stanford.edu gnu.emacs.help:118719 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14661 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14661 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. This is what I want: body { font-size: 10px; } h1 { font-weight: bold; } 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. This is probably so easy I'll be truly ashamed of myself :P /Gunnar