Fork me on GitHub
#cider
<
2015-07-06
>
seancorfield16:07:09

Just trying out clj-refactor 1.1.0 as part of the latest Emacs Live dev pack update: when I do C-c C-m rr I get an error that paredit-move-forward is undefined. Is there an assumed dependency there?

seancorfield16:07:45

Looks like Emacs Live has it’s own live-paredit-forward function instead. OK, time to go bug Sam Aaron about that simple_smile

roberto16:07:41

is there a paredit keybinding to copy a sexp?

seancorfield16:07:40

(in Emacs Live that would be C-M-k but it’s bound to a live-specific paredit function)

roberto16:07:10

I guess I can just write an elsip function to do that. Maybe this is the excuse I had been waiting for to learn elisp.

seancorfield16:07:06

Is C-M-k not bound to anything in standard Paredit mode?

roberto17:07:20

C-M-SPC copies the sexp

roberto17:07:32

C-M-k cuts it

roberto17:07:50

i wanted to copy simple_smile

seancorfield17:07:05

@roberto: Cool. Emacs Live does a bunch of stuff "its own way" but we like it at work simple_smile

seancorfield17:07:46

@malabarba: Yeah, I’ve asked Sam Aaron about the differences since it breaks quite a few refactorings.

aengelberg23:07:13

I wish I knew about C-M-k before now. simple_smile It's so useful!

aengelberg23:07:52

I had been using M-d or C-k which undershoot and overshoot the desired functionality, respectively.