Re: [Factor-talk] Factor listener windows do not respond on mouse button click. Left.

2012-12-12 Thread John Benediktsson
I'm sorry about this! First time we've gotten a report that mouse click doesn't work. Best repo is Slava's: https://github.com/slavapestov/factor On Dec 12, 2012, at 10:13 PM, Damian DobroczyƄski wrote: > W dniu 08.12.2012 16:55, John Benediktsson pisze: >> Very strange, have not heard of t

Re: [Factor-talk] Factor listener windows do not respond on mouse button click. Left.

2012-12-12 Thread Damian DobroczyƄski
W dniu 08.12.2012 16:55, John Benediktsson pisze: > Very strange, have not heard of this before. Would you open a Github > issue and maybe we can triage there? > Since it still behaves the same way (I thought maybe Ubuntu updates related to X stuff would do) I'm forced to enter GitHub: which repo

Re: [Factor-talk] Namespaces in Factor

2012-12-12 Thread John Benediktsson
Typically, you would need to specify which word you mean: Given: IN: vocab-a : foo ( -- x ) 12 ; IN: vocab-b : foo ( -- x ) 14 ; IN: vocab-c : bar ( -- x ) foo ; This would happen: IN: scratchpad USE: vocab-c Loading resource:work/vocab-c/vocab-c.factor Loading resourc

[Factor-talk] Namespaces in Factor

2012-12-12 Thread nitralime
Hi folks! How do the namespaces work in Factor? What happens if "USING: vocab-a vocab-b ;" leads to conflicting word definitions in these two vocabularies? Regards Nik -- LogMeIn Rescue: Anywhere, Anytime Remote support