diff options
| author | David Aspinall | 1999-11-19 16:13:52 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-19 16:13:52 +0000 |
| commit | b6e85bd92170d3fb35ecfe0157345a06e59e25f5 (patch) | |
| tree | 1af15a18aa6ab0d4d35b29992a1b79c16e759a24 | |
| parent | 1e671cfbe1cebd482338ae0d7d6bbc12f19b0e04 (diff) | |
Added note about C-c RET broken on console.
| -rw-r--r-- | BUGS | 3 | ||||
| -rw-r--r-- | todo | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -88,6 +88,9 @@ interrupt, the whole process may be killed instead of interrupted. This isn't a bug in Proof General, but the behaviour of ssh. Try using rsh instead, it is said to forward signals to the remote command. +* In tty mode, the binding C-c C-RET has no effect. +Workaround: manually bind C-c RET to 'proof-goto-point instead. + LEGO Proof General Bugs @@ -53,6 +53,10 @@ A Final stuff for 3.0 release [da]: --------------------------------------------- +D Strange problem when running in tty mode: c-c c-RET seems to be + impossible to type. Consider binding C-c RET instead when + running on a console. + C Tidy up library-loading and dependencies. (Probably do this at the same time as organizing for the XEmacs packaging mechanism) |
