Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion undefine some control characters.
- X-seq: zsh-workers 11325
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Completion undefine some control characters.
- Date: Thu, 11 May 2000 14:52:00 +0200 (MET DST)
- In-reply-to: Tanaka Akira's message of 11 May 2000 19:56:49 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Tanaka Akira wrote:
> Z(4):akr@serein% Src/zsh -f
> serein% bindkey -e; autoload -U compinit; compinit -D
> serein% stty
> speed 9600 baud; line = 0;
> erase = ^H;
> -brkint -imaxbel
> serein% ls <TAB><C-u>
> serein% stty
> speed 9600 baud; line = 0;
> quit = <undef>; erase = ^H; susp = <undef>; lnext = <undef>; flush = <undef>;
> -brkint inlcr -imaxbel
> serein%
>
> Completion undefine some control characters.
(The `inlcr' has been causing me all kinds of trouble lately...)
That's caused by the `exec </dev/null' Bart added. No idea what's
happening here yet... (it's too darn hot here for thinking).
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author