The patches below implement fuel-update-usings (C-cC-eu), which uses the
auto-use? facility to update your USING: lines. It provides some degree
of interactibility, and you're shown the list of changes before making
the modification. The file must compile with only missing vocabs errors
when the USING: line is removed for this to work.

Tell me what you think!

-----
The following changes since commit e4d3ea05817392017c293fe1aa5906eda1f86d50:
  Eduardo Cavazos (1):
        size-of: Add a Values: clause

are available in the git repository at:

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

Jose A. Ortega Ruiz (6):
      FUEL: More syntax table tweaks: better paren handling.
      Merge commit 'origin/master' into emacs
      FUEL: Small fixes.
      Merge commit 'origin/master' into emacs
      FUEL: New fuel-update-usings (C-cC-eu) command.
      Merge commit 'origin/master' into emacs

 extra/fuel/fuel.factor       |   27 ++++--
 misc/fuel/README             |    1 +
 misc/fuel/fuel-base.el       |    2 +-
 misc/fuel/fuel-connection.el |    2 +-
 misc/fuel/fuel-debug-uses.el |  223 ++++++++++++++++++++++++++++++++++++++++++
 misc/fuel/fuel-debug.el      |   24 +++--
 misc/fuel/fuel-eval.el       |    7 +-
 misc/fuel/fuel-font-lock.el  |   11 +--
 misc/fuel/fuel-listener.el   |    1 +
 misc/fuel/fuel-mode.el       |   34 +++++--
 misc/fuel/fuel-popup.el      |   11 ++-
 misc/fuel/fuel-syntax.el     |   53 +++++-----
 12 files changed, 328 insertions(+), 68 deletions(-)
 create mode 100644 misc/fuel/fuel-debug-uses.el

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to