Next: Eval S-Expression, Previous: Eval Buffer, Up: Evaluate Emacs Lisp Expressions [Index]
Execute the region as Lisp code.
When called from programs, expects two arguments, giving starting and ending indices in the current buffer of the text to be executed.
start point of region
end point of region
’nil’ means to discard printed output
if non-’nil’, use an alternate function to read each expression. It’s one argument is the input stream for reading characters.