T, t, F, f operators crash into debugger

Michael Markert markert.michael at gmail.com
Sat Oct 18 12:49:40 CEST 2014


On Sat, Oct 18 2014 (18:03), David Nebauer <davidnebauer3 at bigpond.com> wrote: 

> Is there any way to prevent a failed F, f, T or t operation from 
> crashing and invoking the debugger?

Evil does not start the debugger but signals an error.
You have most likely set `debug-on-error' set to non-nil.

If you want to keep that you can also just ignore those movement errors:

    (add-to-list 'debug-ignored-errors "^Can't find .")
    
Michael



More information about the implementations-list mailing list