emacs-devel
[Top][All Lists]
Advanced

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

Re: Why should interactive search results raise errors?


From: Stefan Monnier
Subject: Re: Why should interactive search results raise errors?
Date: Wed, 03 May 2006 13:29:19 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> It would in my opinion be more convenient if these functions just return nil
> and showed a message when a search fails. Would it not be a good convention
> for interactive search functions in Emacs?

I think the better answer is to create a new error class called `user-error'
which would be then added to debug-ignored-errors.  Then we can replace most
elements of debug-ignored-errors by changing the signalling code so as to
signal a `user-error' rather than an `error'.

But that's for post-22.


        Stefan




reply via email to

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