Vasilij Schneidermann
Vasilij Schneidermann
That's no problem, I'll prepare another pull request once I've figured out how to do this properly.
OK, this is sort of ugly: ``` elisp ;; strip emphasis (goto-char (point-min)) ;; the beginning of a headline deeper than the first level is ;; recognized as emphasis, so...
I'm pretty much out, too.
Few people use Emacs master and few report bugs. I'd expect the likeliness of someone not reporting being higher than someone adding workarounds without contributing them. That being said, I...
@jojojames The issue is most likely your use-package invocation being wrong, someone else reported a similar error on r/emacs for a different package: https://old.reddit.com/r/emacs/comments/wun6bd/embarkactall_embarkcatch_symbols_value_as/
OK, that makes sense. Still, is it to be expected that I get a raw assert displayed as opposed to the numerous compiler errors and exceptions I otherwise get for...
It's most definitely not the intended tool for the job, I'm currently writing a [MAL](https://github.com/kanaka/mal) implementation with it. I'd still be curious though why this happens. Maybe it's because with...
This is on Arch Linux, with ChucK 1.3.5.2.
Fun, I've debugged this myself and arrived independently at a similar change (minus yours to `evil-cp--forward-X-begin`). I can confirm this PR resolves the linked issue for me.
Alright, it does permit class definitions now, but how do I use the accessors now? edit: Wild idea: Maybe it would be better to allow declaring what identifiers to export....