Merged from miles@gnu.org--gnu-2005 (patch 438-440)
[bpt/emacs.git] / README.multi-tty
1 -*- coding: utf-8; mode: text; -*-
2 GOAL
3 ----
4
5 This branch implements support for opening multiple, different tty
6 devices and simultaneous X and tty frames from a single Emacs session.
7
8 Some use cases:
9 Emacs is notoriously slow at startup, so most people use another
10 editor or emacsclient for quick editing jobs from the console.
11 Unfortunately, emacsclient was very awkward to use, because it did not
12 support opening a new Emacs frame on the current virtual console.
13 Now, with multi-tty support, it can do that. (Emacsclient starts up
14 faster than vi!)
15
16 Some Gnus users (including me) run Gnus in an X frame in its own Emacs
17 instance, which they typically leave running for weeks. It would be
18 nice if they could connect to this instance from a remote ssh session
19 and check their messages without opening a remote X frame or resorting
20 to gnus-slave.
21
22 WHO IS DOING IT
23 ---------------
24
25 I'm Károly Lőrentey. My address: lorentey@elte.hu.
26
27 Comments, bug reports, suggestions and patches are welcome; send them
28 to multi-tty@lists.fnord.hu.
29
30 The following is a (sadly incomplete) list of people who have
31 contributed to the project by testing, submitting patches, bug
32 reports, and suggestions. Thanks!
33
34 ARISAWA Akihiro <ari at mbf dot ocn dot ne dot jp>
35 Vincent Bernat <bernat at luffy dot cx>
36 Han Boetes <han at mijncomputer dot nl>
37 Robert J. Chassell <bob at rattlesnake dot com>
38 Romain Francoise <romain at orebokech dot com>
39 Ami Fischman <ami at fischman dot org>
40 Friedrich Delgado Friedrichs <friedel at nomaden dot org>
41 IRIE Tetsuya <irie at t dot email dot ne dot jp>
42 Yoshiaki Kasahara <kasahara at nc dot kyushu-u dot ac dot jp>
43 Jurej Kubelka <Juraj dot Kubelka at email dot cz>
44 David Lichteblau <david at lichteblau dot com>
45 Xavier Mallard <zedek at gnu-rox dot org>
46 Istvan Marko <mi-mtty at kismala dot com>
47 Ted Morse <morse at ciholas dot com>
48 Dan Nicolaescu <dann at ics dot uci dot edu>
49 Gergely Nagy <algernon at debian dot org>
50 Mark Plaksin <happy at mcplaksin dot org>
51 Francisco Borges <borges at let dot rug dot nl>
52 Frank Ruell <stoerte at dreamwarrior dot net>
53 Dan Waber <dwaber at logolalia dot com>
54 and many others.
55
56 Richard Stallman was kind enough to review an earlier version of my
57 patches.
58
59
60 MAILING LISTS
61 -------------
62
63 The multi-tty mailing list (discussion & bug reports):
64
65 Address: multi-tty@lists.fnord.hu
66 Signup: http://lists.fnord.hu/mailman/listinfo/multi-tty
67 Archive: http://news.gmane.org/gmane.emacs.multi-tty/
68
69 Commit notifications (read-only):
70
71 Address: multi-tty-commits@lists.fnord.hu
72 Signup: http://lists.fnord.hu/mailman/listinfo/multi-tty-commits
73
74
75 STATUS
76 ------
77
78 The branch is now very stable and almost full-featured. All of the
79 major problems have been fixed, only a few minor issues remain. (It
80 still needs to be ported to Windows/Mac/DOS, though.) Both multiple
81 tty device support and simultaneous X and tty frame support works
82 fine. Emacsclient has been extended to support opening new tty and X
83 frames. It has been changed open new Emacs frames by default.
84
85 The multi-tty branch has been scheduled for inclusion in the next
86 major release of Emacs (version 23). I expect the merge into the
87 development trunk to occur sometime during next year (2005), after the
88 merge of the Unicode branch.
89
90 Tested on GNU/Linux, Solaris 8, FreeBSD and OpenBSD. Please let me
91 know if you succeed or fail to use it on other platforms---I'll have a
92 few tricky test cases for you.
93
94 Known problems:
95
96 * GTK support. If you compile your Emacs with the GTK
97 toolkit, some functionality of multi-tty will be lost.
98 Current releases of GTK have limitations and bugs that
99 prevent full-blown multi-display support in Emacs. Use the
100 Lucid toolkit if you want to see a complete feature set.
101
102 * The single-kboard mode.
103
104 If your multi-tty Emacs session seems to be frozen, you
105 probably have a recursive editing session or a pending
106 minibuffer prompt (which is a kind of recursive editing) on
107 another display. To unfreeze your session, switch to that
108 display and complete the recursive edit, for example by
109 pressing C-] (`abort-recursive-edit').
110
111 I am sorry to say that currently there is no way to break
112 out of this "single-kboard mode" from a frozen display. If
113 you are unable to switch to the display that locks the
114 others (for example because it is on a remote computer),
115 then you can use emacsclient to break out of all recursive
116 editing sessions:
117
118 emacsclient -e '(top-level)'
119
120 Note that this (perhaps) unintuitive behaviour is by design.
121 Single-kboard mode is required because of an intrinsic Emacs
122 limitation that is very hard to eliminate. (This limitation
123 is related to the single-threaded nature of Emacs.)
124
125 I plan to implement better user notification and support for
126 breaking out of single-kboard mode from locked displays.
127
128 * Mac, Windows and DOS support is broken, doesn't even
129 compile. Multiple display support will probably not provide
130 new Emacs features on these systems, but the multi-tty
131 branch changed a few low-level interfaces, and the
132 system-dependent source files need to be adapted
133 accordingly. The changes are mostly trivial, so almost
134 anyone can help, if only by compiling the branch and
135 reporting the compiler errors. (It is not worth to do this
136 yet, though.)
137
138
139 HOW TO GET THE BRANCH
140 ---------------------
141
142 The branch uses GNU Arch (http://www.gnuarch.org) for version control.
143
144 Retrieving the latest version of the branch:
145
146 tla register-archive -f http://lorentey.hu/arch/2004/
147 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory>
148
149 This incantation uses my private archive mirror that is hosted on a
150 relatively low-bandwidth site; if you are outside Hungary, you will
151 probably want to you use my secondary mirror: (Note that the -f option
152 will overwrite the archive location if you have previously registered
153 the Hungarian one.)
154
155 tla register-archive -f http://aszt.inf.elte.hu/~lorentey/mirror/arch/2004
156 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory>
157
158 http://aszt.inf.elte.hu/~lorentey/mirror/arch/2004
159
160 The Arch supermirror provides mirroring services for all public Arch
161 repositories. We have a mirror there, too, if you prefer.
162
163 tla register-archive -f http://mirrors.sourcecontrol.net/lorentey%40elte.hu--2004
164 tla get lorentey@elte.hu--2004/emacs--multi-tty <directory>
165
166 My GPG key id is 0FB27A3F; it is available from
167 hkp://wwwkeys.eu.pgp.net/, or from my homepage at
168 http://lorentey.hu/rolam/gpg.html)
169
170 Don't worry if the above checkout takes a few minutes to complete;
171 once you have a source tree, updating it to the latest revision will
172 be _much_ faster. Use the following command for the update:
173
174 tla replay
175
176 You can find more information about Arch on http://wiki.gnuarch.org/.
177 It's a wonderful source control system, I highly recommend it.
178
179 If you don't have tla, the branch has a homepage from which you can
180 download conventional patches against Emacs CVS HEAD:
181
182 http://lorentey.hu/project/emacs.html
183
184 DEBIAN PACKAGES
185 ---------------
186
187 If you run Debian, or a distribution based on Debian, you are welcome
188 to use our binary packages; put these lines in your /etc/apt/sources.list:
189
190 # Multi-tty Emacs
191 deb http://aszt.inf.elte.hu/~lorentey/mirror/apt ./
192 deb-src http://aszt.inf.elte.hu/~lorentey/mirror/apt ./
193
194 Note that these packages are intended solely to provide an easy way to
195 test the new multi-tty features. They are not to be taken as Emacs
196 releases, and it's a mistake to expect robust operation or any kind of
197 timely support for them. Do not install them, unless you'd like to
198 have your editor crash on you.
199
200
201 COMPILATION
202 -----------
203
204 The multi-tty branch is compiled the same way as Emacs itself:
205
206 make maintainer-clean # (If you have compiled Emacs before)
207
208 ./configure <your favourite options>
209 make bootstrap
210 make install
211
212 If you have strange compilation errors, they may be caused by old
213 *.elc files that are left over from an earlier bootstrap. The `make
214 maintainer-clean' target deletes them, so it is a good idea to run
215 that before reporting a bug. (Emacs requires a clean recompilation
216 after certain kinds of source code changes.)
217
218 TESTING
219 -------
220
221 To test the multi-tty branch, start up the Emacs server with the
222 following commands:
223
224 emacs
225 M-x server-start
226
227 and then (from a shell prompt on another terminal) start emacsclient
228 with
229 emacsclient -t /optional/file/names... (for a tty frame)
230 emacsclient /optional/file/names... (for an X frame)
231
232 (Make sure both emacs and emacsclient are multi-tty versions.)
233 You'll hopefully have two fully working, independent frames on
234 separate terminals. The new frame is closed automatically when you
235 finish editing the specified files (C-x #), but delete-frame (C-x 5 0)
236 also works. Of course, you can create frames on more than two tty
237 devices.
238
239 Creating new frames on the same tty with C-x 5 2 works, and they
240 behave the same way as in previous Emacs versions. If you exit emacs,
241 all terminals should be restored to their previous states.
242
243 This is work in progress, and probably full of bugs. It is a good
244 idea to run emacs from gdb, so that you'll have a live instance to
245 debug if something goes wrong. Please send me your bug reports on our
246 mailing list: multi-tty@lists.fnord.hu
247
248 TIPS & TRICKS
249 -------------
250
251 I think the best way to use the new Emacs is to have it running inside
252 a disconnected GNU screen session, and always use emacsclient for
253 normal work. One advantage of this is that not a single keystroke of
254 your work will be lost if the display device that you are using
255 crashes, or the network connection times out, or whatever. (I had an
256 extremely unstable X server for some time while I was developing these
257 patches, and running Emacs this way has saved me a number of M-x
258 recover-session invocations.)
259
260 I use the following two bash scripts to handle my Emacs sessions:
261
262 -------------------------------------------------------connect-emacs--
263 #!/bin/bash
264 # Usage: connect-emacs <name> <args>...
265 #
266 # Connects to the Emacs instance called NAME. Starts up the instance
267 # if it is not already running. The rest of the arguments are passed
268 # to emacsclient.
269
270 name="$1"
271 shift
272
273 if [ -z "$name" ]; then
274 echo "Usage: connect_emacs <name> <args>..." >&2
275 exit 1
276 fi
277 preload-emacs "$name" wait
278 /usr/bin/emacsclient.emacs-multi-tty -s "$name" "$@"
279 ----------------------------------------------------------------------
280
281 -------------------------------------------------------preload-emacs--
282 #!/bin/bash
283 # Usage: preload-emacs <name> [<waitp>]
284 #
285 # Preloads the Emacs instance called NAME in a detached screen
286 # session. Does nothing if the instance is already running. If WAITP
287 # is non-empty, the function waits until the server starts up and
288 # creates its socket; otherwise it returns immediately.
289
290 name="$1"
291 waitp="$2"
292 screendir="/var/run/screen/S-$USER"
293 serverdir="/tmp/emacs$UID"
294 emacs=/usr/bin/emacs-multi-tty # Or wherever you installed your multi-tty Emacs
295
296 if [ -z "$name" ]; then
297 echo "Usage: preload_emacs <name> [<waitp>]" >&2
298 exit 1
299 fi
300
301 if [ ! -e "$screendir"/*."$name" ]; then
302 if [ -e "$serverdir/$name" ]; then
303 # Delete leftover socket (for the wait option)
304 rm "$serverdir/$name"
305 fi
306 screen -dmS "$name" "$emacs" -nw --eval "(setq server-name \"$name\")" -f server-start
307 fi
308 if [ ! -z "$waitp" ]; then
309 while [ ! -e "$serverdir/$name" ]; do sleep 0.1; done
310 fi
311 ----------------------------------------------------------------------
312
313 I have the following in my profile to have two instances automatically
314 preloaded for editing and email:
315
316 preload-emacs editor
317 preload-emacs gnus
318
319 It is useful to set up short aliases for connect-emacs. I use the
320 following:
321
322 alias edit="connect-emacs editor"
323 alias e=edit
324 alias et="connect-emacs editor -t"
325 alias gnus="connect-emacs gnus"
326
327
328 NEWS
329 ----
330
331 For the NEWS file: (Needs work)
332
333 ** Support for multiple terminal devices has been added.
334
335 *** You can specify a terminal device (`tty' parameter) and a terminal
336 type (`tty-type' parameter) to `make-terminal-frame'.
337
338 *** You can test for the presence of multiple terminal support by
339 testing for the `multi-tty' feature.
340
341 *** Emacsclient has been extended to support opening a new terminal
342 frame. Its behaviour has been changed to open a new Emacs frame by
343 default. Use the -c option to get the old behavior of opening
344 files in the currently selected Emacs frame.
345
346 *** A make-frame-on-tty function has been added to make it easier to
347 create frames on new terminals.
348
349 *** New functions: frame-tty-name, frame-tty-type for accessing
350 terminal parameters, and delete-tty for closing the terminal
351 device.
352
353 *** talk.el has been extended for multiple tty support.
354
355
356 ** Support for simultaneous graphical and terminal frames has been
357 added.
358
359 *** The function `make-frame-on-display' now works during a terminal
360 session, and `make-frame-on-tty' works during a graphical session.
361
362 *** The `window-system' variable has been made frame-local.
363
364 *** The new `initial-window-system' variable contains the
365 `window-system' value for the first frame.
366
367 CHANGELOG
368 ---------
369
370 See arch logs.
371
372 * * *
373
374 (The rest of this file consists of my development notes and as such it
375 is probably not very interesting for anyone else.)
376
377 THINGS TO DO
378 ------------
379
380 ** The single-keyboard mode of MULTI_KBOARD is extremely confusing
381 sometimes; Emacs does not respond to stimuli from other keyboards.
382 At least a beep or a message would be important, if the single-mode
383 is still required to prevent interference. (Reported by Dan
384 Nicolaescu.)
385
386 Update: selecting a region with the mouse enables single_kboard
387 under X. This is very confusing.
388
389 Update: After discussions with Richard Stallman, this will be
390 resolved by having locked displays warn the user to wait, and
391 introducing a complex protocol to remotely bail out of
392 single-kboard mode by pressing C-g.
393
394 Update: Warning the user is not trivial to implement, as Emacs has
395 only one echo area, shared by all frames. Ideally the warning
396 should not be displayed on the display that is locking the others.
397 Perhaps the high probability of user confusion caused by
398 single_kboard mode deserves a special case in the display code.
399 Alternatively, it might be good enough to signal single_kboard mode
400 by changing the modelines or some other frame-local display element
401 on the locked out displays.
402
403 ** normal-erase-is-backspace-mode in simple.el needs to be updated for
404 multi-tty (rep. by Dan Waber).
405
406 ** Hunt down display-related functions in frame.el and extend them all
407 to accept display ids.
408
409 ** rif->flush_display_optional (NULL) calls should be replaced by a
410 new global function.
411
412 ** The set-locale-environment hack (adding the DISPLAY option) should
413 be replaced with a clean design.
414
415 ** standard-display-table should be display-local.
416 standard-display-european should be display-local.
417
418 ** Fix set-input-mode for multi-tty. It's a truly horrible interface;
419 what if we'd blow it up into several separate functions (with a
420 compatibility definition)?
421
422 ** Have a look at Vlocale_coding_system. Seems like it would be a
423 tedious job to localize it, although most references use it for
424 interfacing with libc and are therefore OK with the global
425 definition.
426
427 Exceptions found so far: x-select-text and
428 x-cut-buffer-or-selection-value.
429
430 ** Have a look at fatal_error_hook.
431
432 ** Have a look at set_frame_matrix_frame.
433
434 ** Check if we got term-setup-hook right.
435
436 ** I think tip_frame should be display-local.
437
438 ** Check display reference count handling in x_create_tip_frame.
439
440 ** make-frame does not correctly handle extra parameters in its
441 argument:
442
443 (frame-parameter (make-frame (list (cons 'foobar 42))) 'foobar)
444 => nil
445
446 (This is likely an error in the CVS trunk.)
447
448 ** The terminal customization files in term/*.el tend to change global
449 parameters, which may confuse Emacs with multiple displays. Change
450 them to tweak only frame-local settings, if possible. (They tend
451 to call define-key to set function key sequences a lot.)
452
453 ** Dan Nicolaescu suggests that -nw should be added as an alias for -t
454 in emacsclient. Good idea. (Alas, implementing this is not
455 trivial, getopt_long does not seem to support two-letter ``short''
456 options. Patches are welcome.) :-)
457
458 ** Mark Plaksin suggests that emacsclient should accept the same
459 X-related command-line arguments as Emacs. Most of the X-related
460 argument-handling is done in Lisp, so this should be quite easy to
461 implement.
462
463 ** Gergely Nagy suggests that C-x # should only kill the current
464 frame, not any other emacsclient frame that may have the same file
465 opened for editing. I think I agree with him.
466
467 ** Very strange bug: visible-bell does not work on secondary
468 terminals in xterm and konsole. The screen does flicker a bit,
469 but it's so quick it isn't noticable.
470
471 ** Move baud_rate to struct display.
472
473 ** Implement support for starting an interactive Emacs session without
474 an initial frame. (The user would connect to it and open frames
475 later, with emacsclient.)
476
477 ** Fix Mac support (I can't do this entirely myself). Note that the
478 current state of Mac-specific source files in the multi-tty tree
479 are not useful; before starting work on Mac support, revert to
480 pristine, pre-multi-tty versions.
481
482 ** Fix W32 support (I can't do this entirely myself). Note that the
483 current state of W32-specific source files in the multi-tty tree
484 are not useful; before starting work on W32 support, revert to
485 pristine, pre-multi-tty versions.
486
487 ** Fix DOS support (I can't do this entirely myself). Note that the
488 current state of DOS-specific source files in the multi-tty tree
489 are not useful; before starting work on DOS support, revert to
490 pristine, pre-multi-tty versions.
491
492 ** Do a grep on XXX and ?? for more issues.
493
494 ** Understand Emacs's low-level input system (it's black magic) :-)
495 What exactly does interrupt_input do? I tried to disable it for
496 raw secondary tty support, but it does not seem to do anything
497 useful. (Update: Look again. X unconditionally enables this, maybe
498 that's why raw terminal support is broken again. I really do need
499 to understand input.)
500
501 DIARY OF CHANGES
502 ----------------
503
504 (ex-TODO items with explanations.)
505
506 -- Introduce a new struct for terminal devices.
507
508 (Done, see struct tty_output. The list of members is not yet
509 complete.)
510
511 -- Change the bootstrap procedure to initialize tty_list.
512
513 (Done, but needs review.)
514
515 -- Change make-terminal-frame to support specifying another tty.
516
517 (Done, new frame parameters: `tty' and `tty-type'.)
518
519 -- Implement support for reading from multiple terminals.
520
521 (Done, read_avail_input tries to read from each terminal, until one
522 succeeds. MULTI_KBOARD is not used. Secondary terminals don't send
523 SIGIO!)
524
525 (Update: They do, now.)
526
527 (Update2: After enabling X, they don't.)
528
529 -- other-frame should cycle through the frames on the `current'
530 terminal only.
531
532 (Done, by trivially modifiying next_frame and prev_frame.)
533
534 -- Support different terminal sizes.
535
536 (Done, no problem.)
537
538 -- Make sure terminal resizes are handled gracefully. (Could be
539 problematic.)
540
541 (Done. We don't get automatic SIGWINCH for additional ttys,
542 though.)
543
544 -- Extend emacsclient to automatically open a new tty when it connects
545 to Emacs.
546
547 (Done. It's an ugly hack, needs more work.)
548
549 -- Redisplay must refresh the topmost frame on *all* terminals, not
550 just the initial terminal.
551
552 (Done, but introduced an ugly redisplay problems. Ugh.)
553
554 -- Fix redisplay problems.
555
556 (Done; it turned out that the entire Wcm structure must be moved
557 inside tty_output. Why didn't I catch this earlier?)
558
559 -- Provide a way for emacsclient to tell Emacs that the tty has been
560 resized.
561
562 (Done, simply forward the SIGWINCH signal.)
563
564 -- Each keypress should automatically select the frame corresponding
565 to the terminal that it was coming from. This means that Emacs
566 must know from which terminal the last keyboard event came from.
567
568 (Done, it was quite simple, the input event system already
569 supported multiple frames.)
570
571 -- Fix SIGIO issue with secondary terminals.
572
573 (Done, emacsclient signals Emacs after writing to the proxy pseudo
574 terminal. Note that this means that multi-tty does not work with
575 raw ttys!)
576
577 (Update: This is bullshit. There is a read_input_waiting function,
578 extend that somehow.)
579
580 (Update of update: The first update was not right either, extending
581 read_input_waiting was not necessary. Secondary ttys do seem to
582 send signals on input.)
583
584 (Update^3: Not any more.)
585
586 -- Make make-terminal-frame look up the `tty' and `tty-type' frame
587 parameters from the currently selected terminal before the global
588 default.
589
590 (Done.)
591
592 -- Put all cached terminal escape sequences into struct tty_output.
593 Currently, they are still stored in global variables, so we don't
594 really support multiple terminal types.
595
596 (Done. It was not fun.)
597
598 -- Implement sane error handling after initialization. (Currently
599 emacs exits if you specify a bad terminal type.) The helpful error
600 messages must still be provided when Emacs starts.
601
602 (Done.)
603
604 -- Implement terminal deletion, i.e., deleting local frames, closing
605 the tty device and restoring its previous state without exiting
606 Emacs.
607
608 (Done, but at the moment only called when an error happens during
609 initialization. There is a memory corruption error around this
610 somewhere.) (Update: now it is fully enabled.)
611
612 -- Implement automatic deletion of terminals when the last frame on
613 that terminal is closed.
614
615 (Done.)
616
617 -- Restore tty screen after closing the terminal.
618
619 (Done, we do the same as Emacs 21.2 for all terminals.)
620
621 -- 'TERM=dumb src/emacs' does not restore the terminal state.
622
623 (Done.)
624
625 -- C-g should work on secondary terminals.
626
627 (Done, but the binding is not configurable.)
628
629 -- Deal with SIGHUP in Emacs and in emacsclient. (After this, the
630 server-frames may be removed from server.el.)
631
632 (Done, nothing to do. It seems that Emacs does not receive SIGHUP
633 from secondary ttys, which is actually a good thing.) (Update: I
634 think it would be a bad idea to remove server-frames.)
635
636 -- Change emacsclient/server.el to support the -t argument better,
637 i.e. automatically close the socket when the frame is closed.
638
639 (Seems to be working OK.)
640
641 -- Fix mysterious memory corruption error with tty deletion. To
642 trigger it, try the following shell command:
643
644 while true; do TERM=no-such-terminal-definition emacsclient -h; done
645
646 Emacs usually dumps core after a few dozen iterations. (The bug
647 seems to be related to the xfreeing or bzeroing of
648 tty_output.Wcm. Maybe there are outside references to struct Wcm?
649 Why were these vars collected into a struct before multi-tty
650 support?)
651
652 (Done. Whew. It turned out that the problem had nothing to do
653 with hypothetical external references to Wcm, or any other
654 tty_output component; it was simply that delete_tty closed the
655 filehandles of secondary ttys twice, resulting in fclose doubly
656 freeing memory. Utterly trivial matter. I love the C's memory
657 management, it puts hair on your chest.)
658
659 -- Support raw secondary terminals. (Note that SIGIO works only on
660 the controlling terminal.) Hint: extend read_input_waiting for
661 multiple ttys and hopefully this will be fixed.
662
663 (Done, it seems to have been working already for some time. It
664 seems F_SETOWN does work, after all. Not sure what made it fail
665 earlier, but it seems to be fixed (there were several changes
666 around request_sigio, maybe one of them did it).
667 read_input_waiting is only used in sys_select, don't change
668 it.) (Update: After adding X support, it's broken again.)
669 (Update^2: No it isn't.) :-)
670
671 -- Find out why does Emacs abort when it wants to close its
672 controlling tty. Hint: chan_process[] array. Hey, maybe
673 noninterrupt-IO would work, too? Update: no, there is no process
674 for stdin/out.
675
676 (Done. Added add/delete_keyboard_wait_descriptor to
677 term_init/delete_tty. The hint was right, in a way.)
678
679 -- Issue with SIGIO: it needs to be disabled during redisplay. See if
680 fcntl kernel behaviour could be emulated by emacsclient.
681
682 (Done. Simply disabled the SIGIO emulation hack in emacsclient.)
683 (Update: it was added back.) (Update^2: and removed again.)
684
685 -- server.el: There are issues with saving files in buffers of closed
686 clients. Try editing a file with emacsclient -f, and (without
687 saving it) do a delete-frame. The frame is closed without
688 question, and a surprising confirmation prompt appears in another
689 frame.
690
691 (Done. delete-frame now asks for confirmation if it still has
692 pending buffers, and modified buffers don't seem to be deleted.)
693
694 -- emacsclient.el, server.el: Handle eval or file open errors when
695 doing -t.
696
697 (Done.)
698
699 -- Make parts of struct tty_output accessible from Lisp. The device
700 name and the type is sufficient.
701
702 (Done, see frame-tty-name and frame-tty-type.)
703
704 -- Export delete_tty to the Lisp environment, for emacsclient.
705
706 (Done, see delete-tty.)
707
708 -- Get rid of the accessor macros in termchar.h, or define macros for
709 all members.
710
711 (Done.)
712
713 -- Move device-specific parameters (like costs) commonly used by
714 device backends to a common, device-dependent structure.
715
716 (Done. See struct display_method in termhooks.h.)
717
718 -- Fix X support.
719
720 (Done. Well, it seems to be working.)
721
722 -- Allow simultaneous X and tty frames. (Handling input could be
723 tricky. Or maybe not.)
724
725 (Done. Allowed, that is. It is currently extremely unstable, to
726 the point of being unusable. The rif variable causes constant
727 core dumps. Handling input is indeed tricky.)
728
729 -- Rewrite multi-tty input in terms of MULTI_KBOARD.
730
731 (Done. In fact, there was no need to rewrite anything, I just
732 added a kboard member to tty_display_info, and initialized the
733 frame's kboard from there.)
734
735 -- Fix rif issue with X-tty combo sessions. IMHO the best thing to do
736 is to get rid of that global variable (and use the value value in
737 display_method, which is guaranteed to be correct).
738
739 (Done, did exactly that. Core dumps during combo sessions became
740 much rarer. In fact, I have not yet met a single one.)
741
742 -- Add multi-tty support to talk.el.
743
744 (Done.)
745
746 -- Clean up the source of emacsclient. It is a mess.
747
748 (Done, eliminated stupid proxy-pty kludge.)
749
750 -- Fix faces on tty frames during X-tty combo sessions. There is an
751 init_frame_faces call in init_sys_modes, see if there is a problem
752 with it.
753
754 (Done, there was a stupid mistake in
755 Ftty_supports_face_attributes_p. Colors are broken, though.)
756
757 -- C-x 5 2, C-x 5 o, C-x 5 0 on an emacsclient frame unexpectedly
758 exits emacsclient. This is a result of trying to be clever with
759 delete-frame-functions.
760
761 (Fixed, added delete-tty-after-functions, and changed server.el to
762 use it.)
763
764 -- Something with (maybe) multi-keyboard support broke function keys
765 and arrows on ttys during X+tty combo sessions. Debug this.
766
767 (I can't reproduce it, maybe the terminal type was wrong.)
768
769 -- Fix input from raw ttys (again).
770
771 (Now it seems to work all right.)
772
773 -- During an X-tty combo session, a (message "Hello") from a tty frame
774 goes to the X frame. Fix this.
775
776 (Done. There was a safeguard against writing to the initial
777 terminal frame during bootstrap which prevented echo_area_display
778 from working correctly on a tty frame during a combo session.)
779
780 -- If there are no frames on its controlling terminal, Emacs should
781 exit if the user presses C-c there.
782
783 (Done, as far as possible. See the SIGTERM comment in
784 interrupt_signal on why this seems to be impossible to solve this
785 in general.)
786
787 -- During an X session, Emacs seems to read from stdin. Also, Emacs
788 fails to start without a controlling tty.
789
790 (Fixed by replacing the troublesome termcap display with a dummy
791 bootstrap display during bootstrap.
792
793 -- Do tty output through struct display, like graphical display
794 backends.
795
796 (Done.)
797
798 -- Define an output_initial value for output_method for the initial
799 frame that is dumped with Emacs. Checking for this frame (e.g. in
800 cmd_error_internal) is ugly.
801
802 (Done, broking interactive temacs.)
803
804 -- The command `emacsclient -t -e '(delete-frame)'' fails to exit.
805
806 (Fixed.)
807
808 -- frame-creation-function should always create a frame that is on the
809 same display as the selected frame. Maybe frame-creation-function
810 should simply be removed and make-frame changed to do the right
811 thing.
812
813 (Done, with a nice hack. frame-creation-function is now frame-local.)
814
815 -- Fix C-g on raw ttys.
816
817 (Done. I disabled the interrupt/quit keys on all secondary
818 terminals, so Emacs sees C-g as normal input. This looks like an
819 overkill, because emacsclient has extra code to pass SIGINT to
820 Emacs, so C-g should remain the interrupt/quit key on emacsclient
821 frames. See the next entry why implementing this distinction would
822 be a bad idea.)
823
824 -- Make sure C-g goes to the right frame with ttys. This is hard, as
825 SIGINT doesn't have a tty parameter. :-(
826
827 (Done, the previous change fixes this as a pleasant side effect.)
828
829 -- I have seen a case when Emacs with multiple ttys fell into a loop
830 eating 100% of CPU time. Strace showed this loop:
831
832 getpid() = 30284
833 kill(30284, SIGIO) = 0
834 --- SIGIO (I/O possible) @ 0 (0) ---
835 ioctl(6, FIONREAD, [0]) = -1 EIO (Input/output error)
836 ioctl(5, FIONREAD, [0]) = -1 EIO (Input/output error)
837 ioctl(0, FIONREAD, [0]) = 0
838 sigreturn() = ? (mask now [])
839 gettimeofday({1072842297, 747760}, NULL) = 0
840 gettimeofday({1072842297, 747806}, NULL) = 0
841 select(9, [0 3 5 6], NULL, NULL, {0, 0}) = 2 (in [5 6], left {0, 0})
842 select(9, [0 3 5 6], NULL, NULL, {0, 0}) = 2 (in [5 6], left {0, 0})
843 gettimeofday({1072842297, 748245}, NULL) = 0
844
845 I have seen something similar with a single X frame, but have not
846 been able to reproduce it for debugging.
847
848 Update: This may have been caused by checking for nread != 0
849 instead of nread > 0 after calling read_socket_hook in
850 read_avail_input.
851
852 (Fixed. This was caused by unconditionally including stdin in
853 input_wait_mask in init_process. The select call in
854 wait_reading_process_input always returned immediately, indicating
855 that there is pending input from stdin, which nobody read.
856
857 Note that the above strace output seems to be an unrelated but
858 similar bug. I think that is now fixed.)
859
860 -- Exiting Emacs while there are emacsclient frames doesn't restore the
861 ttys to their default states.
862
863 (This seems to be fixed by some previous change.)
864
865 -- Allow opening an X session after -nw.
866
867 (Done.)
868
869 -- Fix color handling during tty+X combo sessions. (It seems that tty
870 sessions automatically convert the face colors to terminal colors
871 when the face is loaded. This conversion must happen instead on
872 the fly in write_glyphs, which might be problematic, as color
873 approximation is currently done in lisp (term/tty-colors.el).)
874 (Update: hm, colors seem to work fine if I start emacs with -nw and
875 then create an X frame. Maybe it's just a small buglet somewhere.)
876
877 (Seems to be fixed. The problem was in startup.el, it did not
878 initialize tty colors when the initial window system was
879 graphical.)
880
881 -- emacs -nw --eval '(y-or-n-p "Foobar")' segfaults. (Reported by
882 Romain Francoise)
883
884 (Fixed, there was a keyboard initialization problem.)
885
886 -- Fix interactive use of temacs. There are face-related SEGVs, most
887 likely because of changes in realize_default_face, realize_face.
888
889 (Fixed.)
890
891 -- Don't exit Emacs when the last X connection fails during a
892 multi-display session.
893
894 (Fixed.)
895
896 -- Dan Nicolaescu noticed that starting emacsclient on the same
897 terminal device that is the controlling tty of the Emacs process
898 gives unexpected results.
899
900 (Fixed.)
901
902 -- Istvan Marko reported that Emacs hang on ttys if it was started
903 from a shell script.
904
905 (Fixed. There was a bug in the multi-tty version of
906 narrow_foreground_group. tcsetpgrp blocks if it is called from a
907 process that is not in the same process group as the tty.)
908
909 -- emacsclient -t from an Emacs term buffer does not work, complains
910 about face problems. This can even lock up Emacs (if the recursive
911 frame sets single_kboard). Update: the face problems are caused by
912 bugs in term.el, not in multi-tty. The lockup is caused by
913 single_kboard mode, and is not easily resolvable. The best thing to
914 do is to simply refuse to create a tty frame of type `eterm'.
915
916 (Fixed, changed emacsclient to check for TERM=eterm. The face
917 complaints seem to be caused by bugs in term.el; they are not
918 related to multi-tty.)
919
920 -- Find out the best way to support suspending Emacs with multiple
921 ttys. My guess: disable it on the controlling tty, but from other
922 ttys pass it on to emacsclient somehow. (It is (I hope) trivial to
923 extend emacsclient to handle suspend/resume. A `kill -STOP' almost
924 works right now.)
925
926 (Done. I needed to play with signal handling and the server
927 protocol a bit to make emacsclient behave as a normal UNIX program
928 wrt foreground/background process groups.)
929
930 -- There is a flicker during the startup of `emacs -nw'; it's as if
931 the terminal is initialized, reset and then initialialized again.
932 Debug this. (Hint: narrow_foreground_group is called twice during
933 startup.)
934
935 (This is gone.)
936
937 -- Robert Chassell has found serious copy-paste bugs with the
938 multi-tty branch. There seem to be redisplay bugs while copying
939 from X to a terminal frame. Copying accented characters do not
940 work for me.
941
942 (Patch-124 should fix this, by changing the interprogram-*-function
943 variables to be frame-local, as suggested by Mark Plaksin
944 (thanks!). I think that the redisplay bugs are in fact not bugs,
945 but delays caused by single_kboard --> perhaps MULTI_KBOARD should
946 be removed.)
947
948 -- frame-creation-function was removed, which might be a bad idea.
949 Think up a compatible solution.
950
951 (It was an internal interface that may be changed when necessary.)
952
953 -- Change Lisp code not to (getenv "TERM"); use the `tty-type' frame
954 parameter or the frame-tty-type function instead. (M-x tags-search
955 "TERM" helps with this.) Update: Actually, all getenv invocations
956 should be checked for multi-tty compatibility, and an interface
957 must be implemented to get the remote client's environment.
958
959 (Done. Only getenv calls in lisp/term/*.el were changed; other
960 calls should be mostly left as they are.)
961
962 -- Add an elaborate mechanism for display-local variables. (There are
963 already a few of these; search for `terminal-local' in the Elisp
964 manual.)
965
966 (Not needed. Display-local variables could be emulated by
967 frame-local variables.)
968
969 -- Emacs assumes that all terminal frames have the same locale
970 settings as Emacs itself. This may lead to bogus results in a
971 multi-locale setup. (E.g., while logging in from a remote client
972 with a different locale.)
973 (Update after new bugreport by Friedrich Delgado Friedrichs:
974 (at least) the structs terminal_coding and keyboard_coding in
975 coding.c must be moved to struct display, and the Lisp interface
976 [set-]keyboard-coding-system must be adapted for the change.)
977
978 (Fixed. Emacs now uses the locale settings as seen by the
979 emacsclient process for server tty frames.)
980 (Update: Not really; Vlocale_coding_system is still global.)
981
982 -- Make `struct display' accessible to Lisp programs. Accessor functions:
983
984 (displayp OBJECT): Returns t if OBJECT is a display.
985 => Implemented as display-live-p.
986
987 (display-list): Returns list of currently active displays.
988 => Implemented.
989
990 (selected-display): Returns the display object of the selected frame.
991 => Not strictly necessary, but implemented anyway.
992
993 (frame-display FRAME): Returns the display object of FRAME.
994 => Implemented.
995
996 (display-frames DISPLAY): Returns a list of frames on DISPLAY.
997 => Already implemented, see frames-on-display-list.
998
999 (display-type DISPLAY): Returns the type of DISPLAY, as a
1000 symbol. (See `framep'.)
1001 => Implemented as display-live-p.
1002
1003 (display-device DISPLAY): Returns the name of the device that
1004 DISPLAY uses, as a string. (E.g: "/dev/pts/16", or
1005 ":0.0")
1006 => Implemented as display-name.
1007
1008 etc.
1009
1010 See next issue why this is necessary.
1011
1012 (Update: The consensus on emacs-devel seems to be to do this via
1013 integer identifiers. That's fine by me.)
1014
1015 (Done.)
1016
1017 -- The following needs to be supported:
1018
1019 $ emacsclient -t
1020 C-z
1021 $ emacsclient -t
1022 (This fails now.)
1023
1024 The cleanest way to solve this is to allow multiple displays on the
1025 same terminal device; each new emacsclient process should create
1026 its own display. As displays are currently identified by their
1027 device names, this is not possible until struct display becomes
1028 accessible as a Lisp-level object.
1029
1030 (Done.)
1031
1032 -- Miles Bader suggests that C-x C-c on an emacsclient frame should
1033 only close the frame, not exit the entire Emacs session. Update:
1034 see above for a function that does this. Maybe this should be the
1035 new default?
1036
1037 (Done. This is the new default. No complaints so far.)
1038
1039 -- Clean up the frame-local variable system. I think it's ugly and
1040 error-prone. But maybe I just haven't yet fully understood it.
1041
1042 (Nothing to do. It doesn't seem ugly any more. It's rather clever.)
1043
1044 -- Support multiple character locales. A version of
1045 `set-locale-environment' needs to be written for setting up
1046 display-local settings on ttys. I think calling
1047 set-display-table-and-terminal-coding-system and
1048 set-keyboard-coding-system would be enough. The language
1049 environment itself should remain a global setting.
1050
1051 (Done, by an ugly hack.)
1052
1053 ;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d