FUEL: removing fuel-autodoc-eval-using-form-p, it's not a very useful feature
parent
a1f9fca4dc
commit
b099ec1e07
|
@ -31,23 +31,6 @@
|
||||||
:group 'fuel-autodoc
|
:group 'fuel-autodoc
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
|
|
||||||
(defcustom fuel-autodoc-eval-using-form-p nil
|
|
||||||
"When enabled, automatically load vocabularies in USING: form
|
|
||||||
to display autodoc messages.
|
|
||||||
|
|
||||||
In order to show autodoc messages for words in a Factor buffer,
|
|
||||||
the used vocabularies must be loaded in the Factor image. Setting
|
|
||||||
this variable to `t' will do that automatically for you,
|
|
||||||
asynchronously. That means that you'll be able to move around
|
|
||||||
while the vocabs are being loaded, but no other FUEL
|
|
||||||
functionality will be available until loading finishes (and it
|
|
||||||
may take a while). Thus, this functionality is disabled by
|
|
||||||
default. You can force loading the vocabs in a Factor buffer
|
|
||||||
USING: form with \\[fuel-load-usings]."
|
|
||||||
:group 'fuel-autodoc
|
|
||||||
:type 'boolean)
|
|
||||||
|
|
||||||
|
|
||||||
;;; Eldoc function:
|
;;; Eldoc function:
|
||||||
|
|
||||||
|
|
|
@ -123,8 +123,7 @@ buffer in case of errors."
|
||||||
(defun fuel-load-usings ()
|
(defun fuel-load-usings ()
|
||||||
"Loads all vocabularies in the current buffer's USING: from.
|
"Loads all vocabularies in the current buffer's USING: from.
|
||||||
Useful to activate autodoc help messages in a vocabulary not yet
|
Useful to activate autodoc help messages in a vocabulary not yet
|
||||||
loaded. See documentation for `fuel-autodoc-eval-using-form-p'
|
loaded."
|
||||||
for details."
|
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "Loading all vocabularies in USING: form ...")
|
(message "Loading all vocabularies in USING: form ...")
|
||||||
(let ((err (fuel-eval--retort-error
|
(let ((err (fuel-eval--retort-error
|
||||||
|
|
Loading…
Reference in New Issue