<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div>Either way, it seems there is a fix if you set "ns-pop-up-frames" to nil. See this thread:</div>

<div><br></div><div><a href="http://permalink.gmane.org/gmane.emacs.devel/128939" target="_blank">http://permalink.gmane.org/gmane.emacs.devel/128939</a></div>
<div><br></div><div>and he is quoting David Reitter from here:</div><div><br></div><div><a href="http://comments.gmane.org/gmane.emacs.devel/125714" target="_blank">http://comments.gmane.org/gmane.emacs.devel/125714</a></div>

</div></blockquote><div><br></div><div>Just to follow-up, I can confirm this works. If you add:</div><div><br></div><div>;; always open in the same window</div><div>(setq ns-pop-up-frames nil)</div><div><br></div><div>to your ~/.emacs file then:</div>

<div><br></div><div>$ open -a Emacs file</div><div><br></div><div>will open the file in the current window.</div><div><br></div><div>Sean </div></div>