Hi,

Up to now, when autodoc was enabled, FUEL was silently loading all
vocabs in Factor buffers USING: forms in order to show help messages in
the minibuffer. During that loading (which can take a while), other FUEL
functionality would not work.

With the patch below, that behaviour is controlled by the customizable
variable `fuel-autodoc-eval-using-form-p', which is disabled by default.
Set it to `t' to recover the old behaviour. Without it, you won't see
autodoc in non-loaded vocabularies until you load 'em (C-cC-l) or use
the new command `fuel-load-usings' (bound to C-cC-el).

Cheers,
jao

--------------------
The following changes since commit 91b4947e1eed69f07dbf34935725acced661a235:
  Doug Coleman (1):
        with-logging should not take a DEBUG level

are available in the git repository at:

  http://git.hacks-galore.org/jao/factor.git emacs

Jose A. Ortega Ruiz (1):
      FUEL: Don't load vocabs in USING: form by default.

 extra/fuel/fuel.factor      |    2 ++
 extra/fuel/help/help.factor |    6 ++++++
 misc/fuel/README            |    1 +
 misc/fuel/fuel-autodoc.el   |   21 +++++++++++++++++++--
 misc/fuel/fuel-eval.el      |    2 +-
 misc/fuel/fuel-mode.el      |   15 ++++++++++++++-
 6 files changed, 43 insertions(+), 4 deletions(-)

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to