Erik de Castro Lopo wrote:
Nick Treleaven wrote:
Well, the responses are all positive. But I don't think that keybindings.c is the best place for this code. What about writing it as an idle callback from document_remove_page?
Actually, doesn't even need a callback. Attached patch moves the code I initially had in keybindings.c to the end of the document_remove_page() function in document.c.
Actually attached the patch this time.
Erik