yonglehou / ergoemacs

Automatically exported from code.google.com/p/ergoemacs
0 stars 0 forks source link

Add alternative mapping for putty users. #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using putty or a putty derivative, ctrl-pgup and ctrl-pgdn are
intercepted, and there is no option to disable this. It would be nice if
there was an alternate mapping that is putty friendly. (Maybe just a little
commented out section providing alternate mappings?)

Original issue reported on code.google.com by colin.e....@gmail.com on 30 Mar 2009 at 8:46

GoogleCodeExporter commented 9 years ago
Hi. Thanks a lot for the comment.

i think it'd be impossible to fix since each terminal is different and migth be 
technically impossible to determine which terminal emacs is started from.

a work around is to assign different keys e.g.
(global-set-key (kbd "<f6>") 'previous-user-buffer)
(global-set-key (kbd "<f7>") 'next-user-buffer)

Original comment by xah...@gmail.com on 15 Jul 2009 at 1:41