From 0bc3d4022d30f50a4f7221facb5e8ba728b657bf Mon Sep 17 00:00:00 2001 From: Assia Mahboubi Date: Tue, 17 Mar 2009 13:23:30 +0000 Subject: fixed a bad interaction with Coq -R option --- coq/coq.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/coq/coq.el b/coq/coq.el index c769ff39..c9471692 100644 --- a/coq/coq.el +++ b/coq/coq.el @@ -117,8 +117,10 @@ On Windows you might need something like: ;; FIXME da: this was disabled (set to nil) -- why? ;; da: 3.5: add experimetntal -(defvar coq-shell-cd - "Add LoadPath \"%s\"." ;; fixes unadorned Require (if .vo exists). +;; am:answer: because of bad interaction +;; with coq -R option. +(defvar coq-shell-cd nil +;; "Add LoadPath \"%s\"." ;; fixes unadorned Require (if .vo exists). "*Command of the inferior process to change the directory.") (defvar coq-shell-abort-goal-regexp "Current goal aborted" -- cgit v1.2.3