diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2006-02-13 14:38:07 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2006-02-13 14:38:07 +0000 |
commit | 89121f9543123f4f0d339a83025030864e673ec1 (patch) | |
tree | 5e7c27adf9c53d43d49f4af8971921261ac5db47 /README.multi-tty | |
parent | 8573f9ad33e99ff4fdd57eee20b86ede683f3247 (diff) | |
download | emacs-89121f9543123f4f0d339a83025030864e673ec1.tar.gz |
Fix permissions. (Reported by Han Boetes.)
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-511
Diffstat (limited to 'README.multi-tty')
-rw-r--r-- | README.multi-tty | 11 |
1 files changed, 11 insertions, 0 deletions
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. |