Skip to content
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

Fail silently if a server is already running #40

Merged
merged 2 commits into from
May 11, 2018

Conversation

munen
Copy link
Contributor

@munen munen commented May 10, 2018

When running multiple Emacs instances, this method would have thrown an error and stopped evaluation of Emacs init files.

This solves the same issue as #28, but it's slightly different:

  • It is platform-independent
  • It leaves an existing atomic chrome server running
    • Which makes sense, since many users have multiple Emacs instances
      running and they might be editing one text while opening a new instance

munen added 2 commits May 10, 2018 07:43
  - When running multiple Emacs instances, this method would have
    thrown an error and stopped evaluation of Emacs init files
@alpha22jp alpha22jp merged commit a07cc1e into alpha22jp:master May 11, 2018
@alpha22jp
Copy link
Owner

@munen

I think this is better idea than #28. I merged it.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants