Questions tagged [eval-paste]

Evaluating a clipboard object in Clojure.

1 questions
2
votes
2 answers

How can I make emacs keyboard macros work properly when pasting the results of clojure evaluation?

There's a phenomenally useful feature of emacs lisp where you can evaluate the result of an expression and paste the result directly into a buffer. Say I want to check addition works. Then I type: (* 3 2) and I define the keyboard macro: (setq…
John Lawrence Aspden
  • 17,124
  • 11
  • 67
  • 110