Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!BU-CS.BU.EDU!composer From: composer@BU-CS.BU.EDU (Jeff Kellem) Newsgroups: gnu.bash.bug Subject: Bash 1.01 IFS doesn't seem to... Message-ID: <8907172223.AA24247@bu-cs.BU.EDU> Date: 17 Jul 89 22:23:11 GMT References: <8907171938.AA08298@orion> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 | Date: Mon, 17 Jul 89 15:38:20 EDT | From: bet@orion.mc.duke.edu (Bennett Todd) | | Also, while typing this in I stumbled across a *really* minor annoyance; | routinely, when entering interactive loops, I attempt to indent the loop | bodies (which provides me the same readability advantages it offers in | more conventional programming contexts). Bash hangs on the command line | when ^I is the first character entered, until I hit ^C. Would it be too | much work to disable the completion function of ^I when ^I is the first | character entered on a line? Well, all you really need to do is use whatever key sequence is bound to the function 'tab-insert'. By default, this is Meta-I (or ESC-I). You can always change it to some other key sequence by editing your ~/.inputrc file. Enjoy... -jeff Jeff Kellem INTERNET: composer@bu-cs.bu.edu (or composer%bu-cs.bu.edu@bu-it.bu.edu) UUCP: ...!harvard!bu-cs!composer