22 May 2012 23:42
S-tab incorrety translated to C-y
Gracjan Polak <gracjanpolak <at> gmail.com>
2012-05-22 21:42:17 GMT
2012-05-22 21:42:17 GMT
Hi all,
local-function-key-map contains this erraneus entry:
(S-tab .
[25])
local-function-key-map also contains this correct entry:
(S-tab .
[backtab])
Sadly the first one takes precendence.
Effect: S-tab is translated into C-y and calls 'yank'.
Something somewhere adds a bad entry to local-function-key-map. How to find this
bug?
This line in .emacs works around issue:
(define-key local-function-key-map (kbd "<S-tab>") (kbd "<backtab>"))
--
--
Gracjan
_____________________________________________________________(Continue reading)
RSS Feed