From e9bf72bfe8a3eb14ac238da9b73957d7c8497da4 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 15 Oct 2023 18:19:54 +0200 Subject: [PATCH] * sweep.texi (Things To Do): Add new to-do items --- sweep.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.2