Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!saqqara.cis.ohio-state.edu!paul From: paul@saqqara.cis.ohio-state.edu (Paul Placeway) Newsgroups: gnu.bash.bug Subject: Re: && causing bash to dump core, varia Message-ID: Date: 3 Jul 89 14:30:26 GMT References: <89Jun29.100903edt.10374@neat.ai.toronto.edu> Sender: news@tut.cis.ohio-state.edu Reply-To: paul@cis.ohio-state.edu Organization: Ohio State Computer Science Lines: 23 In-reply-to: lamy@ai.utoronto.ca's message of 29 Jun 89 14:08:59 GMT Jean-Francois Lamy writes: d) there should be a wholesale way to get emacs behaviour for cut and paste (NUL sets mark, ^W cuts, ^Y pastes). Few users I know that use emacs regularly rely on the pre-tcsh behaviour. What an interesting comment. First off, I didn't change squat about bindings when I added the line wraping stuff. Second, tcsh _does_ do NUL sets mark, ^W cuts, ^Y pastes; vis: morganucodon ~ 6 -> bind ^Y ^Y yank morganucodon ~ 7 -> bind ^W ^W kill-region morganucodon ~ 8 -> bind ^@ ^@ set-mark-command morganucodon ~ 9 -> echo $version tcsh 5.12 (Ohio State) 2/11/89 Patch level 1 On the other hand, I agree that the *s everywhere in the prompt is a mis-feature. Perhaps a shell variable to turn it off? -- Paul Placeway