What I would like to achieve
- one instance of emacs
- If I open any text file from nautilus, it should open in the current emacs instance
- If I close emacs, it should not really close it, just hide it
What I have now
- I installed emacs23 to start at startup
- I have (start-server) in my init
- I leave emacs open
- I have emacsclient as the default text editor
Problems I encountered while trying to achieve the desired
- emacs gives the following error if I exit emacs and try to start it again
File error: Unable to bind server socket, address already in use
Things i tried
Update: I tried the stackoverflow link again and now most of them work. However, something I would like to do is reload the initialization file so that I can make changes to the initialization file without restarting the computer. Any ideas?
Also, if the server is running and I have emacs false-closed (see the emacs fu link), how can I start it again without downloading the file? for example, what would be the equivalent of starting emacs23, since this does not work (see the error above)
linux emacs ubuntu
tobeannounced Dec 16 '10 at 8:37 2010-12-16 08:37
source share