[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-08-30 Thread [mr]
http://qa.mandrakesoft.com/show_bug.cgi?id=2408





--- Additional Comments From [EMAIL PROTECTED]  2003-30-08 01:57 ---
Created an attachment (id=706)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=706&action=view)
zshrc (mini version)

this is the zshrc how it should look like, i.e. how it is described in this bug
report

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).



[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-08-30 Thread [mr]
http://qa.mandrakesoft.com/show_bug.cgi?id=2408





--- Additional Comments From [EMAIL PROTECTED]  2003-30-08 02:01 ---
still valid

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).



[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-08-30 Thread [mr]
http://qa.mandrakesoft.com/show_bug.cgi?id=2408





--- Additional Comments From [EMAIL PROTECTED]  2003-30-08 02:00 ---
Created an attachment (id=707)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=707&action=view)
zshrc (my version)

this is how my zshrc looks like; this one works for me in RXvt, XTerm, ATerm
and gnome-terminal

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).



[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-07-01 Thread [qa]
http://qa.mandrakesoft.com/show_bug.cgi?id=2408


[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|4.1.0-0.dev5.4mdk   |4.1.0-0.dev7.2mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-01-07 17:13 ---
This bug has been automatically updated to last version of product available. 

Please check if it is still valid.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).



[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-03-04 Thread chmouel
http://qa.mandrakesoft.com/show_bug.cgi?id=2408





--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 13:19 ---
Would you be kind to send me a proper patch, i am kind of messing around of the
changes.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).



[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-02-27 Thread mr
http://qa.mandrakesoft.com/show_bug.cgi?id=2408

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |



--- Additional Comments From [EMAIL PROTECTED]  2003-02-27 23:16 ---
the fix contains a small error:

diff shows:
-   bindkey "^[[6~" down-line-or-history
-   bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line

"down-line-or-history" shoud not have been removed - but "end-of-line", which
was NOT removed.




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).



[Cooker] [Bug 2408] [zsh] incorrect key bindings for "Pos1" / "Ende" ("Pos1" / "End") in /etc/zshrc

2003-02-26 Thread chmouel
http://qa.mandrakesoft.com/show_bug.cgi?id=2408

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|5943|5
 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-02-26 14:10 ---

i guess i am not going to put anything and will just put them as
comments for users. It's done in latest zsh.




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
  bindkey "^[[7~" beginning-of-line
  bindkey "^[[8~" end-of-line
But those two only work in RXvt.

For gnome-terminal the following keybindings are working:
  bindkey "^[OF" end-of-line
  bindkey "^[OH" beginning-of-line

For real xterm, the following keybindings are required:
  bindkey "^[[1~" beginning-of-line
  bindkey "^[[4~" end-of-line

(at least for my (german) keyboard).