You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eros captures the return value of the prin1 call made by elisp--eval-last-sexp-print-value. But the return value is not subject to e.g. eval-expression-print-level|length, only its printed value is. As a result, these variables have no effect on eros' overlay display.
Eros captures the return value of the
prin1
call made byelisp--eval-last-sexp-print-value
. But the return value is not subject to e.g.eval-expression-print-level|length
, only its printed value is. As a result, these variables have no effect on eros' overlay display.A possible fix is to, e.g.:
in
eros-eval-last-sexp
, and, if a string is passed toeval-overlay
, do not format it with%S
but use directly:Happy to submit a PR if you would like.
The text was updated successfully, but these errors were encountered: