From 6742a9d2affa08efcbf644c373c8879efa42c9d3 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Mon, 18 Aug 2008 15:04:37 +0000 Subject: [PATCH] Uncomment 'put backspace ascii-character...' and friends, they are needed for tramp. --- lisp/ChangeLog | 5 +++++ lisp/term/ns-win.el | 24 +++++++++++++----------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8285640541..953ea87a988 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-08-18 Adrian Robert + + * term/ns-win.el (global): Uncomment "put backspace + ascii-character..." and friends, they are needed for tramp. + 2008-08-18 Kenichi Handa * international/mule-diag.el (font-show-log): Add optional arg N diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 1b798de1f49..e5cacf8df3c 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -179,18 +179,20 @@ The properties returned may include `top', `left', `height', and `width'." ;;;; Keyboard mapping. -;;TODO: all terms have these, but they don't seem necessary. +;; These tell read-char how to convert these special chars to ASCII. +;;TODO: all terms have these, and at least the return mapping is necessary +;; for tramp to recognize the enter key. +;; Perhaps they should be moved into common code somewhere +;; (when a window system is active). ;; Remove if no problems for some time after 2008-08-06. -;; These tell read-char how to convert -;; these special chars to ASCII. -;;(put 'backspace 'ascii-character 127) -;;(put 'delete 'ascii-character 127) -;;(put 'tab 'ascii-character ?\t) -;;(put 'S-tab 'ascii-character (logior 16 ?\t)) -;;(put 'linefeed 'ascii-character ?\n) -;;(put 'clear 'ascii-character 12) -;;(put 'return 'ascii-character 13) -;;(put 'escape 'ascii-character ?\e) +(put 'backspace 'ascii-character 127) +(put 'delete 'ascii-character 127) +(put 'tab 'ascii-character ?\t) +(put 'S-tab 'ascii-character (logior 16 ?\t)) +(put 'linefeed 'ascii-character ?\n) +(put 'clear 'ascii-character 12) +(put 'return 'ascii-character 13) +(put 'escape 'ascii-character ?\e) (defvar ns-alternatives-map -- 2.39.2