emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Tue, 28 Jan 2003 13:46:08 -0500

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.16 emacs/lisp/term/mac-win.el:1.17
*** emacs/lisp/term/mac-win.el:1.16     Wed Jan 22 19:04:20 2003
--- emacs/lisp/term/mac-win.el  Tue Jan 28 13:46:07 2003
***************
*** 252,257 ****
--- 252,264 ----
  ;; Map certain keypad keys into ASCII characters that people usually expect
  (define-key function-key-map [return] [?\C-m])
  (define-key function-key-map [M-return] [?\M-\C-m])
+ (define-key function-key-map [tab] [?\t])
+ (define-key function-key-map [M-tab] [?\M-\t])
+ (define-key function-key-map [backspace] [127])
+ (define-key function-key-map [M-backspace] [?\M-\d])
+ (define-key function-key-map [escape] [?\e])
+ (define-key function-key-map [M-escape] [?\M-\e])
+ 
  ;; Tell read-char how to convert special chars to ASCII
  (put 'return 'ascii-character 13)
  




reply via email to

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