Bug 54297 - embedded konsole does not behave properly when bash is in vi mode
Summary: embedded konsole does not behave properly when bash is in vi mode
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-08 15:53 UTC by Paul Hoepfner-Homme
Modified: 2003-02-08 16:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***.