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

Emacs hangs after running easy-hugo-newpost #47

Closed
jackbaty opened this issue Oct 25, 2018 · 4 comments
Closed

Emacs hangs after running easy-hugo-newpost #47

jackbaty opened this issue Oct 25, 2018 · 4 comments

Comments

@jackbaty
Copy link

I'm not sure when this started, but when calling easy-hugo-newpost (20181022.833 in Emacs 26.1.1) hangs, requiring me to force quit (macOS). Steps:

  1. Start easy-hugo
  2. Run easy-hugo-newpost
  3. Type a filename (e.g. myfile.md)
  4. Hit return

At this point, Emacs (gui, macOS) becomes unresponsive. The new file is created correctly, though. Not sure how to help debug this, but let me know if there's anything I can do.

Jack

@jackbaty jackbaty changed the title Emacs hangs after runnin easy-hugo-newpost Emacs hangs after running easy-hugo-newpost Oct 25, 2018
@masasam
Copy link
Owner

masasam commented Oct 25, 2018

Hi @jackbaty .
Thanks for report.
I often hear that emacs doesn't work with macOS Mojave.
See railwaycat/homebrew-emacsmacport#141 or https://www.reddit.com/r/emacs/comments/99lo51/emacs_and_mojave/.
I think that it will be settled by examining this.
But I don't use macOS so I am not familiar with it.

@jackbaty
Copy link
Author

Thanks, I'll look into possible Mojave issues. I thought most of them had been resolved but looks like there's at least one more :). I'll let you know if I find anything useful.

@jackbaty
Copy link
Author

I think I've finally figured out what caused the hang. At some point I had put the following in my config.toml

newContentEditor = "vim"

I'm guessing Emacs didn't like that much :)

Removing that line fixes the hang.

@masasam
Copy link
Owner

masasam commented Jan 17, 2019

Hi @jackbaty
I am glad that the problem was solved.
Thanks for the report.

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

No branches or pull requests

2 participants