Emacs - Error when calling (server-start)

前端 未结 11 986
走了就别回头了
走了就别回头了 2020-11-30 18:04

I am currently using GNU Emacs 23.0.93.1 in Windows Vista SP1. In my .emacs file I make a call to (server-start) and that is causing an error with the message <

11条回答
  •  北荒
    北荒 (楼主)
    2020-11-30 18:55

    If it's the server folder ownership issue that RealityMonster identified, then you can run this at the windows command prompt to fix it:

    takeown /f %USERPROFILE%\.emacs.d\server /r /d y
    

提交回复
热议问题