Skip to main content
Bumped by Community user
Bumped by Community user
edited tags; edited tags; edited tags
Link
Drew
  • 80.9k
  • 10
  • 125
  • 265
Source Link
Wilder
  • 105
  • 7

how to eval expression in a elisp "session"?

I would like to eval elisp expressions in a "session" so that side-effects only affect expressions which happen in that "session". For instance defuns that are evaluated in the session would only be visible within the session and would not clobber the global session.

Is there a way to do that?