]> git.eshelyaron.com Git - dict.git/commit
ADDED: new commands for managing numbered variables
authorEshel Yaron <me@eshelyaron.com>
Tue, 7 Feb 2023 19:57:30 +0000 (21:57 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 7 Feb 2023 19:57:30 +0000 (21:57 +0200)
commitbb6449e096a2e281e44a2fb3599ac3b8f124e9c5
treed35506b56841812e18aed918c1a9e17239ca3a12
parent66fc2a10602674171e2bc17f312e167d4f7c0c49
ADDED: new commands for managing numbered variables

* sweeprolog.el (sweeprolog-increment-numbered-variables)
(sweeprolog-decrement-numbered-variables): new commands.
(sweeprolog-mode-map): bind them to C-c C-+ and C-c C--.
(sweeprolog-context-menu-for-variable): allow calling these new
commands from context menus for numbered variables.
* sweeprolog-tests.el: add test for incrementing numbered variables.
* README.org (Numbered Variables): new manual section.
README.org
sweeprolog-tests.el
sweeprolog.el