Here's the full code for .factor-rc:
 
USING: listener namespaces sequences ;
! Add math.ranges to the Scratchpad vocab of the Listener.
interactive-vocabs [ "math.ranges" suffix ] change-global
 
 
29.11.2020, 16:50, "Alexander Ilin" <ajs...@yandex.ru>:
See the SYMBOL: interactive-vocabs in the basis\listener.factor.
 
29.11.2020, 15:25, "Alexander Ilin" <ajs...@yandex.ru>:
I think you need to somehow edit the vocabs preloaded into the Scratchpad vocab of the Listener.
 
29.11.2020, 12:07, "kevin" <kevinpat...@gmail.com>:
Hello fellow Factor users.
 
Today, I finally became fed up with having to load the math.ranges vocabulary in the listener every time I want to use a word like [a,b]. Especially since it needs to disambiguate with math.intervals and I have to stop and think about which one to pick.
 
I was under the impression that simply going
 
    USE: math.ranges
    save
 
Would save to the default image with math.ranges loaded, but when I exit and start the listener up again, the change does not take.
 
I then figured that maybe I could save a custom image with
 
    "myimage.image" save-image
 
and indeed, it does save a file named myimage.image in the factor directory. Then when I try to invoke factor like
 
    factor -i=myimage.image
 
it complains about not being able to locate the file.
 
I then figured I wouldn't mind waiting for vocabs to load and maybe I could just try loading them in my .factor-rc or .factor-boot-rc, but that doesn't work either. Any ideas on how I can get this to work? Thanks!
,,

_______________________________________________
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

 
 
---=====---
Александр
 
,,

_______________________________________________
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