Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!tut.cis.ohio-state.edu!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!inria!ircam!mf From: mf@ircam.fr (Michel Fingerhut) Newsgroups: comp.unix.ultrix Subject: Filename completion bug in csh? Message-ID: <1990Nov23.110307.21701@ircam.fr> Date: 23 Nov 90 11:03:07 GMT Sender: mf@ircam.fr (Michel Fingerhut) Organization: IRCAM, Paris (France) Lines: 12 Whenever I type the character to instuct csh to perform file name completion, it echoes some garbage on the screen ( actually "^[ " ) but performs the completion correctly. E.g., if the complete name is "filename" and was typed after the "file" prefix, it will echo as "file^[ name". As far as I can tell, it is the "pass8" feature of the tty which is not disabled (although stty shows it is), because when I capture the echoed output I see the backspace (^H) is sent as an 8-bit char rather than 7 (i.e., 0210 instead of 010). Any help, please?