<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 2011-01-05 14:32, Jack Repenning wrote:
    <blockquote
      cite="mid:3BF235C9-3D3D-493E-AF4D-53231FC237ED@collab.net"
      type="cite">
      <pre wrap="">
On Jan 5, 2011, at 11:23 AM, Oz Linden (Scott Lawrence) wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">I'm trying to use Aquamacs as an emacs server on MacOS 10.6, but when I invoke it I get this error:

emacsclient: error accessing server file "/Users/oz/.emacs.d/server"
</pre>
      </blockquote>
      <pre wrap="">
What are you using for emacsclient?

I use

  /Applications/Aquamacs.app/Contents/MacOS/bin/emacsclient

and it gets along just fine entirely without that socket file.

I have no explicit load for server.el, but C-h f server-start tells me it was loaded from "server.el", which I take to mean the one at 

  /Applications/Aquamacs.app/Contents/Resources/lisp/server.el.gz

I do invoke (server-start) in ~/.Aquamacs/Preferences.el.dir.gmane.org/gmane.emac
</pre>
    </blockquote>
    <br>
    The 'load-history' variable says that 'server' was provided by<br>
    <blockquote>/Applications/Aquamacs.app/Contents/Resources/lisp/server.elc<br>
    </blockquote>
    invoking the direct path to emacsclient inside the app bundle (as
    you have above) produces the same error.<br>
    <br>
    <br>
  </body>
</html>