> The readline completion hook doesn't reraise exceptions. This is
> probably a good thing for actually using readline, less useful for
> debugging a completer. Possibly readline should have a 'debug' mode
> where it doesn't silence?
Errors should never pass silently.
Unless explicitly silenced.
Hey, I've never posted to this list before but I think it is the right
place for discussions such as this:
The readline completion hook doesn't reraise exceptions. This is
probably a good thing for actually using readline, less useful for
debugging a completer. Possibly readline should have a 'deb