aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey2004-01-22 02:36:55 +0000
committerKaroly Lorentey2004-01-22 02:36:55 +0000
commite9cda8277618ce4e2644e852539474b7b67f09e3 (patch)
treeca87f4bef3d3f98379211ea69f1fb3c26452a540 /README.multi-tty
parent990e879437236fc76e827d6191899c117f01fd99 (diff)
downloademacs-e9cda8277618ce4e2644e852539474b7b67f09e3.tar.gz
emacs-e9cda8277618ce4e2644e852539474b7b67f09e3.zip
Romain Francoise's and Ami Fischman's bugfixes.
src/term.c (create_tty_output): Fix syntax error. Reported by Ami Fischman (ami at fischman dot org). lisp/loadup.el: Load term/x-win.el if X is available. lisp/startup.el (handle-args-function-alist) (window-system-initialization-alist): New variables. (command-line): Don't load term/x-win.el, use the above variables. lisp/x-win.el: (x-initialize-window-system): New function, move X initialization here. (x-initialized): New variable. lisp/frame.el (make-frame-on-display): Don't initialize X twice, and make sure to pass the correct display parameter to x-open-connection. Reported by Romain Francoise (romain at orebokech dot com). git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-58
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 42e1867d98e..70d0fd12180 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -140,6 +140,8 @@ See arch logs.
140THINGS TO DO 140THINGS TO DO
141------------ 141------------
142 142
143** emacs -nw --eval '(y-or-n-p "Foobar")' segfaults.
144
143** Fix color handling during tty+X combo sessions. (It seems that tty 145** Fix color handling during tty+X combo sessions. (It seems that tty
144 sessions automatically convert the face colors to terminal colors 146 sessions automatically convert the face colors to terminal colors
145 when the face is loaded. This conversion must happen instead on 147 when the face is loaded. This conversion must happen instead on