zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@dcs.warwick.ac.uk>
To: pws@ifh.de (Peter Stephenson)
Cc: uli@tallowcross.uni-frankfurt.de, zsh-workers@math.gatech.edu
Subject: Re: FAQ, German Umlauts (patch)
Date: Thu, 26 Jun 1997 22:42:08 +0100 (BST)	[thread overview]
Message-ID: <19742.199706262142@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <199706261646.SAA20747@sgi.ifh.de> from "Peter Stephenson" at Jun 26, 97 06:46:02 pm

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


  reply	other threads:[~1997-06-26 21:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <9706261543.AA03628@tallowcross.uni-frankfurt.de>
1997-06-26 16:46 ` Peter Stephenson
1997-06-26 21:42   ` Zefram [this message]
1997-06-26 23:05     ` Uli Zappe
1997-06-27  1:25     ` Uli Zappe
1997-06-27  7:47     ` Peter Stephenson
1997-07-03  1:52     ` German Umlauts still don't work Uli Zappe
1997-07-03  4:01       ` Bart Schaefer
1997-07-03  4:48         ` Zoltan Hidvegi
1997-07-03 13:18         ` Uli Zappe
1997-06-27 19:06 FAQ, German Umlauts (patch) Amol Deshpande
1997-06-30  8:13 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19742.199706262142@stone.dcs.warwick.ac.uk \
    --to=zefram@dcs.warwick.ac.uk \
    --cc=pws@ifh.de \
    --cc=uli@tallowcross.uni-frankfurt.de \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).