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

Running kele-mode dumps a truncated sexp to the minibuffer #232

Open
nflenz opened this issue Jun 18, 2024 · 8 comments
Open

Running kele-mode dumps a truncated sexp to the minibuffer #232

nflenz opened this issue Jun 18, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@nflenz
Copy link

nflenz commented Jun 18, 2024

When running kele-mode, I'm prompted for something in the minibuffer, but the prompt is just a dump of a truncated sexp. It seems to be the same problem mentioned in this reddit comment.

@nflenz
Copy link
Author

nflenz commented Jun 18, 2024

image

Here's an image that demonstrates the problem.

@jinnovation jinnovation added the bug Something isn't working label Jun 22, 2024
@jinnovation
Copy link
Owner

Hey, thanks for submitting this. 👋

First off, can you try pulling the latest version of the package? It's possible that the sexp is an errant debugging message that I accidentally committed at some point.

If that's still showing up, could you take a look at *Messages* and see if the minibuffer prompt you mentioned shows up in there?

@nflenz
Copy link
Author

nflenz commented Jun 24, 2024

Thanks for looking into it. I just pulled the latest version. I was only one commit behind main, and the *Messages* buffer seems to only have one line related to kele after I run kele-mode and get the data dumped to the minibuffer.

Cleaning up the recentf list...done (0 removed)
Loading /home/nicholas/.emacs.d/settings.d/projectile.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/yasnippet.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/lsp-mode.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/notes.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/elisp.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/nix.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/yaml.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/ansible.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/python.el (source)...done
Loading /home/nicholas/.emacs.d/settings.d/clojure.el (source)...done
Waiting for git... [2 times]
Turning on magit-auto-revert-mode...done
Projectile is discovering projects in ~/src/...done
Projectile is discovering projects in ~/.emacs.d/...done
Projectile is discovering projects in ~/.ssh/...done
[yas] Prepared just-in-time loading of snippets successfully.
For information about GNU Emacs and the GNU system, type C-h C-a.
[nil 26233 39879 332569 nil elpaca-process-queues nil nil 500000 nil]
Pulling kubeconfig contents...done

@saucoide
Copy link

I get the same on this version from melpa 20240621.2110 - (commit 246009)

It then fails to do get any resources with

Unbound slot: kele--discovery-cache, "#<kele--discovery-cache kele--discovery-cache-1fde62725536>", contents, oref

@jinnovation
Copy link
Owner

@nflenz + @saucoide: For completeness, could you two share what version of Emacs you're running?

@saucoide
Copy link

saucoide commented Sep 23, 2024

@jinnovation Hi i'm on GNU Emacs 30.0.60

edit: updated to 30.0.91 today but same behavior

@d1egoaz
Copy link

d1egoaz commented Sep 24, 2024

Same issue here, emacs 30.

Is there a way to disable the cache?

@nflenz
Copy link
Author

nflenz commented Sep 25, 2024

I'm using emacs version 29.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants