From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: How do you make code look pretty?? Date: Wed, 27 Jul 2005 20:49:57 +0200 Organization: disorganized Message-ID: <87oe8o84oa.fsf@robotron.ath.cx> References: <87ek9ktaey.fsf@thalassa.informatimago.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1122490433 27363 80.91.229.2 (27 Jul 2005 18:53:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2005 18:53:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 27 20:53:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dxr1O-0008Rp-7o for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jul 2005 20:52:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dxr3n-0003Ld-9c for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jul 2005 14:55:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-X-Trace: news.uni-berlin.de CvdULFreelmZi8u17j6sAApR/WF0WKFB7FhHeU3/wJFA== X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:HyYZXebWrYjR7CJxJFeaUxDsNQM= Original-Xref: shelby.stanford.edu gnu.emacs.help:132707 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:28230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28230 On Wed, 27 Jul 2005 19:40:21 +0200 Pascal Bourguignon wrote: > So, you need to write (at least a partial) parser for C in emacs lisp, > matching C statements and expressions, and reformating them. Probably reading the indent man page is enough... David