aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-02-13 14:38:07 +0000
committerKaroly Lorentey <[email protected]>2006-02-13 14:38:07 +0000
commit89121f9543123f4f0d339a83025030864e673ec1 (patch)
tree5e7c27adf9c53d43d49f4af8971921261ac5db47 /README.multi-tty
parent8573f9ad33e99ff4fdd57eee20b86ede683f3247 (diff)
Fix permissions. (Reported by Han Boetes.)
git-archimport-id: [email protected]/emacs--multi-tty--0--patch-511
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index d7b9659b9d..59bca5007d 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.