"Slava Pestov" <[email protected]> writes:

> Jose,
>
> I noticed today that sometimes the last character in a buffer is not
> transmitted to Factor. I'm working on a FUEL screencast, and I had an
> app like so,
>
> IN: ui-demo
>
> : ui-demo ... ;
>
> MAIN: ui-demo
>
> And when I did C-cC-eu, a word named 'ui-dem' was deferred in the
> ui-demo vocabulary, presumably because FUEL invoked the restart for
> that.

I'm guessing this was happening with a file with no newline at eof. The
following patch should fix it.

The following changes since commit 28029404c3986214dbafc865e09ce2176d6057db:
  Jose A. Ortega Ruiz (1):
        FUEL: README updated.

are available in the git repository at:

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

Jose A. Ortega Ruiz (1):
      FUEL: Fix usings update when no newline at eof.

 misc/fuel/fuel-base.el       |    2 +-
 misc/fuel/fuel-debug-uses.el |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to