zsh-users
 help / color / mirror / code / Atom feed
From: Will Yardley <william@hq.newdream.net>
To: zsh-users@sunsite.dk
Subject: Re: can't find termcap info
Date: Tue, 18 Sep 2001 05:38:13 -0700	[thread overview]
Message-ID: <20010918053813.C13299@hq.newdream.net> (raw)
In-Reply-To: <20010918142514.A16873@greux.loria.fr>

Vincent Lefevre wrote:
> When I use TERM=nettle, I get the following error:
> 
> zsh: can't find termcap info for nettle
> 
> though there is a "nettle" entry in my .termcap file and .terminfo
> directory. Where's the problem?

i don't understand this fully (perhaps bart or someone can give a more
depth explanation), but i believe that unless you specifically compile
zsh with ncurses (or have a version that was compiled to work with
ncurses) it uses some sort of system of its own.

you might try putting:
export TERMINFO=/etc/terminfo (or whatever your terminfo stuff is)
or
export TERMCAP=/etc/termcap (terminfo is better if it works)

you might also have to re-export $TERM - like:

if [ "$TERM" = "nettle" ]; then
	export TERM=nettle
fi

i'd mess around with $TERMCAP, $TERMINFO and $TERM and see what works
best.  i had a question about something similar a few weeks ago, so you
might check the recent archives for responses on the issue from those
wiser than i.

w

-- 
Sintax error in config file! (line 378)
aborted!

GPG Public Key:
http://infinitejazz.net/will/pgp/


  reply	other threads:[~2001-09-18 12:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-18 12:25 Vincent Lefevre
2001-09-18 12:38 ` Will Yardley [this message]
2001-09-18 12:59   ` Vincent Lefevre
2001-09-18 13:25     ` Will Yardley
2001-09-18 14:51       ` Vincent Lefevre
2001-09-18 15:53         ` a normal guy
2001-09-18 16:13           ` Vincent Lefevre
2001-09-18 16:28             ` a normal guy
2001-09-18 17:04               ` Vincent Lefevre
2001-09-18 19:19             ` Bart Schaefer
2001-09-18 20:39               ` Vincent Lefevre
2001-09-18 22:10                 ` Bart Schaefer
2001-09-18 22:50                   ` Vincent Lefevre
2001-09-18 23:17                     ` Bart Schaefer
2001-09-19 10:10                       ` Vincent Lefevre

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=20010918053813.C13299@hq.newdream.net \
    --to=william@hq.newdream.net \
    --cc=zsh-users@sunsite.dk \
    /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).