[I forgot to cc the list...]<br><br><div class="gmail_quote"><div class="gmail_quote"><div class="im">On Fri, Feb 5, 2010 at 1:11 PM, Bill Schottstaedt <span dir="ltr">&lt;<a href="mailto:bil@ccrma.stanford.edu" target="_blank">bil@ccrma.stanford.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>&gt; ;io-error open-input-file: can&#39;t open extensions.scm, /usr/lib64/snd/scheme/ws.scm[5]<br>
<br>
</div>ws.scm loads extensions.scm, perhaps unnecessarily.  You need<br>
to add extensions.scm&#39;s path to *load-path*:<br>
<br>
(set! *load-path* (cons &quot;/usr/lib64/snd/scheme&quot; *load-path*))<br>
 <br></blockquote></div><div>Thanks that did it. I thought it had something to do with the path but I couldn&#39;t find the right variable to set...<br><br>Now everything works as expected when I launch Snd from the command line. When I launch it from emacs, however, there is a permissions issue:<br>

<br>;mus-error (&quot;can&#39;t write test.snd: Permission denied&quot;), line 6<br>;    (set! *output* (make-sample-&gt;file output-1 channels data-format header-type comment))<br>;    [&quot;ws.scm&quot;, line 161]<br>
 <br>
I have inf-snd-working-directory and inf-snd-index-path set to writeable directories in my home folder.<br><br></div><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Perhaps s7 or Snd should do this automatically?<br>
<br></blockquote></div><div>FWIW, on my install the load-path was set to  (&quot;/usr/lib/snd/scheme&quot; &quot;/&quot; &quot;/usr/share/snd&quot;) by default. <br><br>Best,<br><br>/h<br></div></div><br>
</div><br>