changeset 83471:08b49bab776b

Fix permissions. (Reported by Han Boetes.) git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-511
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 13 Feb 2006 14:38:07 +0000
parents 978c1cb497a7
children b8bd59a73456
files README.multi-tty
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.