From owner-freebsd-hackers Sun Mar 2 0:15:33 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786A537B401 for ; Sun, 2 Mar 2003 00:15:32 -0800 (PST) Received: from priv-edtnes62.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BC043FA3 for ; Sun, 2 Mar 2003 00:15:31 -0800 (PST) (envelope-from sh@planetquake.com) Received: from REASON ([216.232.215.209]) by priv-edtnes62.telusplanet.net (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030302081531.FKSZ15875.priv-edtnes62.telusplanet.net@REASON> for ; Sun, 2 Mar 2003 01:15:31 -0700 Message-ID: <000d01c2e093$e4880910$d1d7e8d8@slugabed.org> From: "Sean Hamilton" To: References: <20030221122103.GA2073@asterix.local> <3E5F85B3.268BD21C@mindspring.com> <20030301231216.GD47955@gothmog.gr> <200303012256.02533.wes@softweyr.com> Subject: Re: C coding editor Date: Sun, 2 Mar 2003 00:15:31 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wes Peters wrote: | On Saturday 01 March 2003 03:12 pm, Giorgos Keramidas wrote: || The font of the program text isn't really important, as long as || nesting isn't horribly broken by someone who typed the wrong number || of spaces instead of just hitting tab. | | But the font of the program text *is* important if you are considering | readability. We use variable-width fonts for books and printed matter | because they are easier to read than monospaced fonts. Er, no. Things like serifs, variable width lettering, and kerning do make English more readable, but much like they do little good for Japanese, they are inconvenient for code, which is mostly symbols. I suppose Pascal would be alright in variable width, but certainly not C. I tried using variable with for C a while back, and the main problem I had was not with spacing, but my severely defective ocular receptors were unable to distingush between a lot of the symbols. IIRC, I went back to monospace after trying to find the syntax error on a line which wound up ending with a colon. sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message