interesting.  I will try that.<div><br></div><div>Actually, I was quite confused and didn't make myself very clear.  All I want is to run my script from emacs, but on fluxus.  I managed to do that in Eclipse, but I get errors when trying the GLSL examples.</div>
<div><br></div><div>Sorry about this wandering.  I'm new to fluxus and scheme in general and I'm not quite sure of what I'm doing.<br><div><div><br></div>Roger<br><br>(+34) 639 81 26 71<div><a href="http://www.rogerpibernat.com" target="_blank">http://www.rogerpibernat.com</a><br>
<a href="http://doodledeedoo.wordpress.com/" target="_blank">http://doodledeedoo.wordpress.com/</a></div><br>
<br><br><div class="gmail_quote">On Fri, May 25, 2012 at 12:35 PM, Kassen <span dir="ltr"><<a href="mailto:signal.automatique@gmail.com" target="_blank">signal.automatique@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, May 25, 2012 at 01:16:04AM +0200, roger pibernat wrote:<br>
> I'm new to Emacs and I'm trying to set it up to code fluxus.  I just can't<br>
> make it run any code.  Not even a simple scheme example.<br>
<br>
</div>I'm not sure I heard of anyone doing what you want; running racket<br>
inside of the editor. It'd be exciting if it would work.<br>
<br>
I can tell you what I do from Vim which will work.<br>
<br>
I start Racket inside of a named screen and there (require<br>
fluxus-018/drflux). Now I have two windows; one running the Racket<br>
interpreter in a terminal and one for the OpenGL graph.<br>
<br>
Then I start Vim with a plugin called "slime.vim". I think it was a<br>
adaptation of a Emacs idea. This plugin simply gives me a hotkey to<br>
select a paragraph of text and sends it to this screen session. There<br>
Racket will cheerfully parse it and the result ends up in the GL<br>
scene.<br>
<br>
This is of course a lot of stuff to start, especially if we add jackd<br>
and Fluxa to the mix, so I wrote a bash script to do all of this for<br>
me.<br>
<br>
That's not exactly what you want and it is not the "Emacs way" of<br>
keeping as much as possible inside of the editor (I can see the<br>
appeal), but as mentioned; this should work right now. That's worth<br>
something too.<br>
<br>
You mention trying a few versions of Scheme, but I really think that<br>
for this to work you'll need Racket and in particular you need the<br>
exact Racket that you compiled Fluxus with.<br>
<br>
Hope that gives a bit more joy,<br>
Kas.<br>
</blockquote></div><br></div></div>