changeset 83076:5eaa708b8d47

README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-116
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 11 Mar 2004 01:55:50 +0000
parents 1281a5c8fb39
children 40fd42596e17
files README.multi-tty
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <ami at fischman dot org>
 Istvan Marko <mi-mtty ar kismala dot com>
 Dan Nicolaescu <dann at ics dot uci dot edu>
+Gergely Nagy <algernon at debian dot org>
 Mark Plaksin <happy at mcplaksin dot org>
 
 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.