comparison README.multi-tty @ 83411:c35ff18ca977

README updates. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-451
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 12 Dec 2005 03:32:16 +0000
parents fea405284011
children 573105015a96
comparison
equal deleted inserted replaced
83410:fea405284011 83411:c35ff18ca977
398 Currently you can not connect to new X displays when you compile 398 Currently you can not connect to new X displays when you compile
399 Emacs with GTK support. If you want to play around with GTK 399 Emacs with GTK support. If you want to play around with GTK
400 multidisplay (and don't mind core dumps), you can edit src/config.h 400 multidisplay (and don't mind core dumps), you can edit src/config.h
401 and define HAVE_GTK_MULTIDISPLAY there by hand. 401 and define HAVE_GTK_MULTIDISPLAY there by hand.
402 402
403 ** Audit `face-valid-attribute-values' usage in customize and
404 elsewhere. Its return value depends on the current window system.
405 Replace static initializers using it with runtime functions. For
406 example, custom's buttons are broken on non-initial device types.
407
403 ** Possibly turn off the double C-g feature when there is an X frame. 408 ** Possibly turn off the double C-g feature when there is an X frame.
404 C.f. (emacs)Emergency Escape. 409 C.f. (emacs)Emergency Escape.
405 410
406 ** frames-on-display-list should also accept frames. 411 ** frames-on-display-list should also accept frames.
407 412