comparison README.multi-tty @ 83472:b8bd59a73456

Fix tty state problem after error in `set-quit-char'. * src/keyboard.c (Fset_quit_char): Don't leave tty state uninitialized after an error. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-512
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 14 Feb 2006 12:32:39 +0000
parents 08b49bab776b
children 3a9507e5aa39
comparison
equal deleted inserted replaced
83471:08b49bab776b 83472:b8bd59a73456
400 is probably not very interesting for anyone else.) 400 is probably not very interesting for anyone else.)
401 401
402 THINGS TO DO 402 THINGS TO DO
403 ------------ 403 ------------
404 404
405 ** emacsclient -t on the console does not work after sudo: 405 ** emacsclient -t on the console does not work after su:
406 406
407 # sudo lorentey 407 # su lorentey
408 $ emacsclient -t 408 $ emacsclient -t
409 *ERROR*: Could not open file: /dev/tty1 409 *ERROR*: Could not open file: /dev/tty1
410 410
411 The tty can be opened as /dev/tty by emacsclient, but not by Emacs. 411 The tty can be opened as /dev/tty by emacsclient, but not by Emacs.
412 This seems to be a serious problem. Currently my only idea is to 412 This seems to be a serious problem. Currently my only idea is to