From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ronny Mandal Newsgroups: gmane.emacs.help Subject: Indentation Date: Tue, 04 Jul 2006 00:01:28 +0200 Organization: University of Oslo, Norway Message-ID: NNTP-Posting-Host: main.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 1151966442 32394 80.91.229.2 (3 Jul 2006 22:40:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2006 22:40:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 04 00:40:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxX5l-0002NE-IK for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Jul 2006 00:40:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxX5k-0002Vj-MF for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jul 2006 18:40:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!uio.no!nntp.uio.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: sos-dhcp139.studby.uio.no Original-X-Trace: readme.uio.no 1151964053 14012 129.240.104.143 (3 Jul 2006 22:00:53 GMT) Original-X-Complaints-To: abuse@uio.no Original-NNTP-Posting-Date: Mon, 3 Jul 2006 22:00:53 +0000 (UTC) User-Agent: Thunderbird 1.5.0.4 (X11/20060701) Original-Xref: shelby.stanford.edu gnu.emacs.help:140179 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35804 Archived-At: Hi. Does anyone know how I get rid of the annoying indentation after e.g. if-statements (in multiple languages), i.e. (C-example): if(condition) { /*Why?!*/ } Thanks. -RM