his bug go to:
https://bugs.launchpad.net/vte/+bug/355883/+subscriptions
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
883
Title:
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
To manage notifications about this bug go to:
https://bugs.launchpad.net/vte/+bug/355883/+subscriptions
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: vte
Importance: Unknown => Medium
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@li
Bernhard said that putting this in one's .zshrc would be a workaround:
bindkey ";5C" forward-word
bindkey ";5D" backward-word
This did not work for me, but the following does work (since for some
reason ";" is not being output):
bindkey "5C" forward-word
bindkey "5D" backward-word
--
Jaunty: C
** Branch linked: lp:ubuntu/mksh
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
http
This bug was fixed in the package mksh - 39.3-1ubuntu1
---
mksh (39.3-1ubuntu1) lucid; urgency=low
* Merge from Debian unstable. (Closes LP: #529559)
New upstream version. (Closes LP: #355883)
This integrates a workaround for a gcc bug. (cf. LP: #375604)
Remaining Ubuntu
** Branch linked: lp:debian/sid/mksh
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
As per comments, this is a configuration option and not one to be set as
default in ubuntu.
** Changed in: xterm (Ubuntu)
Status: New => Won't Fix
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you a
https://bugs.launchpad.net/ubuntu/+source/mksh/+bug/446132
Sorry, there won’t be an mksh R40 release in time for karmic…
the above mentioned one does not include the code change,
which is a little too intrusive for a _really_ quick backport and
has not yet received much testing.
--
Jaunty: CTRL-
Hm, this status is more right. ☺
Anyway, I will (probably) only support the (as confirmed by Tom Dickey)
“correct” sequence
for Ctrl-Cur{Left,Right}, the ones with a ‘5’ in them, not the ones with a ‘3’
in them (Alt-{←,→}).
** Changed in: mksh (Ubuntu)
Status: In Progress => Fix Committe
Fixed upstream in commitid 1004AB6650915B0514A – see
http://cvs.mirbsd.de/mksh/
Will be in mksh R40 – see http://mirbsd.de/mksh#clog (or
http://mirbsd.de/mksh#r40 once it’s out)
** Changed in: mksh (Ubuntu)
Status: Invalid => In Progress
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in
i have added to my .zshrc
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
to know what your key codes are,
cat > /dev/null
and press the shortcuts you want
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notifica
** Tags added: jaunty
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
Near the end of this section, there's a table showing the codes sent by
xterm for different modifiers:
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#PC-Style Function Keys
Back to the original report -
A "3" is sent for an "alt" key, a "5" for a control key.
That's not changed in upstre
The reason I filed the bug is that this key combination did work by
default in intrepid (after installing zsh) but did not work by default
anymore in jaunty. Unfortunately, there are so many different vte
settings in the different shells that I never saw through the reason why
it stopped working in
On Thu, 30 Jul 2009, Bernhard wrote:
> @Thomas: I have since configured my terminal via shell settings. The
> desired behaviour should be default though, especially for "out-of-the-
> box" Ubuntu.
Doing that would break existing applications (those that use
the terminal description from ncurses a
@Thomas: I have since configured my terminal via shell settings. The
desired behaviour should be default though, especially for "out-of-the-
box" Ubuntu.
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you ar
Regarding comment #11 and following - xterm is configurable.
I suggest that he read the documentation and customize it.
(This is not even a wishlist item, since it's a problem with
the user's understanding of the program).
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launch
** Changed in: vte
Status: Unknown => New
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists
On Sat, 11 Apr 2009, Matthias-Christian Ott wrote:
> There's no WONTFIX, so I've set it to invalid, because in mksh it is a
Hm, actually, there is, but we cannot see it, according to the LP docs.
> desired behaviour.
Not actually desired, but not fixable with the current codebase.
> If I reme
** Package changed: gnome-terminal (Ubuntu) => vte (Ubuntu)
** Also affects: vte via
http://bugzilla.gnome.org/show_bug.cgi?id=578045
Importance: Unknown
Status: Unknown
** Changed in: vte (Ubuntu)
Importance: Undecided => Low
** Changed in: vte (Ubuntu)
Status: New => Tri
Btw, for those that are interested: I'm using zsh and the following
lines in .zshrc fixed it for me
bindkey ";5C" forward-word
bindkey ";5D" backward-word
it does make a beep on jumps though, but you can switch off system beep
in zsh with "no_beep".
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not wo
There's no WONTFIX, so I've set it to invalid, because in mksh it is a
desired behaviour.
** Changed in: mksh (Ubuntu)
Status: Confirmed => Invalid
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you
>@Thorsten: so you are saying that this is not fixable in the shells
themselves.
in mksh only – I’m mksh upstream, I have no relation to the other shells listed.
Please set the bug for mksh only to WONTFIX, because while it’s on the TODO
it’d require a rewrite of the keybinding and input processin
OK, then I'll try to rephrase the bug. I'll make a wish for the packages
xterm and gnome-terminal to map CTRL-LEFT and CTRL-RIGHT to ESC-b and
ESC-f (in gnome-terminal, ALT-b and ALT-f works as well).
** Package changed: dash (Ubuntu) => gnome-terminal (Ubuntu)
** Changed in: bash (Ubuntu)
@Thorsten: so you are saying that this is not fixable in the shells
themselves. But I am pretty sure that this thing worked in intrepid
where I was always using the gnome-terminal as emulator. So then it's a
bug in gnome-terminal? Problem is I cannot find these exact keybindings
in "Edit" "Keyboard
Yes I have this in my /cat/inputrc (in jaunty)
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
"\e[1;5C": forward-word
"\e[1;5D": backward-word
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
$if term=rxvt
"\e[8~": end-of-line
"\eOc"
** Changed in: mksh (Ubuntu)
Status: New => Confirmed
** Changed in: mksh (Ubuntu)
Assignee: (unassigned) => Thorsten Glaser (mirabilos)
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a
Bernhard:
$ cat /etc/inputrc
[...]
$if mode=emacs
[...]
$endif
It's simple strange that it worked for under Debian sid until installed
Ubuntu yesterday.
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you a
I am mksh upstream.
This is not fixable with the current code, where keybindings are a præfix
(Esc, Esc [, ^X) plus one character plus an optional tilde.
While the input line editing code as a whole deserves overhaul, it has
fairly low priority, so this is WONTFIX for mksh.
Please use Esc+b and
@matthias: in some cases you can fix it by adding keybindings to your rc
file. E.g. if you add
setopt emacs
to your .zshrc, that should give you emacs keybindings. That worked for
me in intrepid but it doesn't work anymore in jaunty. That's why I think
it's a new problem.
--
Jaunty: CTRL-LEFT a
Not a dup of bug 104708, at least not for me. As I said in the
description, this problem shows up in zsh but not in bash (at least for
me). Also it is a new issue in Jaunty (worked in intrepid), so it's not
a duplicate of bug 104708.
** This bug is no longer a duplicate of bug 104708
cleft and
*** This bug is a duplicate of bug 104708 ***
https://bugs.launchpad.net/bugs/104708
** This bug has been marked a duplicate of bug 104708
cleft and cright don't backward_word nor forward_word
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
Yo
** Also affects: xterm (Ubuntu)
Importance: Undecided
Status: New
** Also affects: bash (Ubuntu)
Importance: Undecided
Status: New
** Also affects: dash (Ubuntu)
Importance: Undecided
Status: New
** Also affects: mksh (Ubuntu)
Importance: Undecided
Status:
I can confirm this with various shells (dash, bash and mksh):
$ dash
$ ^[[1;3D^[[1;3C
$ mksh
$ ;3D;3C
$ bash
$ DC
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/24921280/Dependencies.txt
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://bugs.launchpad.net/bugs/355883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: zsh 4.3.9-4ubuntu1
PackageArchitecture: i386
ProcEnviron:
LANG=en_CA.UTF-8
PATH=(custom, user)
SHELL=/bin/zsh
Uname: Linux 2.6.28-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
--
Jaunty: CTRL-LEFT and CTRL-
I have also filed a bug here: http://bugzilla.gnome.org/show_bug.cgi?id=578045
But not sure if it's GNOME related, so I preferred to post another bug here,
especially because it seems to be a new problem in jaunty (at least for me).
--
Jaunty: CTRL-LEFT and CTRL-RIGHT do not work in zsh
https://
Public bug reported:
The key combinations CTRL-LEFT and CTRL-RIGHT do not work in zsh anymore
ever since I upgraded to Jaunty yesterday. All I get is an output ;5D or
;5C respectively. They do work for me in bash though and did work in
intrepid fine.
I'm not sure which package is affected by this
39 matches
Mail list logo