Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to trigger the death of zsh(3.0.5)
- X-seq: zsh-users 1859
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
 
- To: Mircea Damian <dmircea@xxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx
 
- Subject: Re: How to trigger the death of zsh(3.0.5)
 
- Date: Mon, 12 Oct 1998 07:53:20 -0700
 
- In-reply-to: <19981009212901.A25723@xxxxxxxx>
 
- References: <19981008204953.A9624@xxxxxxxx> 	<981008115831.ZM20784@xxxxxxxxxxxxxxxxxxxxxxx> 	<19981008224442.A10128@xxxxxxxx> 	<19981008224940.B10300@xxxxxxxx> 	<981008143455.ZM21286@xxxxxxxxxxxxxxxxxxxxxxx> 	<19981009074334.A14649@xxxxxxxx> 	<981009091725.ZM25014@xxxxxxxxxxxxxxxxxxxxxxx> 	<19981009212901.A25723@xxxxxxxx>
 
On Oct 9,  9:29pm, Mircea Damian wrote:
} Subject: Re: How to trigger the death of zsh(3.0.5)
}
} I think that the right one is "". Though if I type \Cv \My the echo
} is:
} (escape y)
} which makes me to belive that my alt key is working ok (by prefixing the
} key with an escape char).
Alt-y should generate one 8-bit character for the \C\My binding to work
correctly.  On my system Alt-y is \371 (ù), and Ctrl-Alt-y is \231 (?).
Anytime a key generates a two- character or longer sequence, you have to
spell it out explicitly in the bindkey command.  I'm -guessing- that you
use xterm mappings to get ESC y from Alt-y, but that you haven't made a
mapping for Ctrl-Alt-y, and that therefore xterm sends plain y on that
combination.
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author