It would be nice if you could search for numbers at the Moz LXR site (
http://lxr.mozilla.org/seamonkey/ ) . For example, I have an error code
(998, returned by nsNativeComponentLoader, as it happens). I'm trying
to figure out what it means. Going to the LXR site, I search for the
regular expression [^1]998, but am told:
Search failed
glimpse: pattern '[^1]998' has no characters that were indexed: glimpse
cannot search for it
(to search for numbers, make the index using 'glimpseindex -n ...')
Seems like it would be useful to make the index with numbers...
- Chuck