gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gforth] char translation with 'everychar' causes word completion er


From: Marcos Cruz
Subject: Re: [gforth] char translation with 'everychar' causes word completion error
Date: Fri, 21 Jun 2013 14:04:14 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

En/Je/On 2013-06-21 05:46, Josh Grams escribió / skribis / wrote :

> You're *removing* the existing functionality of everychar -- I'd guess
> that's what's screwing it up.  Try this:
> 
> : (everychar)  defers everychar  dup bl <> and ;

You're right. I supposed 'everychar' was  a mere hook for the
programmer, but not used by Gforth itself -- and I didn't check it. Now
I see it's vectored to 'kill-prefix'.

Thank you!

Marcos

-- 
http://programandala.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]