-
Notifications
You must be signed in to change notification settings - Fork 167
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
Error while editing code snippet #361
Comments
Thanks for this report. However, I wanted to confirm that by "a code snippet in a In any case, it sounds like this might be related to #360, which I just committed. I can't reproduce with GFM code blocks after this commit, so could you please retry with the latest Git version? |
Oh, sorry, I forgot to quote '```' in '```<language> ... ```', so it was unclear. |
Can confirm, that after #360, this issue does not reproduce, but there's still one problem with Still, thanks a lot for the fix. I'm closing this. |
Thanks for following up and confirming! I also really liked the lighter background, but some people really disliked it and it was also difficult to reliably determine the background color programmatically in a way that would work when people switched themes (see #241, #250, and #273, possibly others). In the end, I disabled the automatic background color in favor of letting themes define the color on a case-by-case basis. You can still customize |
Expected Behavior
Editing code snippet should be silent.
Actual Behavior
Emacs reports an error in the status line:
Steps to Reproduce
markdown-mode
withel-get
.*.md
file and write a code snippet (in<language>...
enclosure).Backtrace
Emacs log:
Backtrace:
With
show-paren-mode
disabled:Software Versions
Update
After manually installing v2.3 the problem disappeared, so this issue may not be of any relevance. Feel free to close it in that case.
The text was updated successfully, but these errors were encountered: