zsh-workers
 help / color / mirror / code / Atom feed
From: mason@primenet.com.au (G C Wing)
To: zsh-workers@math.gatech.edu
Subject: Re: Zle patch - termok change
Date: 8 Mar 1997 23:19:00 +1100	[thread overview]
Message-ID: <5frlfk$oc2$1@coral.primenet.com.au> (raw)
In-Reply-To: <5fpbgb$lsm$1@coral.primenet.com.au>

Zefram <zefram@dcs.warwick.ac.uk> writes:
:gwing@primenet.com.au wrote:
:Yuck.  issetflag() evaluates Y twice, and there aren't enough parentheses.

Really, give me an non-extremely convoluted example where my macros would fail.

:But why bother with these macros anyway?  We've always been happy with
:the (much clearer) plain bit operations anyway.

Fine.  Zoltan's removed them anyway with his replacement patch.

Zoltan wrote:
:begin 600 termok-patch.gz

BTW, termok-patch.gz gunzips to a file ``f'', unless you turn original
names off.
Also, the line 

oxtabs = (SGTTYFLAG & SGTABTYPE);

needs to be changed to

oxtabs = ((SGTTYFLAG & SGTABTYPE) == SGTABTYPE);

There is absolutely no guarantee that SGTABTYPE contains unique bits.  On
my machine it's  0xc00 
-- 
Geoff Wing [mason@primenet.com.au]   Technical Manager
  Phone    : +61-3-9818 2977         PrimeNet - Internet Consultancy
  Facsimile: +61-3-9819 3788         Web : <URL:http://www.primenet.com.au/>
  Mobile   : 0412 162 441


       reply	other threads:[~1997-03-08 12:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5fpbgb$lsm$1@coral.primenet.com.au>
1997-03-08 12:19 ` G C Wing [this message]
1997-03-07  7:23 gwing
1997-03-07  9:43 ` Bart Schaefer
1997-03-07 14:03   ` gwing
1997-03-08  0:14     ` Zoltan T. Hidvegi
1997-03-07 15:03 ` Zefram

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='5frlfk$oc2$1@coral.primenet.com.au' \
    --to=mason@primenet.com.au \
    --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).