Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion undefine some control characters.



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