-
Notifications
You must be signed in to change notification settings - Fork 162
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
rewrite: Wrong type argument: number-or-marker-p, nil #495
Comments
Please generate a backtrace. (The bug report template explains how if you're not familiar with the process.) |
by some reason, M-x toggle-debug-on-error not show any backtrace in that case. I'll try now again. |
It works now:
|
and minibuffer stuck in transient (can't exit whithout C-]): ```Debugger entered--Lisp error: (wrong-type-argument (or eieio-object cl-structure-object oclosure) nil)
|
What is the value of the variable |
Its value is nil |
set to 1 helps |
* gptel-transient.el (gptel--read-with-prefix): Use a value of 0.4 for `max-mini-window-height' if it is not set. (#495)
Its value is nil
Original value was 0.25
Okay, the bug should be fixed now. Please update and test.
|
set to 1 helps
Please don't set it to 1, you'll break your echo area display this way.
I don't know how it was set to nil, but in any case you can leave it like that and update gptel. It should be fixed now.
|
Please update gptel first -- errors are often fixed by the time they're reported.
Bug Description
on press 'd' (refactor instruction set) it always shown "Wrong type argument: number-or-marker-p, nil" and nothing happens.
Backend
OpenAI/Azure
Steps to Reproduce
M-x gptel-rewrite
d
Additional Context
GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2024-10-08
Backtrace
No response
Log Information
No response
The text was updated successfully, but these errors were encountered: