Skip to content
  • David Byers's avatar
    Improve handling when filling very long texts. · cff365e7
    David Byers authored
    Detailed changes:
    > 	Handle breaking very long texts:
    > 	* lyskom-rest.el (lyskom-fill-message): Added option of a timeout
    > 	for filling, replaced whitespace deletion at the end with a method
    > 	that does not rely on regexps (it seems that anchoring a regexp at
    > 	the end of the buffer does not improve performance as much as I
    > 	expected), and caused C-g to break out of the filling loop, but
    > 	not out of the function.
    >
    > 	* vars.el.in (kom-autowrap-timeout): New variable.
    >
    cff365e7