On Fri, Nov 5, 2010 at 9:41 PM, Scott Jaderholm <jaderh...@gmail.com> wrote:
> This sounds like a problem with emacs server/client that might be unrelated > to Clojure or Slime. Some configurations of emacs will start a server mode > so that you can run emacsclient and have a new frame pop up instantaneously. > If you don't need emacsclient then you might look in the clojure box configs > for a line (server-start) and remove that. It's not quite that simple because the EmacsW32 shipped with Clojure Box automatically starts the server. The way around this is to change the shortcuts to point to runemacs.exe instead of emacsclient.exe. I just ran a clean install on the same OS and was not able to see the problem. I can only think of two possibilities: 1. Conflicting settings in an existing .emacs config or somehow a stock GNU emacs.exe elsewhere on your system is being invoked instead of the EmacsW32 build. 2. Some kind of file or permissions error when emacs.exe writes out its server information. You could run ProcMon (or FileMon) and see if emacs.exe is showing any file or directory errors. Shawn -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en