From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17592 invoked from network); 9 Jul 1999 08:46:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jul 1999 08:46:56 -0000 Received: (qmail 4765 invoked by alias); 9 Jul 1999 08:46:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7061 Received: (qmail 4758 invoked from network); 9 Jul 1999 08:46:43 -0000 Message-ID: <3785B5D8.A172E862@thoth.u-net.com> Date: Fri, 09 Jul 1999 09:42:00 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Andrej Borsenkow CC: zsh-workers@sunsite.auc.dk Subject: Re: 4855 does not work in all cases References: <001d01bec956$3a7eee00$21c9ca95@mow.siemens.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Andrej Borsenkow wrote: > > Exactly for my xterm it is set (defined) and that is correct. I cannot tell > anything about aixterm as I've never seen it . I've finally worked out an easy way of working this out having not managed to work it out from the termcap entries: the tcsh echotc command is a lot better than zsh's with 'echotc xn' giving me a yes/no answer. xn is unset in aixterm and set in xterm, so if we handle it, the word wrapping will atleast then work for aixterm. It certainly all seems to work well in tcsh. If I have time, I might have a go at rewriting some of the tcsh echotc/telltc/settc builtins for zsh, probably in a module. Oliver Kiddle