comparison README.multi-tty @ 83137:d663e2b036e0

README.multi-tty updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-177
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 27 May 2004 17:23:38 +0000
parents f982df4459a4
children caa7581d3828
comparison
equal deleted inserted replaced
83136:72439f0b5650 83137:d663e2b036e0
187 Dan Nicolaescu <dann at ics dot uci dot edu> 187 Dan Nicolaescu <dann at ics dot uci dot edu>
188 Gergely Nagy <algernon at debian dot org> 188 Gergely Nagy <algernon at debian dot org>
189 Mark Plaksin <happy at mcplaksin dot org> 189 Mark Plaksin <happy at mcplaksin dot org>
190 Francisco Borges <borges at let dot rug dot nl> 190 Francisco Borges <borges at let dot rug dot nl>
191 Frank Ruell <stoerte at dreamwarrior dot net> 191 Frank Ruell <stoerte at dreamwarrior dot net>
192 Dan Waber <dwaber at logolalia dot com>
192 and many others. 193 and many others.
193 194
194 Richard Stallman was kind enough to review an earlier version of my 195 Richard Stallman was kind enough to review an earlier version of my
195 patches. 196 patches.
196 197
211 (This is likely an error in the CVS trunk.) 212 (This is likely an error in the CVS trunk.)
212 213
213 ** Fix set-input-mode for multi-tty. It's a truly horrible interface; 214 ** Fix set-input-mode for multi-tty. It's a truly horrible interface;
214 what if we'd blow it up into several separate functions (with a 215 what if we'd blow it up into several separate functions (with a
215 compatibility definition)? 216 compatibility definition)?
217
218 ** Lisp-level stuff that needs to be updated for multi-tty:
219
220 - normal-erase-is-backspace-mode (simple.el) (rep. by Dan Waber)
221
216 222
217 ** The single-keyboard mode of MULTI_KBOARD is extremely confusing 223 ** The single-keyboard mode of MULTI_KBOARD is extremely confusing
218 sometimes; Emacs does not respond to stimuli from other keyboards. 224 sometimes; Emacs does not respond to stimuli from other keyboards.
219 At least a beep or a message would be important, if the single-mode 225 At least a beep or a message would be important, if the single-mode
220 is still required to prevent interference. (Reported by Dan 226 is still required to prevent interference. (Reported by Dan