Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!cs.psu.edu!schwartz From: schwartz@cs.psu.edu (Scott Schwartz) Newsgroups: gnu.bash.bug Subject: expansion handling Message-ID: <8908210116.AA28943@psuvax1.cs.psu.edu> Date: 21 Aug 89 01:16:52 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 A command line like the following makes bash-1.02 very confused: $ for i in * > do > ^I <--- I typed a tab here hoping to indent. In any case, Bash just sat there, seemingly ignoring input, until I typed ctrl-C. Maybe M-Tab should be the command completion character instead of just Tab, to avoid confusion? -- Scott