Brian Elmegaard wrote: > Rex Dieter <[EMAIL PROTECTED]> writes: > >>OK, Emacs-21.3-4 should address this: > > > Thanks. It runs when installed in the default location, bit somehow I > get problems. When I run emacs from the start menu it gives me an > error dialog for h:\program files\emacs\setup\bin\gnuclientw.exe > saying: Could not start runemacs --load="h:\program > files\emacs\setup\bin\gnuservauto.el"
I guess you have a slightly non-standard box. Usually, %ProgramFiles% points to C:\Program Files though I tried installing to F:\Program Files when testing, and it worked for me. > If I run H:\Program Files\Emacs\Emacs-21.3\bin\runemacs.exe it runs > but says: > Can't find h:/Program Files/Emacs/site-lisp/site-start.d which > probably means it searches a wrong path? Yeah, currently it's hard-coded to C:/Program Files. Still trying to learn how to reference/use environment variables from the site-start.el. > If I run H:\Program Files\Emacs\setup\bin\gnuclintw.exe I get a > dialog box saying: > unable to connect to server > WSAGetLastError=10061. > Search on Internet for "Windows Socket Error Codes" for info. That's definitely a problem. ??? > Is it correct that the should be two emacs installations under program > files\emacs. A setup installation with bin an > some of the executables and some others in emacs21.3\bin? Yes. Emacs -> Global site-lisp Emacs-21.3 -> standard Emacs install dir setup -> EmacsSetupHelper bits (includes gnuclient) -- Rex
