origami.el
origami.el copied to clipboard
Emacs-30 daemon mode server doesn't start with origami enabled
Emacs version: 30 (This is not yet released as of today)
With following code in my config,
(use-package origami
:hook ((prog-mode . origami-mode)))
and upon starting emacs daemon,
emacs --daemon
the following error is thrown.
Error: server did not start correctly
Without origami, the daemon starts without problems.
Can you get a trace or anything that might reveal what's going on? Might be that origami is using something that is now not supported? Might be that 30 is dev and this is just an emacs bug? Any ideas?
Might be that 30 is dev and this is just an emacs bug? Any ideas?
Yes I guess so. I'll update once emacs-30 gets released. Hopefully, It'll get resolved...
Could be related to https://github.com/elp-revive/origami.el/issues/53
Could be related to elp-revive/origami.el#53
I'm getting reports of the same issue from users at my site. Indeed, the backtrace is the same as reported at this linked issue.
Same problem on Emacs 30.1 with debian.
Same problem on Emacs 30.1 with debian.
My fix is merged into elp-revive/origami.el, this repository seems inactive