Thanks, for your replies. toggle-debug-on-error fixed the problem.
On Fri, May 14, 2010 at 2:07 PM, Rémi Vanicat <[email protected]> wrote: > Jorge Dias <[email protected]> writes: > > > This is one of the errors I get: > > > > Debugger entered--Lisp error: (error "Already staged") > > signal(error ("Already staged")) > > error("Already staged") > > You cannot stage something that is staged.... > > > > > It also happens when I hit enter on a deleted line. > > > > Magit cannot send you on a deleted line: it doesn't exist anymore.... > > > Debugger entered--Lisp error: (error "Can't visit removed lines") > > > Usually any error screws it. > > I don't see anything telling me that magit is screwed... It just report > you that there was an error. > > May be your problem is that you have the debugger enabled. Just disable > it with M-x toggle-debug-on-error, or quit the debugger buffer with "q". > > > > > Another example: > > > > Debugger entered--Lisp error: (error "Git failed") > > [...] > > Well, git failed, what magit should do? It tell you that git failed, > and if you look at the magit buffer, you should see that there are > conflict, that you can resolve with "e".... > > [...] > > -- > Rémi Vanicat >
