From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: Searching for lines longer than x characters possible? Date: 11 Nov 2002 11:47:04 +0000 Organization: BIOSCI/MRC Human Genome Mapping Project Resource Centre Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037016613 11934 80.91.224.249 (11 Nov 2002 12:10:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 11 Nov 2002 12:10:13 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BDOI-000363-00 for ; Mon, 11 Nov 2002 13:10:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BDMK-0006Z6-00; Mon, 11 Nov 2002 07:08:04 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!server1.netnews.ja.net!hgmp.mrc.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: bromine.hgmp.mrc.ac.uk Original-X-Trace: niobium.hgmp.mrc.ac.uk 1037015224 26618 193.62.192.35 (11 Nov 2002 11:47:04 GMT) Original-X-Complaints-To: news@net.bio.net Original-NNTP-Posting-Date: Mon, 11 Nov 2002 11:47:04 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 Original-Xref: shelby.stanford.edu gnu.emacs.help:106920 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3474 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3474 >>>>> "David" == David List writes: David> I would like to go through some program source files before David> converting them to ps, to check for lines longer than, for David> instance, 80 characters, so that I don't get strange looking David> ps files. David> Is this possible with emacs? If I can be allowed a little plug, I would suggest looking at my own "wide-column.el" package. It doesn't do what you want, but it might mean that you don't need to do what you want in the first place.... http://www.cs.man.ac.uk/~phillord/emacs.html Cheers Phil