From: Eshel Yaron Date: Sun, 15 Oct 2023 16:19:54 +0000 (+0200) Subject: * sweep.texi (Things To Do): Add new to-do items X-Git-Tag: V9.1.17-0.25.5~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9bf72bfe8a3eb14ac238da9b73957d7c8497da4;p=sweep.git * sweep.texi (Things To Do): Add new to-do items --- diff --git a/sweep.texi b/sweep.texi index 0d46ba8..b69905a 100644 --- a/sweep.texi +++ b/sweep.texi @@ -3477,6 +3477,17 @@ level (1, 2 or 3) for which it should apply. target to the value of @code{(font-lock-value-in-major-mode font-lock-maximum-decoration)} and decide whether or not to apply the fragment. + +@item Support @kbd{M-x align} +Sweep Prolog mode should integrate with @file{align.el} such that +@kbd{M-x align} aligns arguments of consecutive predicate calls. +Concretely, we need to locally set @code{align-mode-rules-list} to a +suitable value in @code{sweeprolog-mode}. + +@item Support code filling/formatting +Sweep Prolog mode should define a @code{fill-paragraph-function}, and +perhaps also a @code{normal-auto-fill-function}, for code filling that +takes into account Prolog-specific conventions. @end table @node General Improvements