From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id KAA16696 for ; Thu, 9 May 1996 10:13:39 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA20531; Wed, 8 May 1996 20:07:59 -0400 (EDT) Resent-Date: Wed, 8 May 1996 20:07:59 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199605082255.AAA00392@hzoli.ppp.cs.elte.hu> Subject: Re: Code cleanup in ZLE bindings To: A.Main@dcs.warwick.ac.uk (Zefram) Date: Thu, 9 May 1996 00:55:16 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <3639.199605081530@cray.dcs.warwick.ac.uk> from Zefram at "May 8, 96 04:30:52 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"-vsKL2.0.i05.UTJan"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1020 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > This patch is a cleanup of part of the ZLE key binding system. > Currently there is a large set of #defines in zle.h, that should be > changed to an enum; this patch does that. I also take the opportunity I think enum is not supported by all compilers. There is no enum in the original K&R C. Please send this patch again leaving the #define's (or convince me that enum is supported by all C compilers on all Unix systems). Zoltan