Thanks Jose, I'm finding these really useful. :-)

On Sat, Dec 20, 2008 at 7:58 AM, Jose A. Ortega Ruiz <j...@gnu.org> wrote:

>
> The patch below adds stack inference support to FUEL. In factor files
> you can:
>
>  - C-cC-de : show the stack effect of current sexp
>  - C-uC-cC-de : show the stack effect of current region
>  - M-x fuel-stack-mode : enable stack autodoc
>
> When stack autodoc is enabled (off by default), the stack effect of
> current sexp is automatically shown when the cursor rests on an empty
> space.
>
> There are some customization options, accessible via
> M-x customize-group RET fuel-stack.
>
> Thanks!
>
> --------
> The following changes since commit
> 76bb45d300f60d271d654d81e0744a9edcff2cd2:
>  Jose A. Ortega Ruiz (1):
>        FUEL: Better symbol at point recognition.
>
> are available in the git repository at:
>
>  http://git.hacks-galore.org/jao/factor.git emacs
>
> Jose A. Ortega Ruiz (1):
>      FUEL: Stack inference support.
>
>  extra/fuel/fuel.factor       |   17 +++---
>  misc/fuel/README             |    1 +
>  misc/fuel/fuel-autodoc.el    |   95 ++++++++++++++++++++++++++++++
>  misc/fuel/fuel-base.el       |   13 ++++
>  misc/fuel/fuel-completion.el |    2 +-
>  misc/fuel/fuel-eval.el       |    4 +-
>  misc/fuel/fuel-help.el       |   60 +-------------------
>  misc/fuel/fuel-mode.el       |   25 ++++++--
>  misc/fuel/fuel-stack.el      |  132
> ++++++++++++++++++++++++++++++++++++++++++
>  misc/fuel/fuel-syntax.el     |   27 +++++++-
>  10 files changed, 295 insertions(+), 81 deletions(-)
>  create mode 100644 misc/fuel/fuel-autodoc.el
>  create mode 100644 misc/fuel/fuel-stack.el
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to