On Feb 25, 2008, at 2:32 AM, Abdelrazak Younes wrote:
4. Using a keybinding to close a buffer and then the window that
contained it (command-sequence buffer-close ; window-close)
results in a crash. Curiously, doing this via the command buffer
works fine. Here's the backtrace:
Should be fixed now.
I've now checked. It doesn't crash, but it's not working properly. If
I have 2 documents open, each in its own window and I use the above
keybinding to close one of the windows, it ends up closing not only
that window but also *both* documents. (Of course, it should only
close the one document that was in that window.)
Bennett