From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Ruschival Newsgroups: gmane.emacs.help Subject: Re: code beautification Date: Thu, 2 Dec 2004 23:22:57 +0100 Organization: disorganized Message-ID: <20041202232257.16b258fd@Woody> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102026335 9446 80.91.229.6 (2 Dec 2004 22:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2004 22:25:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 02 23:25:29 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CZzOD-0002yq-00 for ; Thu, 02 Dec 2004 23:25:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZzXl-0003b9-Os for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Dec 2004 17:35:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-X-Trace: individual.net TmqJQweF+HGE56vLvobsFgFz6prnSf4BsMpF7187KIZ/knH1I= X-Newsreader: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-pc-linux-gnu) Original-Xref: shelby.stanford.edu gnu.emacs.help:127111 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: main.gmane.org gmane.emacs.help:22527 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22527 EC> M-x c-set-style EC> and choose K&R Well this is of course the default c-style on my system but already written code will not be reformatted if I use indent-region. it will be reindented but linebreake before the curlybrace are not undone. Thomas