# HG changeset patch # User Karoly Lorentey # Date 1139841487 0 # Node ID 08b49bab776bbcf5540835f3b77aacb584f0a846 # Parent 978c1cb497a72c9b497824dd78684c59b3d0a3d3 Fix permissions. (Reported by Han Boetes.) git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-511 diff -r 978c1cb497a7 -r 08b49bab776b README.multi-tty --- a/README.multi-tty Sun Feb 12 03:45:02 2006 +0000 +++ b/README.multi-tty Mon Feb 13 14:38:07 2006 +0000 @@ -402,6 +402,17 @@ THINGS TO DO ------------ +** emacsclient -t on the console does not work after sudo: + + # sudo lorentey + $ emacsclient -t + *ERROR*: Could not open file: /dev/tty1 + + The tty can be opened as /dev/tty by emacsclient, but not by Emacs. + This seems to be a serious problem. Currently my only idea is to + bring back the ugly pty proxy hack from the initial versions of + multi-tty. Suggestions would be appreciated. + ** Understand how `quit_throw_to_read_char' works, and fix any bugs that come to light.