I find that using java mode does 99% of what I want with ChucK, so I put this in my .emacs file:<div><br></div><div>(setq auto-mode-alist (cons '("\\.ck\\'" . java-mode) auto-mode-alist))</div><div><br></div>
<div>When you open a .ck file, you get all the keyword coloring and indentation you'd expect.  I could get fancier and create some bindings that would pass an expression to a ChucK process from within a text window (I used to do that when I was doing Lisp development), but haven't found I really needed it that often.</div>
<div><br></div><div>- Rob<br><br><div class="gmail_quote">On Wed, Sep 1, 2010 at 11:18, Michael Heuer <span dir="ltr"><<a href="mailto:heuermh@gmail.com">heuermh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello Robert,<br>
<br>
Do you use a specific emacs mode for ChucK?<br>
<br>
   michael<br>
<br>
<br>
2010/9/1 Robert Poor <<a href="mailto:rdpoor@gmail.com">rdpoor@gmail.com</a>>:<br>
<div><div></div><div class="h5">> For ChucK , I've always used emacs as my editor and a terminal window for<br>
> performance.  I'm curious: why do people use MiniAudicle?  And for our blind<br>
> community, what do you wish it would do that a straight text editor and<br>
> terminal window doesn't do?<br>
> - Rob<br>
> On Wed, Sep 1, 2010 at 09:39, Rich Caloggero <<a href="mailto:rjc@mit.edu">rjc@mit.edu</a>> wrote:<br>
>><br>
>> I am a blind user who has played around with chuck! Chuck is perfectly<br>
>> accessible via command shell in either linux or windows. The language is<br>
>> great and running programs is simple.<br>
>><br>
>> The GUI environment, mini audical, is another matter. I was not able to<br>
>> use it on Windows; have not tried on Mac or Linux.<br>
>><br>
>> I wonder if a rewrite in java using Swing UI classes would be feassible.<br>
>> This would probably give the most access, cross platform and with little<br>
>> extra coding. You do need to use Swing though, otherwise the code to talk<br>
>> with MSAA (microsoft Active Accessibility) will need to be written by hand,<br>
>> which is probably a big pain!<br>
>><br>
>> Write me off list at <a href="mailto:rjc@mit.edu">rjc@mit.edu</a><br>
>> -- Rich<br>
>><br>
>> ----- Original Message ----- From: <<a href="mailto:tempjayren@gmail.com">tempjayren@gmail.com</a>><br>
>> To: "chuck users" <<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a>><br>
>> Sent: Wednesday, September 01, 2010 5:32 AM<br>
>> Subject: [chuck-users] blind user<br>
>><br>
>><br>
>>>  Would like to know if there are any other blind users of chuck besides<br>
>>> myself and perhaps talk to them offlist so as to not spam the list<br>
>>> needlessly.<br>
>>><br>
>>> _______________________________________________<br>
>>> chuck-users mailing list<br>
>>> <a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
>>> <a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> chuck-users mailing list<br>
>> <a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
>> <a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
><br>
><br>
> _______________________________________________<br>
> chuck-users mailing list<br>
> <a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
> <a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
><br>
><br>
_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
</div></div></blockquote></div><br></div>