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: long lines of lisp code Date: Fri, 27 Feb 2004 06:01:41 -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 1077883516 14264 80.91.224.253 (27 Feb 2004 12:05:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2004 12:05:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 27 13:05:10 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 1Awgju-0003ND-00 for ; Fri, 27 Feb 2004 13:05:10 +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 1Awgig-0005kH-Rk for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2004 07:03:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AwghJ-0005f3-L6 for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 07:02:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Awggb-0005Z7-KW for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 07:02:16 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Awggb-0005Z1-1e for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 07:01:45 -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 i1RC1f115983; Fri, 27 Feb 2004 06:01:41 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1AwggX-00067x-00; Fri, 27 Feb 2004 06:01:41 -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:17261 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17261 OK, here is a doozy of a question. I am working with some lisp code that wasn't written by me, and it has lots of long lines that run off the page. Is there a function that will adjust the text so that the lines are all 85 characters or less long and that will preserve the meaning of the code (including comments) and follow lisp indentation? It sounds like a pretty demanding request, but I thought I might as well put the question out there.