]> git.eshelyaron.com Git - sweep.git/commitdiff
DOC: document new eldoc integration v0.4.7
authorEshel Yaron <me@eshelyaron.com>
Sat, 1 Oct 2022 15:55:32 +0000 (18:55 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 1 Oct 2022 15:55:32 +0000 (18:55 +0300)
NEWS.org
README.org
sweeprolog.el

index ca378a40ce8a48c9df1d9d85a0927c2d8fcc740e..99bb5a8bc3165913ade52ba5ef36878594ad78f0 100644 (file)
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,18 @@ SWI-Prolog in Emacs.
 For further details, please consult the manual:
 <https://eshelyaron.com/sweep.html>.
 
+* Version 0.4.7 on 2022-10-01
+
+** Added integration with =eldoc=
+
+=sweeprolog.el= can now leverage =eldoc= to display short documentation
+for the Prolog predicate at point in =sweeprolog-mode= buffers.
+
+** New user option =sweeprolog-enable-eldoc=
+
+Boolean flag, enabled by default. When customized to nil,
+=sweeprolog-mode= integration with =eldoc= is disabled.
+
 * Version 0.4.6 on 2022-10-01
 
 ** Added integration with =auto-insert=
index 554adb51e982fd441566e6ab26dfcd6704532127..c998bc681874346b0bb0461355c3354262c863b2 100644 (file)
@@ -682,6 +682,20 @@ To automatically insert the module skeleton when opening new files in
 information about =auto-insert= and its customization options, see
 [[info:autotype#Autoinserting][Autoinserting in the Autotyping manual]].
 
+** Displaying predicate documentation
+:PROPERTIES:
+:CUSTOM_ID: eldoc-integration
+:END:
+
+=sweep= integrates with the Emacs minor mode =ElDoc=, which automatically
+displays documentation for the predicate at point.  Whenever the
+cursor enters a predicate definition or invocation, the signature and
+summary of that predicate are displayed in the echo area at the bottom
+of the frame.
+
+#+VINDEX: sweeprolog-enable-eldoc
+To disable the =ElDoc= integration in =sweeprolog-mode= buffers, customize
+the user option =sweeprolog-enable-eldoc= to nil.
 
 * The Prolog top-level
 :PROPERTIES:
index eaae52afae9b951b31ed3fd79ea99193a0fc2064..36fe09aaaae6eccf21a728c669d2be94eca3748e 100644 (file)
@@ -6,7 +6,7 @@
 ;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht>
 ;; Keywords: prolog languages extensions
 ;; URL: https://git.sr.ht/~eshel/sweep
-;; Package-Version: 0.4.6
+;; Package-Version: 0.4.7
 ;; Package-Requires: ((emacs "28"))
 
 ;; This file is NOT part of GNU Emacs.