comparison README.multi-tty @ 83125:b545019c77b0

Add kludge to prevent overriding keyboard-coding-system customization. lisp/international/mule-cmds.el (set-locale-environment): Don't set keyboard-coding-system if it is already set (reported by Friedrich Delgado Friedrichs). git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-165
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 18 May 2004 20:30:43 +0000
parents d153d9579f9b
children f982df4459a4
comparison
equal deleted inserted replaced
83124:d153d9579f9b 83125:b545019c77b0
216 216
217 ** Emacs assumes that all terminal frames have the same locale 217 ** Emacs assumes that all terminal frames have the same locale
218 settings as Emacs itself. This may lead to bogus results in a 218 settings as Emacs itself. This may lead to bogus results in a
219 multi-locale setup. (E.g., while logging in from a remote client 219 multi-locale setup. (E.g., while logging in from a remote client
220 with a different locale.) 220 with a different locale.)
221 (Update after new bugreport by Friedrich Delgado Friedrichs:
222 (at least) the structs terminal_coding and keyboard_coding in
223 coding.c must be moved to struct display, and the Lisp interface
224 [set-]keyboard-coding-system must be adapted for the change.)
221 225
222 ** The single-keyboard mode of MULTI_KBOARD is extremely confusing 226 ** The single-keyboard mode of MULTI_KBOARD is extremely confusing
223 sometimes; Emacs does not respond to stimuli from other keyboards. 227 sometimes; Emacs does not respond to stimuli from other keyboards.
224 At least a beep or a message would be important, if the single-mode 228 At least a beep or a message would be important, if the single-mode
225 is still required to prevent interference. (Reported by Dan 229 is still required to prevent interference. (Reported by Dan