]> code.delx.au - gnu-emacs/commit
Simplify 8-bit character handling by terminal for 'raw-text'
authorPhilipp Stephani <phst@google.com>
Sat, 16 Apr 2016 09:55:17 +0000 (12:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Apr 2016 09:55:17 +0000 (12:55 +0300)
commit4ab671c48c6dbec0515797186081cb96cc387c10
tree440bcc7ffe6be1b9750b84bd7aab32e0d0d7ddaf
parentf3653ec446ed95404889cf16c67b2d96b3955f52
Simplify 8-bit character handling by terminal for 'raw-text'

* lisp/international/mule.el (set-keyboard-coding-system): Treat
'raw-text' as another coding type that requires 8-bit characters.
* lisp/xt-mouse.el (xterm-mouse--read-coordinate): Use 'no-conversion'
instead of 'latin-1'.
lisp/international/mule.el
lisp/xt-mouse.el