aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2004-03-11 01:55:50 +0000
committerKaroly Lorentey2004-03-11 01:55:50 +0000
commitcd5355f9715629c7365bb313ef9fb1d209c35dec (patch)
tree7158ea44196f0bbcaa5d7fe13d65045e1b757dfc
parent9fcd266514218d2d1bc9f30c9fcfdcf5eb356e1c (diff)
downloademacs-cd5355f9715629c7365bb313ef9fb1d209c35dec.tar.gz
emacs-cd5355f9715629c7365bb313ef9fb1d209c35dec.zip
README updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-116
-rw-r--r--README.multi-tty16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 4dbcd8ac8bd..66b58639cd7 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -169,6 +169,7 @@ Romain Francoise <romain at orebokech dot com>
169Ami Fischman <ami at fischman dot org> 169Ami Fischman <ami at fischman dot org>
170Istvan Marko <mi-mtty ar kismala dot com> 170Istvan Marko <mi-mtty ar kismala dot com>
171Dan Nicolaescu <dann at ics dot uci dot edu> 171Dan Nicolaescu <dann at ics dot uci dot edu>
172Gergely Nagy <algernon at debian dot org>
172Mark Plaksin <happy at mcplaksin dot org> 173Mark Plaksin <happy at mcplaksin dot org>
173 174
174Richard Stallman was kind enough to review my patches. 175Richard Stallman was kind enough to review my patches.
@@ -181,11 +182,22 @@ See arch logs.
181THINGS TO DO 182THINGS TO DO
182------------ 183------------
183 184
185** Robert Chassell has found serious copy-paste bugs with the
186 multi-tty branch. There seem to be redisplay bugs while copying
187 from X to a terminal frame. Copying accented characters do not
188 work for me.
189
184** Emacs assumes that all terminal frames have the same locale 190** Emacs assumes that all terminal frames have the same locale
185 settings as Emacs itself. This may lead to bogus results in a 191 settings as Emacs itself. This may lead to bogus results in a
186 multi-locale setup. (E.g., while logging in from a remote client 192 multi-locale setup. (E.g., while logging in from a remote client
187 with a different locale.) 193 with a different locale.)
188 194
195** The single-keyboard mode of MULTI_KBOARD is extremely confusing
196 sometimes; Emacs does not respond to stimuli from other keyboards.
197 At least a beep or a message would be important, if the single-mode
198 is still required to prevent interference. (Reported by Dan
199 Nicolaescu.)
200
189** Change Lisp code not to (getenv "TERM"); use the `tty-type' frame 201** Change Lisp code not to (getenv "TERM"); use the `tty-type' frame
190 parameter or the frame-tty-type function instead. 202 parameter or the frame-tty-type function instead.
191 (M-x tags-search "TERM" helps with this.) 203 (M-x tags-search "TERM" helps with this.)
@@ -204,6 +216,10 @@ THINGS TO DO
204 argument-handling is done in Lisp, so this should be quite easy to 216 argument-handling is done in Lisp, so this should be quite easy to
205 implement. 217 implement.
206 218
219** Gergely Nagy suggests that C-x # should only kill the current
220 frame, not any other emacsclient frame that may have the same file
221 opened for editing. I think I agree with him.
222
207** Make `struct display' accessible to Lisp programs. Accessor functions: 223** Make `struct display' accessible to Lisp programs. Accessor functions:
208 224
209 (displayp OBJECT): Returns t if OBJECT is a display. 225 (displayp OBJECT): Returns t if OBJECT is a display.