-
richlowejclulow: I mean, the big thing honestly is we don't really have them?
-
richloweor we do, but I doubt anyone but a truly weird minority use them.
-
richlowe(what's in your ~/.mdbrc?)
-
richloweI'm betting it's either "nothing" or "I'm statistically insignificant, but..."
-
richlowewe don't grep out 'note:' in nightly, and some of them seem (at times, potentially) useful.
-
richlowebut also impossible to necessarily suppress.
-
richloweif anyone has ideas about such things.
-
richlowetsoome: what does: 'Error: FICL_VM_STATE_COMPILE only!' mean?
-
tsoomeit means you can not use it in interactive mode, only in word definition
-
tsoomewhat word gave this error?
-
richlowe."
-
richlowe(using ficl-sys)
-
tsoomeyes, for interactive mode, you need s"
-
richloweand ficl-sys doesn't actually... do anything with it?
-
tsoomewith ." ? it does. for example: : help ." yes?" ; and then if you enter help, you get this string.
-
tsoome: help ." yes?" cr ; is a bit better
-
tsoomeah yes, in interactive mode the .( does output the string like ." does