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

Recent Emacs's escape character handing improment leads to an error when loading yaml.el #45

Closed
VitalyAnkh opened this issue Mar 11, 2023 · 2 comments · Fixed by #46
Closed

Comments

@VitalyAnkh
Copy link

With this commit: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b8e7061232f9a5b06af70031dcc4b48c6575a364, there is an error when loading yaml.el:

  x There was an unexpected runtime error
    Message: Invalid escape character syntax
    Backtrace:
      (read #<buffer  *load*-16599>)
      (load-with-code-conversion "/home/vitalyr/.config/.emacs.d/.local/straight/build-30.0.50/yaml/y...
      (require yaml)
@zkry
Copy link
Owner

zkry commented Mar 12, 2023

Thanks for opening this issue! I think I found the issue. I was escaping the character x by accident. I'll get a fix in soon.

@zkry zkry closed this as completed in #46 Mar 12, 2023
@zkry zkry reopened this Mar 12, 2023
@zkry
Copy link
Owner

zkry commented Mar 12, 2023

Should be good to go in the latest release

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 a pull request may close this issue.

2 participants