From 89121f9543123f4f0d339a83025030864e673ec1 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Mon, 13 Feb 2006 14:38:07 +0000 Subject: Fix permissions. (Reported by Han Boetes.) git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-511 --- README.multi-tty | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.multi-tty') diff --git a/README.multi-tty b/README.multi-tty index d7b9659b9dd..59bca5007d5 100644 --- a/README.multi-tty +++ b/README.multi-tty @@ -402,6 +402,17 @@ is probably not very interesting for anyone else.) 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. -- cgit v1.2.1