From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: long lines of lisp code Date: Fri, 27 Feb 2004 14:25:37 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3405-Fri27Feb2004142537+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077885065 17847 80.91.224.253 (27 Feb 2004 12:31:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2004 12:31:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 27 13:30:40 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 1Awh8a-0004sE-00 for ; Fri, 27 Feb 2004 13:30:40 +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 1Awh8Q-0003Mh-6t for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2004 07:30:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Awh71-00036N-9W for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 07:29:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Awh5x-0002J4-BK for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 07:28:29 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Awh4y-0001ur-BB for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 07:26:56 -0500 Original-Received: from zaretski ([80.230.146.123]) by aragorn.inter.net.il (MOS 3.4.4-GR) with ESMTP id CNL81070; Fri, 27 Feb 2004 14:26:43 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Joe Corneli on Fri, 27 Feb 2004 06:01:41 -0600) 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:17263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17263 > From: Joe Corneli > Date: Fri, 27 Feb 2004 06:01:41 -0600 > > 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? Move the cursor somewhere inside that code block and type "M-q". Did that do what you wanted?