[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-03-11 (14:59) |
From: | Romain Bardou <Romain.Bardou@l...> |
Subject: | Re: [Caml-list] Ocamlbuild with findlib + camlp4 |
Nicolas Pouillard wrote: > Try to do it Before_options, because here it's too late the ref has been consulted. Thanks, it works Before_options (by replacing "false" by "true" too ^^) except when compiling myocamlbuild.ml (indeed: the plugin is not loaded yet), which is why I thought it didn't work at first. I don't think there is a way to force classic-display = true for myocamlbuild.ml and then switch to classic-display = false in a plugin, but, well, a single weird line in emacs is fine I guess :) -- Romain Bardou