From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tobias Boonstoppel Newsgroups: gmane.emacs.help Subject: emcas code style Date: Wed, 25 Feb 2004 12:01:45 +0100 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <403C8099.8000605@webundso.ch> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1077707718 15097 80.91.224.253 (25 Feb 2004 11:15:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2004 11:15:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 25 12:15:06 2004 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 1Avx0L-0007Xc-00 for ; Wed, 25 Feb 2004 12:15:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Avx02-0006kS-GI for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Feb 2004 06:14:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Avwvv-0003P4-Mz for help-gnu-emacs@gnu.org; Wed, 25 Feb 2004 06:10:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Avwv2-0002nD-Gf for help-gnu-emacs@gnu.org; Wed, 25 Feb 2004 06:10:09 -0500 Original-Received: from [62.2.95.247] (helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AvwnW-00005W-2t for help-gnu-emacs@gnu.org; Wed, 25 Feb 2004 06:01:50 -0500 Original-Received: from webundso.ch (217-162-18-105.dclient.hispeed.ch [217.162.18.105]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with ESMTP id i1PB16Hk021619 for ; Wed, 25 Feb 2004 12:01:06 +0100 User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en 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:17196 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17196 hi! could you help me? i want a to build a emacs mode that indents code like this: function blah() { if($somthing == 1) { foo(); switch() { } } return false; } and NOT like in c++ mode oder PHP mode like this: function blah() { if($somthing == 1) { foo(); switch() { } } return false; } where do i change these settings? thxx!!!! Tobias