FUEL: fuel-scaffold-vocab: go to the right source file for subvocabs.

db4
Jose A. Ortega Ruiz 2009-01-11 22:29:11 +01:00
parent 484ed45e1a
commit d00d12d18c
2 changed files with 3 additions and 3 deletions

View File

@ -371,9 +371,8 @@ MEMO: (fuel-get-vocabs/tag) ( tag -- element )
! Scaffold support ! Scaffold support
: fuel-scaffold-vocab ( root name devname -- ) : fuel-scaffold-vocab ( root name devname -- )
developer-name set developer-name set dup [ scaffold-vocab ] dip
[ scaffold-vocab ] 2keep [ (normalize-path) ] dip dup dup require vocab-source-path (normalize-path) fuel-eval-set-result ;
append-path append-path ".factor" append fuel-eval-set-result ;
: fuel-scaffold-help ( name devname -- ) : fuel-scaffold-help ( name devname -- )
developer-name set developer-name set

View File

@ -32,6 +32,7 @@ beast.
(require 'factor-mode) (require 'factor-mode)
* Basic usage * Basic usage
*** Running the listener
If you're using the default factor binary and images locations inside If you're using the default factor binary and images locations inside
the Factor's source tree, that should be enough to start using FUEL. the Factor's source tree, that should be enough to start using FUEL.