From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25052 invoked from network); 26 Jun 1997 21:49:09 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 26 Jun 1997 21:49:09 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA13519; Thu, 26 Jun 1997 17:38:21 -0400 (EDT) Resent-Date: Thu, 26 Jun 1997 17:38:21 -0400 (EDT) From: Zefram Message-Id: <19742.199706262142@stone.dcs.warwick.ac.uk> Subject: Re: FAQ, German Umlauts (patch) To: pws@ifh.de (Peter Stephenson) Date: Thu, 26 Jun 1997 22:42:08 +0100 (BST) Cc: uli@tallowcross.uni-frankfurt.de, zsh-workers@math.gatech.edu In-Reply-To: <199706261646.SAA20747@sgi.ifh.de> from "Peter Stephenson" at Jun 26, 97 06:46:02 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]9544.52 X-Phase: The Moon is Waning Gibbous (58% of Full) X-US-Congress: Moronic fuckers X-Personality: INTJ X-This-is-not-HTML: Content-Type: text Resent-Message-ID: <"oWU6Q2.0.AJ3.D5kip"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3313 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson wrote: >+ item(tt(PRINT_EIGHT_BIT) (tt(-1)))( >+ Print eight bit characters literally in completion lists, etc. >+ This option is not necessary if your system correctly returns the >+ printability of eight bit characters (see manref(ctype)(3)). If it's only needed if the system has a bug, then a run-time option is the wrong way to do it. Make it a configure-time option (--enable-pass8), and conditionally compile in such a special version of isprint(), using it instead of the system's version. > VERBOSE, > XTRACE, > USEZLE, >! OPT_SIZE, >! PRINTEIGHTBIT > }; Also this is wrong. OPT_SIZE must be the last entry in the list, and the options in the list are in alphabetical order. -zefram