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
Emacs: 29.2 snail: julia-snail-20240310.1510 eat: eat-0.9.4 Command: julia-snail/repl-history-search-and-yank
Debugger entered--Lisp error: (void-function vterm-insert) (vterm-insert res) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res)) (let* ((hst (julia-snail/repl-history--fetch n)) (res (completing-read "Julia REPL history search: " hst))) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res))) (progn (if --cl-rest-- (signal 'wrong-number-of-arguments (list 'julia-snail/repl-history-search-and-yank (+ 1 (length --cl-rest--))))) (let* ((hst (julia-snail/repl-history--fetch n)) (res (completing-read "Julia REPL history search: " hst))) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res)))) (let* ((n (if --cl-rest-- (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) julia-snail/repl-history-default-size))) (progn (if --cl-rest-- (signal 'wrong-number-of-arguments (list 'julia-snail/repl-history-search-and-yank (+ 1 (length --cl-rest--))))) (let* ((hst (julia-snail/repl-history--fetch n)) (res (completing-read "Julia REPL history search: " hst))) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res))))) julia-snail/repl-history-search-and-yank() funcall-interactively(julia-snail/repl-history-search-and-yank) command-execute(julia-snail/repl-history-search-and-yank record) #(nil "julia-snail/repl-history-search-and-yank" nil) ad-Advice-execute-extended-command(# nil "julia-snail/repl-history-search-and-yank" nil) apply(ad-Advice-execute-extended-command # (nil "julia-snail/repl-history-search-and-yank" nil)) execute-extended-command(nil "julia-snail/repl-history-search-and-yank" nil) funcall-interactively(execute-extended-command nil "julia-snail/repl-history-search-and-yank" nil) command-execute(execute-extended-command)
The text was updated successfully, but these errors were encountered:
Should be fixed in a63ee2a, which will hit MELPA in a couple of hours. Please try it and let me know if it works for you.
Sorry, something went wrong.
Thank you - works.
No branches or pull requests
Emacs: 29.2
snail: julia-snail-20240310.1510
eat: eat-0.9.4
Command: julia-snail/repl-history-search-and-yank
Debugger entered--Lisp error: (void-function vterm-insert)
(vterm-insert res)
(if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res))
(let* ((hst (julia-snail/repl-history--fetch n)) (res (completing-read "Julia REPL history search: " hst))) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res)))
(progn (if --cl-rest-- (signal 'wrong-number-of-arguments (list 'julia-snail/repl-history-search-and-yank (+ 1 (length --cl-rest--))))) (let* ((hst (julia-snail/repl-history--fetch n)) (res (completing-read "Julia REPL history search: " hst))) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res))))
(let* ((n (if --cl-rest-- (car-safe (prog1 --cl-rest-- (setq --cl-rest-- (cdr --cl-rest--)))) julia-snail/repl-history-default-size))) (progn (if --cl-rest-- (signal 'wrong-number-of-arguments (list 'julia-snail/repl-history-search-and-yank (+ 1 (length --cl-rest--))))) (let* ((hst (julia-snail/repl-history--fetch n)) (res (completing-read "Julia REPL history search: " hst))) (if (symbol-value julia-snail-repl-mode) (vterm-insert res) (insert res)))))
julia-snail/repl-history-search-and-yank()
funcall-interactively(julia-snail/repl-history-search-and-yank)
command-execute(julia-snail/repl-history-search-and-yank record)
#(nil "julia-snail/repl-history-search-and-yank" nil)
ad-Advice-execute-extended-command(# nil "julia-snail/repl-history-search-and-yank" nil)
apply(ad-Advice-execute-extended-command # (nil "julia-snail/repl-history-search-and-yank" nil))
execute-extended-command(nil "julia-snail/repl-history-search-and-yank" nil)
funcall-interactively(execute-extended-command nil "julia-snail/repl-history-search-and-yank" nil)
command-execute(execute-extended-command)
The text was updated successfully, but these errors were encountered: