emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master a62437d: Don't add `search-failed' to ignored e


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master a62437d: Don't add `search-failed' to ignored errors in info.el (Bug#6106)
Date: Tue, 28 Mar 2017 09:55:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>     Don't add `search-failed' to ignored errors in info.el (Bug#6106)

Good, thanks.

> -       (signal 'search-failed (list "\n\^_"))))
> +       (user-error "Search failed: `\n\^_'")))

This one doesn't look like a user-error: the \n\^_ sequence is internal
to Info files and mostly invisible to the user, so either we change the
text so as to report the message in user-understandable terms, or we
keep this as a (signal 'search-failed' ...).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]