On 18/10/14 20:21, Óscar Fuentes wrote:
> David Nebauer <[email protected]> writes:
>
>> When vim operators T, t, F and f fail in vim because the target cannot
>> be found, it triggers an error which sounds a bell, but otherwise does
>> not interrupt editing.
> C-h v debug-on-error [ENTER]
>
> My bet is that your's will show
>
>     Its value is t

You are correct. In troubleshooting my startup files I long ago put this 
in my init.el and never took it out:

     (add-hook 'after-init-hook '(lambda () (setq debug-on-error t)))

Thanks for helping out a newbie.

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to