invalid-read-syntax error
Closed this issue · 3 comments
lcm337 commented
The error I have is in other libraries use of parsebib but eval-buffer of parsebib.el fails as well.
It seems to boils down to these strings
(setq val "\N{DOUBLE DAGGER}")
; (invalid-read-syntax "\\N{DOUBLE DAGGER}" 4 30)
(setq val "\n{DOUBLE DAGGER}")
"
{DOUBLE DAGGER}"
(setq val "\\N{DOUBLE DAGGER}")
"\\N{DOUBLE DAGGER}"
(emacs-version)
"GNU Emacs 29.0.50 (build 1, x86_64-w64-mingw32)"
(pkg-info-version-info 'parsebib)
"20230228.1530"
Thanks!
lcm337 commented
the wonders of an emacs reboot and this is fixed
joostkremers commented
the wonders of an emacs reboot and this is fixed
And all of that before I could even take a look. 😄
I'd have been surprised if this syntax were really an issue, to be honest, because it's a documented syntax and no-one's run into this before.
Elisp> (setq val "\N{DOUBLE DAGGER}")
"‡"
So I'm glad it resolved itself!
lcm337 commented
Yeah, I thought it was odd, maybe a Windows thing I didn't understand.
Thanks anyway!
…On Tue, 28 Mar 2023, 09:59 Joost Kremers, ***@***.***> wrote:
the wonders of an emacs reboot and this is fixed
And all of that before I could even take a look. 😄
I'd have been surprised if this syntax were really an issue, to be honest,
because it's a documented syntax and no-one's run into this before.
Elisp> (setq val "\N{DOUBLE DAGGER}")
"‡"
So I'm glad it resolved itself!
—
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKC3I4JDAWAC5CCII562J3W6KR75ANCNFSM6AAAAAAWIHD3YA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>