Skip to content

Commit

Permalink
ensure skip all input
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 7, 2024
1 parent e4c445b commit cf678d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/core/repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
(while (setq input (read-from-minibuffer (ansi-blue "ELISP> ")))
(with-current-buffer "*ielm*"
(insert input)
(setq eask--repl-old-pos (point)) ; skip all input
(eask--silent (ielm-send-input))
(eask--repl-output)))))

Expand Down

0 comments on commit cf678d3

Please sign in to comment.