>>>> Jerry wrote:
Jerry> But fill-paragraph only takes one argument (justify) in both
Jerry> Emacs and XEmacs. Is the trailing t spurious, or was some use
Jerry> intended for it?
Hyperbole defines fill-paragraph itself. See hyperbole/kotl/kfill.el
for the details.
I think this is needed for the fill functionality in
kotl-mode. However this is, IMHO, the source of a problem since this
means kfill.el must track, re-implement or at least work together with,
the fill functionality provided by other packages (eg filladapt). The
reason for this is, I think, that there can't be different fill
functionality in different modes.
Unfortunately I have never fully understood the details why this is
so. (I haven't tried hard enough of course.) Things work like this
now. When the user enters kotl-mode kfill is loaded and overrides
parts(!?) of what filladapt provides.
This might work well for kotl-mode but there are problems in other
modes where filling doesn't work properly. So this is a problem for
users of kotl-mode.
If there is some sound way to solve this please let me know.
Yours
--
%% Mats