We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cider
cider completion style works without errors.
Error:
completion--in-region-1: Wrong type argument: listp
in the echo area and in the *Messages* buffer.
*Messages*
emacs -q
(package-initialize) (require 'cider) (cider-enable-cider-completion-style)
complete-symbol
C-M-i
The feature was introduced in the recent PR - #3746
;; CIDER 1.16.0 (Kherson), nREPL 1.3.0 ;; Clojure 1.12.0, Java 23
Clojure CLI 1.12
30
macOS
openjdk version "23" 2024-09-17 OpenJDK Runtime Environment Homebrew (build 23) OpenJDK 64-Bit Server VM Homebrew (build 23, mixed mode, sharing)
Debugger entered--Lisp error: (wrong-type-argument listp #("print" 0 1 (type "function" ns "clojure.core"))) completion--do-completion(#<marker at 231 in app.clj> 235) completion--in-region-1(#<marker at 231 in app.clj> 235) #f(compiled-function (start end collection predicate) #<bytecode 0x1edeb26f2986a456>)(#<marker at 231 in app.clj> 235 #f(compiled-function (prefix pred action) #<bytecode -0x971aca080484915>) nil) apply(#f(compiled-function (start end collection predicate) #<bytecode 0x1edeb26f2986a456>) (#<marker at 231 in app.clj> 235 #f(compiled-function (prefix pred action) #<bytecode -0x971aca080484915>) nil)) #f(compiled-function (funs global args) #<bytecode 0x1802ed4d7104dedc>)(nil nil (#<marker at 231 in app.clj> 235 #f(compiled-function (prefix pred action) #<bytecode -0x971aca080484915>) nil)) completion--in-region(#<marker at 231 in app.clj> 235 #f(compiled-function (prefix pred action) #<bytecode -0x971aca080484915>) nil) completion-in-region(#<marker at 231 in app.clj> 235 #f(compiled-function (prefix pred action) #<bytecode -0x971aca080484915>) nil) completion-at-point() complete-symbol(nil) funcall-interactively(complete-symbol nil) command-execute(complete-symbol)
The text was updated successfully, but these errors were encountered:
Jeez, I've been using this for quite some time locally, didn't expect a blunder right away. I'll take a look.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior
cider
completion style works without errors.Actual behavior
Error:
in the echo area and in the
*Messages*
buffer.Steps to reproduce the problem
emacs -q
complete-symbol
orC-M-i
.The feature was introduced in the recent PR - #3746
Environment & Version information
CIDER version information
Lein / Clojure CLI version
Clojure CLI 1.12
Emacs version
30
Operating system
macOS
JDK distribution
openjdk version "23" 2024-09-17
OpenJDK Runtime Environment Homebrew (build 23)
OpenJDK 64-Bit Server VM Homebrew (build 23, mixed mode, sharing)
Stack trace
Screenshot
The text was updated successfully, but these errors were encountered: