[Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-08-24 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468283

[Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-06-25 Thread Michael Titke
(define (convert-csi-input port) (let ((char (read-char port))) (case char ((#\A) 'up) ((#\B) 'down) ((#\C) 'right) ((#\D) 'left) ((#\H) 'home) ((#\F) 'end) ((#\1) (if (eat!-char? #\~ port) 'home #f)) ; vt220 find / linux home ((#\2) (if

[Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-06-25 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade? Was there a prior kernel version where you were not having this particular problem? Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.1

[Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-06-24 Thread era
Could you please clarify why you are filing this bug against the emacs24 package? Perhaps you mean to address a flaw in some part of the Linux kernel or possibly the Unity keyboard handling? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-06-24 Thread Michael Titke
I never meant to file this bug against emacs24. With alt-F2 I still see the command ubuntu-bug linux in the HUD. On the bug website it then showed me Emacs24 - I then explicitly changed it linux. This bug report is to be filed against the linux package but after that story I don't know how to

[Bug 1468283] Re: Wrong Escape Sequences for Home and End keys

2015-06-24 Thread era
Reassigning to linux as per OP's stated intent. ** Package changed: emacs24 (Ubuntu) = linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468283 Title: Wrong Escape Sequences for Home