Sat, 25 Aug 2007
Factor 0.90
It's been a while since I've looked at Factor, and things are looking good.
When using emacs with Factor under Microsoft Windows, remember to make sure before you start Factor that emacsclient is in your path, and then do:
"editors.emacs" require
to tell Factor your going to use emacs. After that, make sure that you've started the server in emacs with server-start and try something like:
\ . edit
to see the definition of the . word.
Note
This is a timewarp post.