Re: [Factor-talk] easy-help example

2008-12-24 Thread Eduardo Cavazos
Chris Double wrote: > I haven't tried using it yet, but the example is compelling - very nice! Glad you like it! It's just a prototype at this point. Feel free to mess around with it, but don't go rewriting all yer docs in it. Yet... Ed

Re: [Factor-talk] easy-help example

2008-12-24 Thread Eduardo Cavazos
John Benediktsson wrote: > I just tried the example, and it looks like it chomps the first > character of each line? > > eq sequence > xemplar sequence > ewseq a new sequence .. > > utputs... > > Is that just me? Make sure there's 4 spaces of indentation. I know, it's sill

Re: [Factor-talk] easy-help example

2008-12-24 Thread John Benediktsson
I just tried the example, and it looks like it chomps the first character of each line? eq sequence xemplar sequence ewseq a new sequence .. utputs... Is that just me? On Wed, Dec 24, 2008 at 1:12 AM, Eduardo Cavazos wrote: > Hello, > > Here is the help markup for the

Re: [Factor-talk] easy-help example

2008-12-24 Thread Chris Double
On Wed, Dec 24, 2008 at 10:12 PM, Eduardo Cavazos wrote: > Here is the help markup for the word 'like' in "sequences-docs.factor" : I haven't tried using it yet, but the example is compelling - very nice! Chris. -- http://www.bluishcoder.co.nz --

[Factor-talk] easy-help example

2008-12-24 Thread Eduardo Cavazos
Hello, Here is the help markup for the word 'like' in "sequences-docs.factor" : HELP: like { $values { "seq" sequence } { "exemplar" sequence } { "newseq" "a new sequence" } } { $contract "Outputs a sequence with the same elements as

Re: [Factor-talk] FUEL: New fuel-update-usings command

2008-12-24 Thread Eduardo Cavazos
On Tuesday 23 December 2008 03:43:00 pm Jose A. Ortega Ruiz wrote: > The patches below implement fuel-update-usings (C-cC-eu), which uses the > auto-use? facility to update your USING: lines. It provides some degree > of interactibility, and you're shown the list of changes before making > the mod