bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15670: 24.3; dummy user-errors on info nodes without prev/next nodes


From: Jarek Czekalski
Subject: bug#15670: 24.3; dummy user-errors on info nodes without prev/next nodes
Date: Tue, 22 Oct 2013 09:15:55 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0


W dniu 2013-10-22 07:47, Michael Heerdegen pisze:
I mean, emacsspeak does things like advising `signal' and `error'.


I guess this is the point. Emacspeak doesn't respect the rules of error handling. Whether it can do its job in a cleaner way - I don't know yet. But I'm convinced that there is no bug in Emacs, because the user-error is caught and should not see the surface. I also know how to fix Emacspeak in the way it was intended to work.

Please close the ticket. Sorry for bothering you.

As an analogy in other languages we can code:
try {
  c = a / b;
}
catch (DivisionByZero) {
  c = -1;
}
That's fine. If someone wants to intercept all the DivisionByZero exceptions, which possibly own dedicated error handlers - they do wrong thing.

Thanks
Jarek






reply via email to

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