samaaron / nrepl-eval-sexp-fu

eval-sexp-fu.el modified for use with nrepl
6 stars 6 forks source link

Update to work with cider (the renamed nrepl package) #7

Open j0ni opened 11 years ago

j0ni commented 11 years ago

I kind of hoped that changing this

(eval-when (load eval)
  (nesf-initialize)
  (eval-after-load 'nrepl
    '(nesf-initialize-nrepl)))

to this

(eval-when (load eval)
  (nesf-initialize)
  (eval-after-load 'cider
    '(nesf-initialize-nrepl)))

would do it. Sadly not.

I will try to figure this out, but not tonight.

kolemannix commented 10 years ago

I'm having the same issue. Did you ever get it working?

samaaron commented 10 years ago

I'm currently working with the original eval-sexp-fu and a few patches in the edge Emacs Live. If that continues to work out like it is doing, I'll probably deprecate this fork and point people to the patches for CIDER compatibility.

j0ni commented 10 years ago

@kolemannix I never did resolve this, no.

@samaaron look forward to the patches - are you working with this version? If so, maybe submit the patches to the author? Or are the changes destructive to existing functionaity or otherwise problematic?

samaaron commented 10 years ago

Almost ready for a stable release of Emacs Live containing the patches. Here's the place to start looking: https://github.com/overtone/emacs-live/blob/master/packs/dev/clojure-pack/config/highlight-flash-conf.el