That's because your 'test' word was defined in the listener, and not in a source file.
Try something like \ + edit To open the library word '+'. It should open core/math/math.factor in scite. Slava On 4-Nov-07, at 4:30 PM, Arie van Wingerden wrote: > Hi Matthew and Daniel, > > thanks for the answer. > Indeed the USE works fine. > > However, when i create a dummy word like > : test * . ; > and i enter > \ test edit > no error is reported, but also Scite doesn't open. > > I already have put the path to scite.exe in the Windows environment > variable PATH, but still no result. > Do I need to specify the path to Scite manually (e.g. in edit- > location) ? > > Sorry to bother again ;-) > > TIA, > Arie > > 2007/11/4, Daniel Ehrenberg <[EMAIL PROTECTED]>: To load a > vocabulary, generally you use the parsing word USE: or > USING:. You can look up the help files on these words for more > details, but in this case, you just need to enter the command USE: > editors.scite at the listener. (You might later want to save an image > with this loaded, or put it in your .factor-rc, but for now, just > entering this command should do.) > > Daniel Ehrenberg > > On 11/4/07, Arie van Wingerden <[EMAIL PROTECTED] > wrote: > > Hi, > > > > i found this > > <snippet> > > - edit ( defspec -- ) > > Depending on the editor you are using, you must load one of the > child > > vocabularies of the editors vocabulary, for example editors.emacs. > > </snippet> > > in the documentation and am aware that i (in my case) should "load" > > editors.scite. > > > > But i don't know how to "load" :-( > > > > I found "load-vocab" but didn't manage to use it properly. > > > > Question 1: Does somebody have a literal example? > > > > Question 2: is there a kind of INI file to do this kind of thing > > automatically every time the workspace is started? > > > > TIA, > > Arie > > > > > ---------------------------------------------------------------------- > --- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Factor-talk mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/factor-talk > > > > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
