Fork me on GitHub
#emacs
<
2017-03-09
>
qqq04:03:21

is cedet/semantic bit-rotten ? (webpage shows latest update from 2011) or is it still maintained?

qqq10:03:48

sometimes, when I try to undo with "u" in evil + evil-lispy + lispyville, eamcs just freezes up ; I can't greak out with C-g, and I have to kill -9 it from another terminal

qqq10:03:51

does this happen to anyone else?

chrisblom12:03:17

occasionally when using helm commands my minibuffer will get stuck

chrisblom12:03:46

i can use the other windows fine, but the minibuffer will keep showing the helm commands

chrisblom12:03:39

i then need to switch to the minibuffer with the mouse and close the active command with C-g

chrisblom12:03:24

is there a way to avoid this, or, else to switch to the minibuffer using some command?

jeffh-fp21:03:30

hey I'm running a Prelude-based emacs and I just installed clj-refactor. It seems to want C-c C-m but somehow my C-m is mapped to RET. How do I find what/where my C-m got remapped so I can run the clj-refactor command properly?

qqq22:03:24

I think the standard emacs way is to just overwrite the binding, not (1) find where it was defined and (2) change that location.