Bug 54297

Summary: embedded konsole does not behave properly when bash is in vi mode
Product: [Applications] kdevelop Reporter: Paul Hoepfner-Homme <ahd9ryi02>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Paul Hoepfner-Homme 2003-02-08 15:53:30 UTC
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.
Comment 1 Stephan Binner 2003-02-08 16:27:50 UTC
*** Bug has been marked as fixed ***.