In the latest CVS build of slime, pressing "q" in sldb doesn't abort anymore. I get another error. Pressing "a" does abort.
I hope this wasn't an intentional change. I have "q" hardwired now, so changing to "a" will be hard. :-(
Ray
* Raymond Toy [2008-10-31 05:33+0100] writes:
In the latest CVS build of slime, pressing "q" in sldb doesn't abort anymore. I get another error. Pressing "a" does abort.
I hope this wasn't an intentional change. I have "q" hardwired now, so changing to "a" will be hard. :-(
I think this is fixed in HEAD. q should now try to return the restart labeled with "Return to SLIME's top level" or the next abort restart. If there's no abort restart at all, an error should be displayed.
Helmut.
Helmut Eller wrote:
- Raymond Toy [2008-10-31 05:33+0100] writes:
In the latest CVS build of slime, pressing "q" in sldb doesn't abort anymore. I get another error. Pressing "a" does abort.
I hope this wasn't an intentional change. I have "q" hardwired now, so changing to "a" will be hard. :-(
I think this is fixed in HEAD. q should now try to return the restart labeled with "Return to SLIME's top level" or the next abort restart. If there's no abort restart at all, an error should be displayed.
Yes, q works now. I haven't really tested it to see if the behavior is the same as before, but at least q doesn't produce another error.
Many thanks!
Ray