technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.87k stars 887 forks source link

Less fragile implementation of esk-eval-and-replace #163

Closed DarwinAwardWinner closed 10 years ago

DarwinAwardWinner commented 10 years ago

Instead of killing the sexp first and then reinserting it if evaluation files, this one doesn't kill the sexp until after successful evaluation, so there's no danger of losing the sexp entirely if it fails to eval.

Source: http://stackoverflow.com/a/3035574/125921

(I know ESK V2 is not actively developed any more, but I figured you might appreciate the bugfix.)

technomancy commented 10 years ago

Thanks, but this project is deprecated.