Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6742a9d2
Commit
6742a9d2
authored
Aug 18, 2008
by
Adrian Robert
Browse files
Uncomment 'put backspace ascii-character...' and friends, they are needed for tramp.
parent
039d3b16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/term/ns-win.el
lisp/term/ns-win.el
+13
-11
No files found.
lisp/ChangeLog
View file @
6742a9d2
2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
* term/ns-win.el (global): Uncomment "put backspace
ascii-character..." and friends, they are needed for tramp.
2008-08-18 Kenichi Handa <handa@m17n.org>
* international/mule-diag.el (font-show-log): Add optional arg N
...
...
lisp/term/ns-win.el
View file @
6742a9d2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment