aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-22 12:53:35 +0000
committerDavid Aspinall2000-03-22 12:53:35 +0000
commitaaf47bf358301b0f09e3500ea9eb3f596b7ee7c5 (patch)
tree5ea75c26e20695c30d645e05dd2a9f45bbf44bff
parent62acb71bcf74d7a8123bf65fb9855815fd3acba3 (diff)
Use new format character %s to %e to cope with nasty filenames with backslashes.
-rw-r--r--hol98/hol98.el2
-rw-r--r--isa/isa.el2
-rw-r--r--isar/isar.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/hol98/hol98.el b/hol98/hol98.el
index 41f2f484..efb22a55 100644
--- a/hol98/hol98.el
+++ b/hol98/hol98.el
@@ -31,7 +31,7 @@
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 \"%s\""
+ proof-shell-cd-cmd "FileSys.chDir \"%e\""
proof-shell-prompt-pattern "^[->] "
proof-shell-interrupt-regexp "Interrupted"
proof-shell-start-goals-regexp
diff --git a/isa/isa.el b/isa/isa.el
index 9efcf6bc..54d40621 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -142,7 +142,7 @@ and script mode."
proof-shell-prompt-pattern "^2?[ML-=#>]>? \372?"
;; for issuing command, not used to track cwd in any way.
- proof-shell-cd-cmd "Library.cd \"%s\""
+ proof-shell-cd-cmd "Library.cd \"%e\""
;; FIXME: the next two are probably only good for NJ/SML
proof-shell-interrupt-regexp "Interrupt"
diff --git a/isar/isar.el b/isar/isar.el
index eef823e6..9914c7b8 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -242,7 +242,7 @@
proof-shell-prompt-pattern "^\\w*[>#] "
;; for issuing command, not used to track cwd in any way.
- proof-shell-cd-cmd "ML {* Library.cd \"%s\" *}"
+ proof-shell-cd-cmd "ML {* Library.cd \"%e\" *}"
proof-shell-proof-completed-regexp nil ; n.a.
proof-shell-interrupt-regexp "\364\\*\\*\\* Interrupt\\|\360Interrupt"