davide.chiar...@gmail.com wrote: > hi all, > > I'm having a strange problem with my bash setup. I'm using bash 3.2.0 > on ubuntu. > Basically, I can't type a slash ('/') any way I try. > If I hit the slash key - nothing. Numeric keypad - nothing. I remapped > the keyboard to assign that character to another key - it turns to a > dead key. > If, from within bash, I run any other shell, the slash key works > properly. > This is an old install of ubuntu. I remember at first having problems > getting autocomplete to work and fiddling into some files. I don't > recall exactly what I had to do, but It's the only thing I did that > could have caused this problem. > However, I think I've undone pretty much everything I did. > any hints on what configuration file could be involved in this > problem? I think I've run ot of ideas...
I'm almost positive that you've remapped / to another character (or a command that has no discernible effect) in readline. Look at your readline startup files. You can see your current key bindings with `bind -p' from the bash prompt. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/