]> gitweb.factorcode.org Git - factor.git/commitdiff
FUEL: removing fuel-autodoc-eval-using-form-p, it's not a very useful feature
authorBjörn Lindqvist <bjourne@gmail.com>
Sat, 7 Jan 2017 14:22:33 +0000 (15:22 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Sat, 7 Jan 2017 14:26:19 +0000 (15:26 +0100)
misc/fuel/fuel-autodoc.el
misc/fuel/fuel-mode.el

index e391a3d9f4f50e5fc8bbebb7af6ebe24b8ca3d36..a8aa568d3a63dfa688cf9ea69129cdd634cc7fe8 100644 (file)
   :group 'fuel-autodoc
   :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)
-
 \f
 ;;; Eldoc function:
 
index fc0224292b9645fb9fe604f5997e26a578c38627..043ef1c97d3d07f2bbe47ea0423b103ad5bab89c 100644 (file)
@@ -123,8 +123,7 @@ buffer in case of errors."
 (defun fuel-load-usings ()
   "Loads all vocabularies in the current buffer's USING: from.
 Useful to activate autodoc help messages in a vocabulary not yet
-loaded. See documentation for `fuel-autodoc-eval-using-form-p'
-for details."
+loaded."
   (interactive)
   (message "Loading all vocabularies in USING: form ...")
   (let ((err (fuel-eval--retort-error