-
Notifications
You must be signed in to change notification settings - Fork 336
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Please update gptel first -- errors are often fixed by the time they're reported.
- I have updated gptel to the latest commit and tested that the issue still exists
Bug Description
In the *gptel-prompt* buffer typing C-h b to see the key bindings shows terse information:
Key Binding
C-c C-c #<byte-code-function 152>
C-c C-k #<byte-code-function 69B>
I believe if you use defun's rather than lambda's the help will be clear. Glancing through the code, I think it's coming from gptel-transient.el. For example, gptel-system-prompt-update an gptel-system-prompt-cancel would read easier than "byte-code function xyz".
(Thanks for creating gptel. I'm just getting started with it and it looks excellent).
Backend
None
Steps to Reproduce
M-x gptel- Type a question
C-c M-x gptel-send- In the options window, type
sfollowed bysto set the system prompt - In the
*gprel-prompt*buffer typeC-h byou'll see:
Key Binding
C-c C-c #<byte-code-function 152>
C-c C-k #<byte-code-function 69B>
Additional Context
Emacs 30, Linux
Backtrace
Log Information
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working