<div dir="ltr">Hi Bill, I am having this unusual behaviour and am wondering if it&#39;s a bug<div><br></div><div>This works fine:</div><div>(call-with-output-file &quot;/Users/iainduncan/froms4m.txt&quot;<br>  (lambda (output-port)<br>    (display &quot;hello world, from s4m&quot; output-port)))<br></div><div><br></div><div>But if I put a hyphen in the file name (&quot;/Users/iainduncan/from-s4m.txt&quot;), I get the following error:</div><div>;open-output-file: Is a directory &quot;/Users/iainduncan/from-s4m.txt&quot;<br>; (call-with-output-file &quot;/Users/iainduncan...<br><br></div><div>FWIW, underscores are fine too.</div><div>thanks!</div><div>iain</div><div><br></div><div><br></div><div><br></div></div>