[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: isearch-forward and Info-search
From: |
Stefan Monnier |
Subject: |
Re: isearch-forward and Info-search |
Date: |
Sat, 12 Mar 2005 08:47:36 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> In the implementation below it would be possible to reuse
> `isearch-invalid-regexp' to hold the error message, but this is not
> a clean solution. Adding a new special variable `isearch-error' looks
The implementation looks clean. I just suggest that we should simply
replace isearch-invalid-regexp with isearch-error (there can only be one
error at any given time, either a search failure or an invalid regexp, or
...).
Stefan