[Factor-talk] new_ui bug report

2009-02-20 Thread Adam
\ ui help in the listener, then in the error dialouge click Help, then
scroll down in the Error Description window.

An error occurred while drawing the world

An error occurred while drawing the world T{ world f ~array~ ~array~ f
f ~vector~ ~array~
This world has been deactivated to prevent cascading errors.
Sequence index out of bounds
index -1
seq   { }

I can't get a Traceback as that errors as well.

new_ui is beautiful btw.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] editors.emacs Windows integration

2009-02-20 Thread Doug Coleman
Hi,

The Emacs integration for Windows now tries to find your emacsclient  
binary by recursively searching through the "Program Files\Emacs" and  
"Program Files(x86)\Emacs" directories.  This is the default path for  
emacs-w32, which is the emacs that worked the best out of the box on  
Windows and the one several people in the #concatenative channel liked  
best.

On Windows, it seems the emacs-w32 emacsclient.exe starts Emacs for  
you if it's not already running.  On other platforms this does not  
seem to be the case.  Also on Windows, running emacsclient with the -- 
no-wait parameter causes emacsclient to exit with exit code 1, so on  
Windows this exit code is ignored.  On Unix platforms the behavior  
should be the same.

Finally, if your emacsclient is not just "emacsclient" or in the  
mentioned location on Windows, you will need to set the path.  There  
is a new "SYMBOL: emacsclient-path" for this:

"/home/erg/funky/emacs/emacsclient" emacsclient-path set-global

Of course I tested on Windows and Mac, but if I messed up anyone's  
Emacs integration beyond repair, let me know.

Doug

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Semantic errors with specialized methods (GENERIC: and M:)

2009-02-20 Thread Samuel Tardieu
> "Ludovic" == Ludovic Kuty  writes:

Ludovic> "The word rectangle=>area must declare a stack effect". But
Ludovic> the word declares a stack effect. Thus, I don't understand
Ludovic> what goes on.

The *GENERIC* version must declare a stack effect:

  GENERIC: area ( shape -- x )

Ludovic> PS: Is it a good practice to use pastebin with the mailing
Ludovic> list or pastebin is mainly for the IRC channel ? Maybe
Ludovic> message on the mailing list have to be self contained.

For such short samples, including the information in the message makes
it easier to answer for people who answer mail offline.

  Sam
-- 
Samuel Tardieu -- s...@rfc1149.net -- http://www.rfc1149.net/


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Semantic errors with specialized methods (GENERIC: and M:)

2009-02-20 Thread Ludovic Kuty
Hello everybody,

I made a simple code to test the GENERIC word (cfr. 
http://paste.factorcode.org/paste?id=454 
  ) but factor notifies me of 3 semantic errors ( 
http://paste.factorcode.org/paste?id=454#231 
  ) like this one "The word rectangle=>area must declare a stack  
effect". But the word declares a stack effect. Thus, I don't  
understand what goes on.

Any help would be appreciated.

TIA,

Ludovic Kuty

PS: Is it a good practice to use pastebin with the mailing list  or  
pastebin is mainly for the IRC channel ? Maybe message on the mailing  
list have to be self contained.


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk