# HG changeset patch # User Karoly Lorentey # Date 1078970150 0 # Node ID 5eaa708b8d47d626be0c8d9dc9ff9051804ac542 # Parent 1281a5c8fb39e194d019984ba48c6ecc6247bf03 README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-116 diff -r 1281a5c8fb39 -r 5eaa708b8d47 README.multi-tty --- a/README.multi-tty Thu Mar 11 01:13:03 2004 +0000 +++ b/README.multi-tty Thu Mar 11 01:55:50 2004 +0000 @@ -169,6 +169,7 @@ Ami Fischman Istvan Marko Dan Nicolaescu +Gergely Nagy Mark Plaksin Richard Stallman was kind enough to review my patches. @@ -181,11 +182,22 @@ THINGS TO DO ------------ +** Robert Chassell has found serious copy-paste bugs with the + multi-tty branch. There seem to be redisplay bugs while copying + from X to a terminal frame. Copying accented characters do not + work for me. + ** Emacs assumes that all terminal frames have the same locale settings as Emacs itself. This may lead to bogus results in a multi-locale setup. (E.g., while logging in from a remote client with a different locale.) +** The single-keyboard mode of MULTI_KBOARD is extremely confusing + sometimes; Emacs does not respond to stimuli from other keyboards. + At least a beep or a message would be important, if the single-mode + is still required to prevent interference. (Reported by Dan + Nicolaescu.) + ** Change Lisp code not to (getenv "TERM"); use the `tty-type' frame parameter or the frame-tty-type function instead. (M-x tags-search "TERM" helps with this.) @@ -204,6 +216,10 @@ argument-handling is done in Lisp, so this should be quite easy to implement. +** Gergely Nagy suggests that C-x # should only kill the current + frame, not any other emacsclient frame that may have the same file + opened for editing. I think I agree with him. + ** Make `struct display' accessible to Lisp programs. Accessor functions: (displayp OBJECT): Returns t if OBJECT is a display.