Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: code completition / cannot delete characters
- X-seq: zsh-users 11266
- From: Micah Cowan <micah@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: code completition / cannot delete characters
- Date: Fri, 09 Mar 2007 16:12:39 -0800
- In-reply-to: <DFEC4BD6-E1D4-4D97-9B6E-EADFC65C5A60@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <52211927-A3E8-4E51-8735-961A3BE83BB1@xxxxxxxxxxxxxxxxxx> <070309024427.ZM6023@xxxxxxxxxxxxxxxxxxxxxx> <4916CF2F-0DA8-478B-96DC-B6154C90D98C@xxxxxxxxxxxxxxxxxx> <45F1BFB1.3090801@xxxxxxxxxx> <DFEC4BD6-E1D4-4D97-9B6E-EADFC65C5A60@xxxxxxxxxxxxxxxxxx>
Michael Worobcuk wrote:
Are you using viins key-bindings? The instructions you were given were
for emacs-style, I think..
Could you explain, how I can find out ?
In which case, ^L should do clear-screen for you, and ^R will probably
do redisplay.
[hanno: /home/hanno]>^L
zsh: substitution failed
Why don't you try: bindkey | egrep redisplay\|clear-screen
and see what it spits out.
I can think of a few possible explanations for what you're seeing... one
would be that the termcap/terminfo entries for your terminal is wrong.
I would like to see:
- the output of:
env | egrep '^(TERM|VISUAL|EDITOR|PS1)$' | sed 's/[[:cntrl]]/?/g'
- the output of infocmp, if you have it.
- ESPECIALLY: do you have a program called "script"? If so, run it,
reproduce the completion problem in the shell it spawns, and then exit
that shell. It will produce a file named "typescript"; either make that
available somewhere and link to it in your reply, or else send it to me
directly (I'm not sure the list will appreciate such a file being sent
out), and I'll post a link to it for anyone else who's interested.
--
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author