On Thu, Nov 26, 2009 at 12:58 AM, wrote: > > > Basically, I think it's not a good idea to start the server from init.d > - -- it's a user thing, so it should be started on user session. > > Thank you. Tomas. How can I unstall the script? > 1. cp emacsd /etc/init.d/ > 2. chmod 755 /etc/init.d/emacsd > 3. update-rc.d emacsd defaults I did the last step 'update-rc.d', how can I reverse the change done by that 'update-rc.d' script? Thank you.