emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog af3c350764 5/6: DOC: mention new sweep Prolog f


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog af3c350764 5/6: DOC: mention new sweep Prolog flag in README.org and NEWS.org
Date: Sat, 15 Oct 2022 07:59:14 -0400 (EDT)

branch: elpa/sweeprolog
commit af3c350764cfa63fee7ca4ea493208ca75770d27
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>

    DOC: mention new sweep Prolog flag in README.org and NEWS.org
---
 NEWS.org   | 8 ++++++++
 README.org | 5 +++++
 2 files changed, 13 insertions(+)

diff --git a/NEWS.org b/NEWS.org
index 139ae2d6f1..36a11957dc 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,14 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.6.2 on 2022-10-15
+
+** Added a Prolog indicating the Prolog is running under ~sweep~
+
+=sweeprolog.el= now creates a boolean Prolog flag ~sweep~ set to ~true~ when
+initiating Prolog, to allow users to customize their Prolog init file
+accordingly.
+
 * Version 0.6.0 on 2022-10-10
 
 ** Added integration with Flymake
diff --git a/README.org b/README.org
index a925fa54b6..9f9d9a51b9 100644
--- a/README.org
+++ b/README.org
@@ -150,6 +150,11 @@ which the user is free to extend with e.g.:
   (add-to-list 'sweeprolog-init-args "--stack-limit=512m")
 #+end_src
 
+#+CINDEX: sweep Prolog flag
+The default value of ~sweeprolog-init-args~ is set to load the Prolog
+helper library =sweep.pl= and to create a boolean Prolog flag ~sweep~, set
+to ~true~, which indicates to SWI-Prolog that it is running under ~sweep~.
+
 #+VINDEX: sweeprolog-init-on-load
 To inhibit =sweeprolog= from initializing Prolog on load, set the user-option
 =sweeprolog-init-on-load= to nil.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]