zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: kazda@VNET.IBM.COM (Mike Kazda)
Cc: zsh-workers@math.gatech.edu (zsh-workers)
Subject: Re: zsh-2.6-beta14 on AIX with login shell problem
Date: Tue, 23 Apr 1996 01:09:46 +0200 (MET DST)	[thread overview]
Message-ID: <199604222309.BAA24058@bolyai.cs.elte.hu> (raw)
In-Reply-To: <9604221714.AA18650@rumor.fishkill.ibm.com> from Mike Kazda at "Apr 22, 96 01:14:02 pm"

> I wonder if there are any other AIX 3.2 users out there who've tried
> the beta.  If so, please chime in.  I'd really like to solve this.

Well, I can use the beta on AIX but not without AIX specific hacks:

egervary ~/zsh.egervary/Src % uname -a
AIX egervary 2 3 000012967600
egervary ~/zsh.egervary/Src % echo $ZSH_VERSION 
2.6-beta13-hzoli13

And my .zshrc contains this:

case "$OSTYPE" in
    aix*)
        if [[ "$TERM" = xterm* && "$#TERMCAP" -lt 100 ]] then
                unset TERMCAP
                TERM=xterm
                unsetopt singlelinezle
        fi
        ;;
[...]

So the problem is that the TERMCAP variable contains some unusable
information.  This problem is not specific to zsh.  We had problems with
other applications as well (but I know no morw details).  I'm not at all
sure that this problem will be fixed in the next stable release.

The most perfect solution is avoiding AIX :-).  We have 7 different Unix
flavours here so anyone can choose.  There are a lot of troubles with AIX
and this TERMCAP anomaly is only the smallest one.

Bye,

Zoltan



  reply	other threads:[~1996-04-22 23:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-22  1:20 Mike Kazda
1996-04-22  4:08 ` Peter Whaite
1996-04-22 13:24   ` Mike Kazda
1996-04-22 16:01     ` Peter Whaite
1996-04-22 17:14       ` Mike Kazda
1996-04-22 23:09         ` Zoltan Hidvegi [this message]
1996-04-23  7:17         ` Jos Backus
1996-04-23 15:35           ` Mike Kazda
     [not found]             ` <9828.199604231559@stone.dcs.warwick.ac.uk>
1996-04-23 17:58               ` Mike Kazda
1996-04-24 13:38                 ` Jos Backus
1996-04-24 19:55                   ` zsh-2.6-beta14 on IRIX fails to compile Andreas Koenig
1996-04-24 20:40                     ` Richard Coleman
1996-04-23 18:19             ` zsh-2.6-beta14 on AIX with login shell problem Richard Coleman

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=199604222309.BAA24058@bolyai.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=kazda@VNET.IBM.COM \
    --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).