Live data from Hacker News

Emacs and Screen

emacsen.livejournal.com

11–17 of 17 posts

Re: Emacs and Screen

#11
post #6

Don't do this. Instead, start emacs. Run M-x server-start. Now to edit a file, just say "emacsclient -t filename". You are instantly connected to your running emacs session, in the terminal you are currently working in. You can have an arbitrary number of these. C-x C-c closes the instance you are working in, not every instance. I just run "emacs --daemon" when I log in, "emacsclient -c" to get my main emacs X frame,…

Or "vim". "vi" is the editor wars' straw man. Never heard of mg.

Re: Emacs and Screen

#12
I am using the TRAMP support instead from my desktop Emacs which runs all the time. TRAMP support within Emacs is very good, aside of the dired support all the vc commands work on the remote machines, too.

Re: Emacs and Screen

#14
post #6

Don't do this. Instead, start emacs. Run M-x server-start. Now to edit a file, just say "emacsclient -t filename". You are instantly connected to your running emacs session, in the terminal you are currently working in. You can have an arbitrary number of these. C-x C-c closes the instance you are working in, not every instance. I just run "emacs --daemon" when I log in, "emacsclient -c" to get my main emacs X frame,…

Or "vim". "vi" is the editor wars' straw man. Never heard of mg.

When people say vi, they mean vim.

Re: Emacs and Screen

#17
post #6

Don't do this. Instead, start emacs. Run M-x server-start. Now to edit a file, just say "emacsclient -t filename". You are instantly connected to your running emacs session, in the terminal you are currently working in. You can have an arbitrary number of these. C-x C-c closes the instance you are working in, not every instance. I just run "emacs --daemon" when I log in, "emacsclient -c" to get my main emacs X frame,…

Or "vim". "vi" is the editor wars' straw man. Never heard of mg.

mg is a smaller, only slightly configurable editor that behaves like Emacs's defaults.
Post reply on HN