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

Emacs-30 daemon mode server doesn't start with origami enabled #120

Open
pradyparanjpe opened this issue Jul 21, 2024 · 3 comments
Open

Comments

@pradyparanjpe
Copy link

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.

pradyparanjpe added a commit to pradyparanjpe/pspmacs that referenced this issue Jul 25, 2024
Replace ``kill-current-buffer`` for
``kill-this-buffer``.

Configure for native which key.
Require shell after eglot.
Disable origami due to [raised
issue](gregsexton/origami.el#120),
which prevents emacs from starting daemon.

Configure Emacs for ipython to open jupyter
notebook.

Emacs now includes ``which-key``. Specify special
keys using ``which-key-replacements-alist``.

Make evil-state cursor colors same as pspline Vim
icon color.

Straighten circular dependency of General.el, so
that Evil is strictly and completely loaded before
General.el.

Prevent magit from globally binding status,
dispatch, file dispatch because we bind it using
General.el.
@gregsexton
Copy link
Owner

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?

@pradyparanjpe
Copy link
Author

pradyparanjpe commented Aug 17, 2024

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...

@kurnevsky
Copy link

Could be related to elp-revive/origami.el#53

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

No branches or pull requests

3 participants