SWI-Prolog, and can be applied and tested directly inside Emacs (see [[info:emacs#Lisp
Eval][Evaluating Elisp in the Emacs manual]]).
-Most often rebuilding SWI-Prolog after changing =sweep.c= and/or
-=sweep.pl= can be achieved with the following command executed in
+Most often rebuilding SWI-Prolog after changing =sweep.c= can be
+achieved with the following command executed in
=swipl-devel/packages/sweep=:
#+begin_src sh
(defcustom sweeprolog-init-args (list "-q"
"--no-signals"
- "-g"
- "[library(sweep)]")
+ (expand-file-name
+ "sweep.pl"
+ (file-name-directory load-file-name)))
"List of strings used as initialization arguments for Prolog."
- :package-version '((sweeprolog "0.3.1"))
+ :package-version '((sweeprolog "0.5.2"))
:type '(repeat string)
:group 'sweeprolog)