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

Work around for emacsclient blocking on MacOS #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cwsteinbach
Copy link

First, thanks for creating this repository! I would not have been able to get org-protocol to work without this information.

I discovered that the problem with graphical Emacs is caused by emacsclient blocking instead of returning immediately. I verified that this problem can be avoided by telling emacs to activate before starting emacsclient.

@justinabrahms
Copy link

@cwsteinbach You can also pass -n to emacsclient to tell it not to wait for responses.

@cwsteinbach
Copy link
Author

Hi @justinabrahms, the --no-wait option doesn't appear to work on macOS. I noted this problem in a comment in the code but forgot to mention it in the PR description.

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