emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: <S-iso-lefttab> translation to <backtab> bug?


From: Richard Stallman
Subject: Re: <S-iso-lefttab> translation to <backtab> bug?
Date: Sun, 01 Sep 2002 20:02:20 -0400

Does this fix it?

*** x-win.el.~1.155.~   Thu May 16 11:41:59 2002
--- x-win.el    Sun Sep  1 19:50:46 2002
***************
*** 1187,1192 ****
--- 1187,1193 ----
  (define-key function-key-map [M-return] [?\M-\C-m])
  (define-key function-key-map [M-escape] [?\M-\e])
  (define-key function-key-map [iso-lefttab] [backtab])
+ (define-key function-key-map [S-iso-lefttab] [backtab])
  
  ;; These tell read-char how to convert
  ;; these special chars to ASCII.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]