diff options
| author | Karoly Lorentey | 2006-02-13 14:38:07 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-02-13 14:38:07 +0000 |
| commit | 89121f9543123f4f0d339a83025030864e673ec1 (patch) | |
| tree | 5e7c27adf9c53d43d49f4af8971921261ac5db47 /README.multi-tty | |
| parent | 8573f9ad33e99ff4fdd57eee20b86ede683f3247 (diff) | |
| download | emacs-89121f9543123f4f0d339a83025030864e673ec1.tar.gz emacs-89121f9543123f4f0d339a83025030864e673ec1.zip | |
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.) | |||
| 402 | THINGS TO DO | 402 | THINGS TO DO |
| 403 | ------------ | 403 | ------------ |
| 404 | 404 | ||
| 405 | ** emacsclient -t on the console does not work after sudo: | ||
| 406 | |||
| 407 | # sudo lorentey | ||
| 408 | $ emacsclient -t | ||
| 409 | *ERROR*: Could not open file: /dev/tty1 | ||
| 410 | |||
| 411 | The tty can be opened as /dev/tty by emacsclient, but not by Emacs. | ||
| 412 | This seems to be a serious problem. Currently my only idea is to | ||
| 413 | bring back the ugly pty proxy hack from the initial versions of | ||
| 414 | multi-tty. Suggestions would be appreciated. | ||
| 415 | |||
| 405 | ** Understand how `quit_throw_to_read_char' works, and fix any bugs | 416 | ** Understand how `quit_throw_to_read_char' works, and fix any bugs |
| 406 | that come to light. | 417 | that come to light. |
| 407 | 418 | ||