Better comment about space-escaping in Emacs mode
authorDavid Christiansen <david@davidchristiansen.dk>
Mon, 1 Aug 2016 12:58:22 +0000 (08:58 -0400)
committerDavid Christiansen <david@davidchristiansen.dk>
Mon, 1 Aug 2016 12:58:22 +0000 (08:58 -0400)
The behavior of :cd at the cubical shell is now better described in a
comment, so as to not surprise Elisp hackers.

cubicaltt.el

index 5ad435f0a240531635244e77ebfdbe7d46f5f5cb..b70edce67ec90610fbe753aabcc8fda0e0e14573 100644 (file)
@@ -132,7 +132,8 @@ If no buffer is loaded, then this variable is nil.")
           (f (file-name-nondirectory file)))
       (save-buffer)
       ;; Get in the right working directory. No space-escaping is
-      ;; necessary for cubical.
+      ;; necessary for cubical, which in fact expects filenames to be
+      ;; written without quotes or space-escaping.
       (comint-send-string cubical-proc (concat ":cd " dir "\n"))
       ;; Load the file
       (comint-send-string cubical-proc (concat ":l " f "\n"))