> > Either way, it seems there is a fix if you set "ns-pop-up-frames" to nil. > See this thread: > > http://permalink.gmane.org/gmane.emacs.devel/128939 > > and he is quoting David Reitter from here: > > http://comments.gmane.org/gmane.emacs.devel/125714 >
Just to follow-up, I can confirm this works. If you add: ;; always open in the same window (setq ns-pop-up-frames nil) to your ~/.emacs file then: $ open -a Emacs file will open the file in the current window. Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20101123/10c17199/attachment.html>
