kvinwang / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Cannot rename Ctrl-Backspace terminal sequence in Emacs? #449

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure this is a defect or not but I can't figure out how to remap the 
Ctrl-Backspace terminal sequence for Emacs in Mintty.

I'm using Mintty 1.1.3 and Cygwin 1.7.35. Here is a link to my stackoverflow 
question for more information:

http://stackoverflow.com/questions/29681826/emacs-isnt-working-with-this-key-seq
uence

Original issue reported on code.google.com by codesp...@gmail.com on 17 Apr 2015 at 5:04

GoogleCodeExporter commented 9 years ago
Mintty has apparently been switched to a mode not sending the default sequence 
for Ctrl-BS. The escape sequence you receive is likely ESC[127;5u (where 27 is 
missing from the description @ stackoverflow so it cannot work).

Original comment by towom...@googlemail.com on 6 May 2015 at 8:42