[Bug 64361] Re: Word erase

2006-10-08 Thread Jeremy Teale
First, thank you for reporting this. In line 326 of ed.defns.c in the tcsh source package is: F_KILLREGION, /* ^W */ Ctrl + W is set to kill-region for the emacs mode, which is the default mode. In VI mode, it is set to F_DELWORDPREV. I think this is the source of the confusion.

[Bug 64361] Re: Word erase

2006-10-08 Thread Pascal S. de Kloe
Ahhh, that did the trick. I should have done my homework more carefully. :$ Normally a shell listens to the EDITOR variable but tcsh needs bindkey -v. I also think that it is a weird decision to make emacs the default instead of the classic vi, especially since the emacs mode totally ignores the