aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-19 16:13:52 +0000
committerDavid Aspinall1999-11-19 16:13:52 +0000
commitb6e85bd92170d3fb35ecfe0157345a06e59e25f5 (patch)
tree1af15a18aa6ab0d4d35b29992a1b79c16e759a24
parent1e671cfbe1cebd482338ae0d7d6bbc12f19b0e04 (diff)
Added note about C-c RET broken on console.
-rw-r--r--BUGS3
-rw-r--r--todo4
2 files changed, 7 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index b9fe6a6b..e3842bc4 100644
--- a/BUGS
+++ b/BUGS
@@ -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
diff --git a/todo b/todo
index d658817e..dcf4c6fc 100644
--- a/todo
+++ b/todo
@@ -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)