-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emacsclient use-case how? #2
Comments
Hi! I have been thinking about using emacs in deamon mode, but at this point in Meanwhile, I would suggest optimizing your own startup code -- I have I apologize that I can't give you a better answer. Anyway, I'm glad for Sincerely, On Fri, Feb 13, 2015 at 5:12 PM, hura notifications@github.com wrote:
|
I think use case number two is usually a use case where startup time isn't crucial. Why does this not work:
|
For many reasons... To start with, in elisp you can't simply pack expressions on top of each
However, the main problem with this is that it's the running interactive Another problem with this is that it uses the users normal Emacs to do the -- Anders On Fri, Feb 13, 2015 at 6:10 PM, hura notifications@github.com wrote:
|
Thanks for the explanation! This really helped. (For a background: I'm switching to emacs from 10+ years of VIM). I got this working pretty well:
Figured I'd leave it here in case somebody else also wants to use this. It's really really fast. (TODO: Cleanup/delete buffer(s)). |
Hi, Good that you got it working! It's a good start, however, there are lots of Also, I need to pick a good language to write the wrapper script in, which
On Fri, Feb 13, 2015 at 10:59 PM, hura notifications@github.com wrote:
|
Hi,
I think a very common use case would be to use "emacs -daemon" and "emacsclient" together with this to avoid the startup time of emacs. Could you clarify how to do this? "emacsclient" only offers an eval parameter.
Cheers
The text was updated successfully, but these errors were encountered: