Version: unknown (using KDE 3.1.0) Installed from: Gentoo Compiler: gcc version 2.95.3 20010315 (release) OS: Linux (i686) release 2.4.19-pre7 I noticed that KDevelop attempts to change to different directories in the embedded Konsole as you navigate the file tree (and perhaps while you do other things as well). However, I use bash in vi mode, and I therefore get errors on my konsole: [paul@ball:goove]$ ^A^Kcd '/home/paul/prj/academic/cs354/cs354_49/nachos40uwv6/code/lib' bash: cd: command not found [paul@ball:goove]$ ^A^Kcd '/home/paul/prj/academic/cs354/cs354_49/nachos40uwv6/code/build.linux' bash: cd: command not found [paul@ball:goove]$ ^A^Kcd '/home/paul/prj/academic/cs354/cs354_49/nachos40uwv6/code/userprog' bash: cd: command not found But as soon as I do a "set -o emacs", the commands execute successfully. KDevelop shouldn't assume that the user has emacs key bindings in bash.
*** Bug has been marked as fixed ***.