[Bug 54297] New: embedded konsole does not behave properly when bash is in vi mode
zcu2k001 at sneakemail.com
zcu2k001 at sneakemail.com
Sat Feb 8 15:54:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=54297
Summary: embedded konsole does not behave properly when bash is
in vi mode
Product: kdevelop
Version: unspecified
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
ReportedBy: zcu2k001 at sneakemail.com
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 at ball:goove]$ ^A^Kcd '/home/paul/prj/academic/cs354/cs354_49/nachos40uwv6/code/lib'
bash:
cd: command not found
[paul at ball:goove]$ ^A^Kcd '/home/paul/prj/academic/cs354/cs354_49/nachos40uwv6/code/build.linux'
bash:
cd: command not found
[paul at 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.
More information about the KDevelop-devel
mailing list