[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#6106: 24.0.50; info.el adds 'search-failed to debug-ignored-errors
From: |
Juri Linkov |
Subject: |
bug#6106: 24.0.50; info.el adds 'search-failed to debug-ignored-errors |
Date: |
Mon, 27 Mar 2017 01:35:14 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (x86_64-pc-linux-gnu) |
>> `search-failed' is added to `debug-ignored-errors' in info.el
>> to not enter the debugger when a normal search stops with no results.
>>
>> But this error is raised by `xsignal1 (Qsearch_failed, string)'
>> in `re-search-forward' (called from `Info-search'),
>> so I see no way to replace it with a call to the new function
>> `user-error' (or the same function with any other name).
>
> Use the NOERROR parameter?
Looks right, thanks.