X-VM-v5-Data: ([nil nil nil nil t nil nil nil nil] ["561" "Fri" "3" "October" "1997" "18:51:38" "+0100" "David Carlisle" "david@DCARLISLE.DEMON.CO.UK" "" "11" "Re: LaTeX journal and publisher macros" "^Date:" nil nil "10" nil "LaTeX journal and publisher macros" nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.5) with ESMTP id UAA11877; Fri, 3 Oct 1997 20:18:37 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <9.F99F14EA@listserv.gmd.de>; Fri, 3 Oct 1997 20:18:28 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 207855 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 3 Oct 1997 20:18:21 +0200 Received: from punt-1.mail.demon.net (punt-1b.mail.demon.net [194.217.242.135]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id UAA15749 for ; Fri, 3 Oct 1997 20:18:19 +0200 (MET DST) Received: from dcarlisle.demon.co.uk ([194.222.187.145]) by punt-1.mail.demon.net id aa1125180; 3 Oct 97 19:16 BST Received: by dcarlisle.demon.co.uk id m0xHBt4-000OWBC (Debian Smail-3.2 1996-Jul-4 #2); Fri, 3 Oct 1997 18:51:38 +0100 (BST) Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <97100208475917@multivac.jb.man.ac.uk> (message from Phillip Helbig on Thu, 2 Oct 1997 08:47:59 GMT) Date: Fri, 3 Oct 1997 18:51:38 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: LaTeX journal and publisher macros Status: R X-Status: X-Keywords: X-UID: 2337 > To start off, something completely different. Old FORTRAN programmers All the files in the latex distribution are checked for the 72 character limit as part of the Makefile that makes up the distribution. (A few files have longer lines for one reason or another.) This was more important when unencoded mail was a major distribution method. These days ftp/http, cdrom or just better mail gateways mean that it is probably not so important, although we do still check the files. Apart from distribution problems, long lines of code are harder to read. David