Andre Poenitz wrote: > Have a function 'Inset***::backspaceShouldDeleteEmptyLines()' and be done.
I don't understand. Backspace should _always_ delete empty lines AFAICS. The problem is that backspace is lazy and passes the job to dEPM, which doesn't have a clue whether an empty par is there because of backspace or because of something else (in the latter case, it should not delete the lines for free spacing stuff like ERT). Jürgen