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

Repl-History Search And Yank fails when using eat-terminal #154

Closed
Sabancay opened this issue Apr 26, 2024 · 2 comments
Closed

Repl-History Search And Yank fails when using eat-terminal #154

Sabancay opened this issue Apr 26, 2024 · 2 comments

Comments

@Sabancay
Copy link

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)

@gcv
Copy link
Owner

gcv commented Apr 28, 2024

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.

@Sabancay
Copy link
Author

Thank you - works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants