Bug#439895: filter-buffer.sl:delete_hidden_lines(): Deletes not all lines

G. Milde milde at users.sourceforge.net
Fri Aug 31 11:16:15 UTC 2007


Thanks for the report and the patch. There is one problem, though: if the
last line of the buffer is hidden, you get an infinite loop.

The upstream Jedmodes repository now has the fix with

-      while (is_line_hidden())
+      while (is_line_hidden() and not(eobp()))

GM




More information about the Pkg-jed-devel mailing list