From 7828a2e3c8361b0f04a2bd4fd0127ffcdc87153b Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 28 Mar 2011 09:49:48 +0000 Subject: Ide: new option -coqtop + remove wrong quoting of args * Run "coqide -coqtop someothercoqtop" if you want to use a toplevel which isn't the one coming alongside coqide. To be documented, to be improved (maybe an field in coqide's preferences ?). coqide -h should display this kind of ide-specific option. * Since we now use create_process instead of open_process, we don't use /bin/sh, hence running Filename.quote on args was actually wrong. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13932 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/minilib.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'ide/minilib.ml') diff --git a/ide/minilib.ml b/ide/minilib.ml index b791d779ca..9833fbd6bc 100644 --- a/ide/minilib.ml +++ b/ide/minilib.ml @@ -61,3 +61,4 @@ let subst_command_placeholder s t = let home = try Sys.getenv "HOME" with Not_found -> "." let coqlib = ref "" +let coqtop_path = ref "" -- cgit v1.2.3