From 41f4016951538f4b3dc935bb7d2bd57ee54014a9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 22 Mar 2000 14:12:16 +0000 Subject: Set proof-shell-filename-escapes, switch back to %s --- hol98/hol98.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hol98') diff --git a/hol98/hol98.el b/hol98/hol98.el index efb22a55..a11f339a 100644 --- a/hol98/hol98.el +++ b/hol98/hol98.el @@ -31,7 +31,8 @@ proof-showproof-command "p()" proof-undo-n-times-cmd "(pg_repeat backup %s; p());" proof-auto-multiple-files t - proof-shell-cd-cmd "FileSys.chDir \"%e\"" + proof-shell-cd-cmd "FileSys.chDir \"%s\"" + proof-shell-filename-escapes '(("\\\\" . "\\\\") ("\"" . "\\\"")) proof-shell-prompt-pattern "^[->] " proof-shell-interrupt-regexp "Interrupted" proof-shell-start-goals-regexp -- cgit v1.2.3