[OS X Emacs] S-tab incorrety translated to C-y

Gracjan Polak gracjanpolak at gmail.com
Tue May 22 17:42:17 EDT 2012


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





More information about the MacOSX-Emacs mailing list