[OS X Emacs] emacsclient with aquamacs: error opening socket

Jack Repenning jrepenning at collab.net
Wed Jan 5 18:15:18 EST 2011


On Jan 5, 2011, at 2:51 PM, Oz Linden (Scott Lawrence) wrote:

> It may be time to completely hide all my old configuration and go back to stock emacs (shudder) just on the off chance something in there is responsible....

Well, I'd start by auditing all the config you brought over from there, for server-edit related stuff. For example:

> grep server .Aquamacs/Preferences.el
(server-start)
  (unless (consp (server-done))

The (server-start) is just what you think it is, and essentially the first form in the file.

The (server-done) form is in a home-brew function that was not called during the experiments I reported earlier, so we can ignore it.

So the one-and-only server-related thing here is the (server-start). Is yours so clean?




More information about the MacOSX-Emacs mailing list