From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: pretty printing lisp forms Date: Wed, 04 Feb 2004 19:28:31 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075944707 28559 80.91.224.253 (5 Feb 2004 01:31:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 01:31:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 02:31:39 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 1AoYMk-0003iM-00 for ; Thu, 05 Feb 2004 02:31:38 +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 1AoYKz-0002jT-CU for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Feb 2004 20:29:49 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AoYKS-0002ib-9v for help-gnu-emacs@gnu.org; Wed, 04 Feb 2004 20:29:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoYJl-0002Wo-Rl for help-gnu-emacs@gnu.org; Wed, 04 Feb 2004 20:29:06 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoYJl-0002VU-7a for help-gnu-emacs@gnu.org; Wed, 04 Feb 2004 20:28:33 -0500 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id i151SVh25288; Wed, 4 Feb 2004 19:28:31 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1AoYJj-0007Zq-00; Wed, 04 Feb 2004 19:28:31 -0600 Original-To: help-gnu-emacs@gnu.org X-all-your-base-are-belong-to-us: You are on the way to destruction. 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:16652 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16652 I found the function cl-prettyprint, but it doesn't seem to be as actively inserting new lines and tabs as I'd like. Contrast ;; cl-prettyprint (((classes AI (PL assignment-one read-papers) KRR) (projects logic FEM HDM (hacking-emacs todl-mode tex-mode) Inform) (appointments thursday-at-5:45 friday-at-7))) ;; my version (((classes AI (PL assignment-one read-papers) KRR) (projects logic FEM HDM (hacking-emacs todl-mode tex-mode) Inform) (appointments thursday-at-5:45 friday-at-7))) Are there any more flexible routines out there for pretty printing?