aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaroly Lorentey2004-03-06 12:13:42 +0000
committerKaroly Lorentey2004-03-06 12:13:42 +0000
commit4388f1016b80bd33a75481b28352ae6c456e386a (patch)
treea44f29ed831bdfb3e6a469b25632eefb92b986e5
parenteb1f46c9435d3dd051ff076a25982ea130a6e4dd (diff)
downloademacs-4388f1016b80bd33a75481b28352ae6c456e386a.tar.gz
emacs-4388f1016b80bd33a75481b28352ae6c456e386a.zip
README updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-110
-rw-r--r--README.multi-tty9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index ce228cd66b4..58433dba9ce 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -181,6 +181,11 @@ See arch logs.
181THINGS TO DO 181THINGS TO DO
182------------ 182------------
183 183
184** Emacs assumes that all terminal frames have the same locale
185 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
187 with a different locale.)
188
184** Dan Nicolaescu suggests that -nw should be added as an alias for -t 189** Dan Nicolaescu suggests that -nw should be added as an alias for -t
185 in emacsclient. Good idea. (Alas, implementing this is not 190 in emacsclient. Good idea. (Alas, implementing this is not
186 trivial, getopt_long does not seem to support two-letter ``short'' 191 trivial, getopt_long does not seem to support two-letter ``short''
@@ -195,6 +200,8 @@ THINGS TO DO
195 200
196 (displayp OBJECT): Returns t if OBJECT is a display. 201 (displayp OBJECT): Returns t if OBJECT is a display.
197 202
203 (display-list): Returns list of currently active displays.
204
198 (selected-display): Returns the display object of the selected frame. 205 (selected-display): Returns the display object of the selected frame.
199 206
200 (frame-display FRAME): Returns the display object of FRAME. 207 (frame-display FRAME): Returns the display object of FRAME.
@@ -208,6 +215,8 @@ THINGS TO DO
208 DISPLAY uses, as a string. (E.g: "/dev/pts/16", or 215 DISPLAY uses, as a string. (E.g: "/dev/pts/16", or
209 ":0.0") 216 ":0.0")
210 217
218 etc.
219
211 See next issue why this is necessary. 220 See next issue why this is necessary.
212 221
213** The following needs to be supported: 222** The following needs to be supported: