-
Notifications
You must be signed in to change notification settings - Fork 166
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 on preview if eww-auto-rename-buffer is t #737
Comments
@zealotrush How about #738 ? BTW |
It fixes the error. But the EWW preview buffer does not update automatically. I have to do a manual
Yes, you are right. Thanks for the reminder! |
Ah, if |
@zealotrush I've updated eb3f3be. Please try it again. |
Now it's completely fixed. Thanks! |
Thanks for testing. |
Expected Behavior
eww-auto-rename-buffer
tot
.markdown-live-preview-mode
in a markdown buffer.After that, a live preview of the markdown buffer should be displayed in a new window.
Actual Behavior
The live preview window does not appear. Following error is echoed.
Steps to Reproduce
emacs -Q --load path/to/markdown-mode.el test-case.md
(customize-set-variable 'eww-auto-rename-buffer t)
M-x
,markdown-live-preview-mode
Backtrace
Software Versions
The text was updated successfully, but these errors were encountered: