Fork me on GitHub
#emacs
<
2015-12-15
>
nha09:12:07

Did one of the last prelude/magit updates break something for anyone ? I occasionally get errors like : running git --no-pager... FAILED error 128

nha09:12:49

(when trying to amend commit messages it seems)

bozhidar10:12:00

might be some bug in magit you hit

nha10:12:57

Thanks simple_smile Prelude is awesome

malabarba10:12:50

@cmack: shouldbe fixed now

nha13:12:13

Ok I must have had some stale files, it is ok now.

base69818:12:03

anyone on slack with emacs?

joelkuiper18:12:17

ugh cider makes my emacs so slloooow

joelkuiper18:12:30

especially when output accumulates in the REPL

joelkuiper18:12:34

to the point of not being usable

magnars21:12:48

@joelkuiper: if the size of the REPL makes it slow, you can clear that quickly with C-u C-c C-o at least. It would certainly be better if it didn't slow down, but that's one kind of workaround at least.

ghosss21:12:14

you can clear the whole REPL buffer with C-c M-o

magnars22:12:52

@ghosss: that's the old keybinding. C-u C-c C-o is the new one.

ghosss22:12:07

I'm behind!