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

Commit 23113fa broke fenced code blocks #42

Closed
zmwangx opened this issue Dec 18, 2015 · 4 comments
Closed

Commit 23113fa broke fenced code blocks #42

zmwangx opened this issue Dec 18, 2015 · 4 comments
Labels

Comments

@zmwangx
Copy link

zmwangx commented Dec 18, 2015

Currently, trying to edit anything immediately after a fenced code block (in either markdown-mode or gfm-mode) only results in Emacs completely freezing up. Try this:

> cat hello.md
```
hello
```
> emacs --no-init-file --load markdown-mode.el hello.md

Now go to the end of the file and try to insert anything. Nothing happens (except for 100% CPU usage).

Bisecting reveals that the problematic commit is 23113fa.

@jrblevin
Copy link
Owner

Thanks for this detailed report. I also encountered this issue yesterday and bisected, leading me to the same commit. I thought I had fixed it already though, but apparently not. I'll look into it again.

@jrblevin
Copy link
Owner

I think this is fixed now. Can you verify with the latest commit?

@zmwangx
Copy link
Author

zmwangx commented Dec 18, 2015

👍 Works now (running 1541a09).

@jrblevin
Copy link
Owner

Great—thanks for confirming!

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

No branches or pull requests

2 participants