I was running the C-x C-e to evaluate the expression. Ielm is working Debugger entered--Lisp error: (end-of-file) read(#) elisp--preceding-sexp() elisp--eval-last-sexp(nil) #f(compiled-function () #)() handler-bind-1(#f(compiled-function () #) (error) eval-expression--debug) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp) Sent from Gmail On Wed, Apr 30, 2025, 00:09 Eli Zaretskii wrote: > > From: badli al rashid > > Date: Tue, 29 Apr 2025 23:48:12 +0800 > > > > Debugger entered--Lisp error: (end-of-file) > > read(#) > > elisp--preceding-sexp() > > elisp--eval-last-sexp(nil) > > #f(compiled-function () #)() > > handler-bind-1(#f(compiled-function () #) > (error) eval-expression--debug) > > eval-last-sexp(nil) > > funcall-interactively(eval-last-sexp nil) > > call-interactively(eval-last-sexp nil nil) > > command-execute(eval-last-sexp) > > This is not a bug if the preceding sexp has unbalanced parentheses or > if you typed "C-x C-e" at the end of the *scratch* buffer. >