[developers] LUI now on by default in LKB?
Stephan Oepen
oe at ifi.uio.no
Thu Jun 4 20:51:48 CEST 2009
ann, apologies for a late follow-up,
> it seems that LUI is now the default with the vanilla LKB svn source.
> is this correct?
i would not think so. at least i have not made changes to that code in
a good while.
i believe this is the relevant code, from start-lkb():
#+:lui
(let* ((lui (getenv "LUI"))
(port (and (stringp lui) (parse-integer lui :junk-allowed t))))
(when lui (lui-initialize :port port :runtimep runtimep :lui lui)))
so, unless a user sets the environment variable, i would not expect LUI
to be on by default.
in theory, a grammar could include an initialize-lui() call somewhwere
in its collateral files, but i am not aware of such cases (and think we
should discourage such creativity).
best - oe
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++ Universitetet i Oslo (IFI); Boks 1080 Blindern; 0316 Oslo; (+47) 2284 0125
+++ CSLI Stanford; Ventura Hall; Stanford, CA 94305; (+1 650) 723 0515
+++ --- oe at ifi.uio.no; oe at csli.stanford.edu; stephan at oepen.net ---
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
More information about the developers
mailing list