From xemacs-m  Sat Feb 15 17:24:46 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA10196
	for <xemacs-beta@xemacs.org>; Sat, 15 Feb 1997 17:24:43 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcdbh17536; Sat, 15 Feb 1997 18:24:43 -0500 (EST)
Date: Sat, 15 Feb 1997 18:24:43 -0500 (EST)
Message-Id: <QQcdbh17536.199702152324@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: column.el
In-Reply-To: <199702152237.PAA05022@branagh.ta52.lanl.gov>
References: <199702152237.PAA05022@branagh.ta52.lanl.gov>

There are two or three column number mode packages out there
apparently.  I don't like the one in XEmacs because it conses a
new tiny string at every update.  The version I wrote doesn't do
this.  (plug, plug, plug)  It would nice to fix this in the one
that we ship, given that a string per keystroke is no laughing
matter.

