zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: William Scott <wgscott@chemistry.ucsc.edu>
Cc: zsh-users@sunsite.dk
Subject: Re: runtime problem with zsh on an sgi
Date: Thu, 15 Apr 2004 11:35:10 +0100	[thread overview]
Message-ID: <3884.1082025310@csr.com> (raw)
In-Reply-To: "William Scott"'s message of "Thu, 08 Apr 2004 17:35:10 PDT." <C1E177C6-89BD-11D8-9186-000393ABF2F0@chemistry.ucsc.edu>

William Scott wrote:
> Hi:
> 
> I currently have zsh 4.1.1 running on my SGI (Irix 6.5.xxx ) and it 
> works fine.
> 
> I just compiled and installed version 4.2 and when I hit the spacebar, 
> I get this:
> 
> ^`^`^`^`
> 
> things like backspace work fine.  I am at a loss for where to begin.  
> Sorry if this is really basic.

I don't think it's really basic...

It's possibly something to do with the libraries used for on-screen
formatting.  It may, for example, have been using termcap before and now
be using curses.

If you want to investigate (and I may be barking up the wrong tree),
look inside the file config.status.  You should find a line containing
@LIBS@ which tells what libraries are being linked in (e.g. -lcurses or
-ltermcap).

If that's changed, you could try
(1) changing the line in config.status to use termcap
(2) run ./config.status
(3) comment out the line
    #define HAVE_CURSES_H
    in config.h to stop it building the curses-specific stuff.

and rebuild.

However, it could well be something completely different.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


  reply	other threads:[~2004-04-15 10:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-09  0:35 William Scott
2004-04-15 10:35 ` Peter Stephenson [this message]
     [not found]   ` <5522.1082043459@trentino.logica.co.uk>
2004-04-15 18:57     ` William Scott

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=3884.1082025310@csr.com \
    --to=pws@csr.com \
    --cc=wgscott@chemistry.ucsc.edu \
    --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).