Support new DCG SSU rules
* sweep.pl: Support DCG rules with '==>' (SSU) neck.
* sweeprolog-tests.el: Add tests.
; * sweep.texi (Top-level Interaction): Mention 'h' for help.
New command 'sweeprolog-replace-with-anonymous-variable'
* sweeprolog.el (sweeprolog-replace-with-anonymous-variable):
New command.
(sweeprolog-mode-map): Bind it.
(sweeprolog-context-menu-replace-with-anonymous-variable)
(sweeprolog-analyze-fragment-flymake): Suggest it for singletons.
* sweeprolog-tests.el (replace-with-anonymous-variable): Test it.
* sweep.texi (Renaming Variables): Document it.
* NEWS.org: Announce it.
Announce recent changes in NEWS.org and bump version to 0.27.6
; (sweeprolog--decode-numbered-variable-name): Fix regexp.
Merge remote-tracking branch 'geoffchurch/underscores-anywhere'
Bug fix: allow "_" to appear anywhere in a Prolog variable's name.
; * sweep.texi (Top): Fix typos in menu.
Announce recent changes in NEWS.org and bump version to 0.27.5
FIXED: workaround Emacs incompatibility with certain locales
The Emacs Elisp reader only works with locales that have "." as their
decimal separator, but Prolog initialization sets up the locale
according to the environment variables. Therefore we need to reset
the locale after initializing Prolog in case the environment
prescribes a locale with a different decimal separator, such as fr_FR.
See also https://github.com/SWI-Prolog/packages-sweep/issues/1