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

> Hi Rocardo,
>
> Unfortunately on Windows, Factor cannot run the UI and use the TTY
> console at the same time. This is going to get fixed soon. In the
> meantime, either run two Factor instances, or ask Jose very nicely to
> add support for connecting to a remote Factor instance using
> extra/tty-server.
>

OK, that was polite enough. The patch below implements remote Factor
connections in FUEL. As explained in the README:

  - in Factor, start the server with: "fuel" run
  - in Emacs, connect to the server with: M-x connect-to-factor

Seems to work here, but please tell me about any problems you encounter.

Thanks!

----------------------
The following changes since commit db63d9d324ac5064ab40e6ee708955123882230b:
  Jose A. Ortega Ruiz (1):
        FUEL: Fix bug in usings update doing the wrong thing for empty USING:.

are available in the git repository at:

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

Jose A. Ortega Ruiz (1):
      FUEL: remote connections.

 extra/fuel/fuel.factor     |   23 ++++++++++++++++++++---
 misc/fuel/README           |   14 ++++++++++++++
 misc/fuel/fu.el            |    3 +++
 misc/fuel/fuel-listener.el |   22 ++++++++++++++++++++++
 4 files changed, 59 insertions(+), 3 deletions(-)

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to