[elpa] externals/js2-mode 79bc78d77d 2/2: Merge pull request #474 from mishoo/master

2023-06-27 Thread ELPA Syncer
branch: externals/js2-mode commit 79bc78d77db0d2e8e43dc0f9e0504ad90bcbc26d Merge: dd7abb2884 c47ea93e81 Author: Dmitry Gutov Commit: GitHub Merge pull request #474 from mishoo/master Fix js2-node-get-enclosing-scope on a statement function's name --- js2-mode.el | 9 +

[elpa] externals/js2-mode c47ea93e81 1/2: Fix js2-node-get-enclosing-scope on a statement function's name

2023-06-27 Thread ELPA Syncer
branch: externals/js2-mode commit c47ea93e81efd9469c5d9558c48e911755e9d206 Author: Mihai Bazon Commit: Mihai Bazon Fix js2-node-get-enclosing-scope on a statement function's name When called with a statement function's name node, js2-node-get-enclosing-scope would errorneously r

[elpa] scratch/hyperbole 4f830e381d: hbut.el: Remove redundant `def-edebug-spec`s

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 4f830e381d293f740d7a297b0096cc78a7d8a6a5 Author: Stefan Monnier Commit: Stefan Monnier hbut.el: Remove redundant `def-edebug-spec`s * hbut.el (defib): Remove redundant `def-edebug-spec`. (lambda-list): Remove definition that comes with `edebug.el

[elpa] scratch/hyperbole a823391b89 12/12: * hversion.el (hyperb:automount-prefixes): Remove unused var.

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit a823391b89e50da43dcbe9bfcb4135c9fd7d26b6 Author: Stefan Monnier Commit: Stefan Monnier * hversion.el (hyperb:automount-prefixes): Remove unused var. Also add a few FIXMEs. --- hmouse-drv.el | 1 + hversion.el | 11 +-- 2 files changed, 6

[elpa] scratch/hyperbole 557cf93559 06/12: * hyperbole.el: Preload `kotl-autoloads`

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 557cf93559e2d376cb792f7a63af8683726b044b Author: Stefan Monnier Commit: Stefan Monnier * hyperbole.el: Preload `kotl-autoloads` (hyperbole-mode): Remove redundant keywords. --- hyperbole.el | 16 1 file changed, 16 insertions(+) di

[elpa] scratch/hyperbole 580e459502 04/12: Get rid of `hyperb:stack-frame`

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 580e459502fe8f62984bef385a99c1699f005e87 Author: Stefan Monnier Commit: Stefan Monnier Get rid of `hyperb:stack-frame` * hmouse-drv.el (hui--ignore-action-key-depress-prev-point): New var. * hui.el (hui:ebut-create, hui:ebut-edit, hui:ebut-edit-r

[elpa] scratch/hyperbole 202a3f9404 08/12: * hui-select.el: Fix a few warnings and improve some docstrings

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 202a3f940481b537ab3b8273a166616d5e2b4bb9 Author: Stefan Monnier Commit: Stefan Monnier * hui-select.el: Fix a few warnings and improve some docstrings (hui-select-initialize): Use `dolist`; let-bind vars rather than just `setq`ing them; use closu

[elpa] branch scratch/hyperbole created (now a823391b89)

2023-06-27 Thread Stefan Monnier via
monnier pushed a change to branch scratch/hyperbole. at a823391b89 * hversion.el (hyperb:automount-prefixes): Remove unused var. This branch includes the following new commits: new f8f407a69f * hload-path.el (hyperb:dir): Use `macroexp-file-name` new 15c6dd1d49 * hversi

[elpa] scratch/hyperbole 6865cd9499 03/12: Try and avoid using `hyperb:stack-frame`

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 6865cd9499e95ecb588fedd105d3dbf845869a4c Author: Stefan Monnier Commit: Stefan Monnier Try and avoid using `hyperb:stack-frame` Scanning the stack frame can be useful in some unusual cases, but should be avoided when a straightforward let-binding

[elpa] scratch/hyperbole fa47424e75 09/12: hactypes.el (rfc-toc): Remove redundant `buffer-read-only` let-binding

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit fa47424e754cbca2a62b441f1739695a4e710413 Author: Stefan Monnier Commit: Stefan Monnier hactypes.el (rfc-toc): Remove redundant `buffer-read-only` let-binding --- hactypes.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hactypes.el

[elpa] scratch/hyperbole 15c6dd1d49 02/12: * hversion.el (hyperb:path-being-loaded): Delete function

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 15c6dd1d49a45c36ecaa34212770ed4ab9cf5905 Author: Stefan Monnier Commit: Stefan Monnier * hversion.el (hyperb:path-being-loaded): Delete function * hload-path.el (hyperb:dir): Don't use it as fallback because it's too hackish and too rarely useful

[elpa] branch scratch/hyperbole deleted (was a269d1536e)

2023-06-27 Thread Stefan Monnier via
monnier pushed a change to branch scratch/hyperbole. was a269d1536e * hversion.el: Add FIXMEs. (hyperb:window-sys-term): Simplify since (string-match "[-_]" term) always returns nil here. (hyperb:automount-prefixes): Remove unused var. (id-info-item): Remove unused backslash. This chan

[elpa] scratch/hyperbole f00a0feb2e 07/12: hyperbole-autoloads.el: Remove needless definitions

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit f00a0feb2e31be5474e56f5fac0dcae3110dcfe6 Author: Stefan Monnier Commit: Stefan Monnier hyperbole-autoloads.el: Remove needless definitions * hversion.el (hyperb:mouse-buttons): * hload-path.el (hyperb:microsoft-os-p, hyperb:wsl-os-p): Don't n

[elpa] scratch/hyperbole c40109f9b6 10/12: * hbut.el (defib): Remove redundant indent property

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit c40109f9b670edc876f9484d6a648d95431592ce Author: Stefan Monnier Commit: Stefan Monnier * hbut.el (defib): Remove redundant indent property --- hbut.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbut.el b/hbut.el index af6af8316a..3e5f1c242f 100644

[elpa] scratch/hyperbole f8f407a69f 01/12: * hload-path.el (hyperb:dir): Use `macroexp-file-name`

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit f8f407a69f8a1424bf695a827e9310040106d21a Author: Stefan Monnier Commit: Stefan Monnier * hload-path.el (hyperb:dir): Use `macroexp-file-name` --- hload-path.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hload-path.el b/hload-path.

[elpa] scratch/hyperbole 4917563d26 05/12: (kview:char-invisible-p): Stop using function

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 4917563d26c0fe01a8e1f060c1c5ebcbb8d19448 Author: Stefan Monnier Commit: Stefan Monnier (kview:char-invisible-p): Stop using function * kotl/kview.el (kview:char-invisible-p): Mark obsolete. * hypb.el (hypb:insert-region): Use `invisible-p` instea

[elpa] scratch/hyperbole 16e0be430c 11/12: * hyrolo.el: A few cosmetic tweaks

2023-06-27 Thread Stefan Monnier via
branch: scratch/hyperbole commit 16e0be430cbc06c6189f8123c38233c1c0dd9e97 Author: Stefan Monnier Commit: Stefan Monnier * hyrolo.el: A few cosmetic tweaks This file suffers from a large number of warnings, some of them correspond to real bugs. This patch does *not* fix them.

[nongnu] elpa/sweeprolog b89249f0fb 3/9: * sweeprolog.el: Reorganizes 'defface's

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit b89249f0fb2ac456ced44c4e31bd08742d603edb Author: Eshel Yaron Commit: Eshel Yaron * sweeprolog.el: Reorganizes 'defface's --- sweeprolog.el | 292 +++--- 1 file changed, 137 insertions(+), 155 deletions(-) di

[nongnu] elpa/sweeprolog updated (1e718510d6 -> 0e05fa9545)

2023-06-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 1e718510d6 MODIFIED: Replace "faces styles" with a theme emulating PceEmacs new 784707cc9f * README.org (PceEmacs Theme): Reword and fix typo new 1bb64b391c * sweeprolog-pce-theme.el: Reformat new b89249f0fb *

[nongnu] elpa/sweeprolog 43683b3ad7 4/9: Fix highlighting for nonexistent Prolog flag names

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 43683b3ad782806d4312ba400b6dd79d94195f2e Author: Eshel Yaron Commit: Eshel Yaron Fix highlighting for nonexistent Prolog flag names --- sweeprolog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.el index e65e19

[nongnu] elpa/sweeprolog 784707cc9f 1/9: * README.org (PceEmacs Theme): Reword and fix typo

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 784707cc9fbf3ffa90829db22b6e2a328d3c0188 Author: Eshel Yaron Commit: Eshel Yaron * README.org (PceEmacs Theme): Reword and fix typo --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index ea7471e77e

[nongnu] elpa/sweeprolog 114482c715 7/9: Announce recent changes in NEWS.org

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 114482c71585b5260863feb36bba1e1bec545cfb Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org --- NEWS.org | 30 ++ 1 file changed, 30 insertions(+) diff --git a/NEWS.org b/NEWS.org index 2457b823fa..adbb0fc2

[nongnu] elpa/sweeprolog 1bb64b391c 2/9: * sweeprolog-pce-theme.el: Reformat

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 1bb64b391cd370e5afd839a925b91195aaccb03b Author: Eshel Yaron Commit: Eshel Yaron * sweeprolog-pce-theme.el: Reformat --- sweeprolog-pce-theme.el | 329 ++-- 1 file changed, 210 insertions(+), 119 deletions(-) diff -

[nongnu] elpa/sweeprolog f5a1f615ee 6/9: Report correct predicate indicators in 'C-x 4 a'

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit f5a1f615ee3804df201cfa053301e9031a88d426 Author: Eshel Yaron Commit: Eshel Yaron Report correct predicate indicators in 'C-x 4 a' * sweeprolog.el (sweeprolog-add-log-current-defun): New function. (sweeprolog-mode): Set 'add-log-current-defun-functi

[nongnu] elpa/sweeprolog eb04f8414a 5/9: Improve module completion annotations

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit eb04f8414a19706e1267d3fc9dbd6c0396a9f798 Author: Eshel Yaron Commit: Eshel Yaron Improve module completion annotations * sweep.pl (sweep_known_module/1, sweep_is_module/2) (sweep_module_description_/3, sweep_matching_module/3) (sweep_module_ann

[nongnu] elpa/sweeprolog 0e05fa9545 9/9: Bump version to 0.21.0

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 0e05fa9545c43b377fbfc38b9611e10018a65812 Author: Eshel Yaron Commit: Eshel Yaron Bump version to 0.21.0 --- sweeprolog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.el index 0b65ee36a1..c45a9e6448 100644 ---

[nongnu] elpa/sweeprolog 89daa53a16 8/9: Add grouping and affixation functions for module completion

2023-06-27 Thread ELPA Syncer
branch: elpa/sweeprolog commit 89daa53a16c3aa2d2d779834c7193709f885d51c Author: Eshel Yaron Commit: Eshel Yaron Add grouping and affixation functions for module completion This adds a 'group-function' and an 'affixation-function' to 'sweeprolog-module-completion-table', for Emac

[nongnu] elpa/popon cf236932e7 1/3: make popon-x-y-at-pos accept posn

2023-06-27 Thread ELPA Syncer
branch: elpa/popon commit cf236932e7cd0886e7fffc49d15fdbfa23b94b8d Author: scturtle Commit: scturtle make popon-x-y-at-pos accept posn --- popon.el | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/popon.el b/popon.el index 1b20a23020..61e522be94 100644 -

[nongnu] elpa/popon 5329d1b47a 2/3: Merge pull request 'make popon-x-y-at-pos accept posn' (#12) from scturtle/emacs-popon:master into master

2023-06-27 Thread ELPA Syncer
branch: elpa/popon commit 5329d1b47a641341dc15a67daad2dd7e2ca6f171 Merge: c7a7e03aaf cf236932e7 Author: Akib Azmain Turja Commit: Akib Azmain Turja Merge pull request 'make popon-x-y-at-pos accept posn' (#12) from scturtle/emacs-popon:master into master Reviewed-on: https://codeber

[nongnu] elpa/popon 90e477eb95 3/3: Revert pull request 'make popon-x-y-at-pos accept posn' (#12)

2023-06-27 Thread ELPA Syncer
branch: elpa/popon commit 90e477eb95910b559a299ad727085415bf9e5127 Author: Akib Azmain Turja Commit: Akib Azmain Turja Revert pull request 'make popon-x-y-at-pos accept posn' (#12) This reverts commit 5329d1b47a641341dc15a67daad2dd7e2ca6f171, reversing changes made to c7a7e03aaf

[nongnu] elpa/popon updated (c7a7e03aaf -> 90e477eb95)

2023-06-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/popon. from c7a7e03aaf Add .dir-locals.el new cf236932e7 make popon-x-y-at-pos accept posn new 5329d1b47a Merge pull request 'make popon-x-y-at-pos accept posn' (#12) from scturtle/emacs-popon:master into master new 90e477eb95

[nongnu] elpa/corfu-terminal updated (2dabbbc365 -> 130fb75689)

2023-06-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/corfu-terminal. from 2dabbbc365 Use cl-defmethod instead of advices new 6b185f18a0 Require a recent version of corfu new 328942981e Merge pull request 'Require a recent version of corfu' (#22) from mavit/emacs-corfu-terminal:require-r

[nongnu] elpa/corfu-terminal 328942981e 3/4: Merge pull request 'Require a recent version of corfu' (#22) from mavit/emacs-corfu-terminal:require-recent-corfu into master

2023-06-27 Thread ELPA Syncer
branch: elpa/corfu-terminal commit 328942981eba3ae566f2645c80a3d1ecddef2213 Merge: 2dabbbc365 6b185f18a0 Author: Akib Azmain Turja Commit: Akib Azmain Turja Merge pull request 'Require a recent version of corfu' (#22) from mavit/emacs-corfu-terminal:require-recent-corfu into master

[nongnu] elpa/corfu-terminal 130fb75689 4/4: Merge pull request 'corfu--popup-show's pos argument is posn now' (#23) from scturtle/emacs-corfu-terminal:master into master

2023-06-27 Thread ELPA Syncer
branch: elpa/corfu-terminal commit 130fb7568933672cb0d330d88c683425f266a1d9 Merge: 328942981e 83bcc0a661 Author: Akib Azmain Turja Commit: Akib Azmain Turja Merge pull request 'corfu--popup-show's pos argument is posn now' (#23) from scturtle/emacs-corfu-terminal:master into master

[nongnu] elpa/corfu-terminal 83bcc0a661 2/4: compitable with corfu--popup-show's pos type change

2023-06-27 Thread ELPA Syncer
branch: elpa/corfu-terminal commit 83bcc0a661a4bac2573c1edd119605fe0b04e150 Author: scturtle Commit: scturtle compitable with corfu--popup-show's pos type change https://github.com/minad/corfu/commit/1fd386573472f20be53e9da91794b2ca9cf06279 --- corfu-terminal.el | 2 +- 1 file cha

[nongnu] elpa/corfu-terminal 6b185f18a0 1/4: Require a recent version of corfu

2023-06-27 Thread ELPA Syncer
branch: elpa/corfu-terminal commit 6b185f18a078ac5e7d522eb77198599a6ea038c8 Author: Peter Oliver Commit: Peter Oliver Require a recent version of corfu I found that with recent `corfu-terminal` but an old `corfu`, I got an error about `corfu-terminal--popup-support-p` not being a f

[elpa] externals/consult e154571fe3 2/2: consult--marker-from-line-column: Ensure that line number stays unchanged

2023-06-27 Thread ELPA Syncer
branch: externals/consult commit e154571fe329d5c12576f5299a79a932be35bcad Author: Daniel Mendler Commit: Daniel Mendler consult--marker-from-line-column: Ensure that line number stays unchanged --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/c

[elpa] externals/consult 4f83a71a9c 1/2: consult-goto-line: Use zero-based column numbers

2023-06-27 Thread ELPA Syncer
branch: externals/consult commit 4f83a71a9c8ce0e18cfaa637908792dc1fe1f827 Author: Daniel Mendler Commit: Daniel Mendler consult-goto-line: Use zero-based column numbers --- consult.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/consult.el b/consult.el index d744da9

[elpa] externals/consult updated (9ba8a9e287 -> e154571fe3)

2023-06-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 9ba8a9e287 Formatting new 4f83a71a9c consult-goto-line: Use zero-based column numbers new e154571fe3 consult--marker-from-line-column: Ensure that line number stays unchanged Summary of changes: consult.el | 5 ++

[elpa] externals/hyperbole 18612a743e 1/2: Fix ibuts not activating in programming modes outside of comments

2023-06-27 Thread ELPA Syncer
branch: externals/hyperbole commit 18612a743e9297c095a14864eacb556eb7b51d4e Author: Bob Weiner Commit: Bob Weiner Fix ibuts not activating in programming modes outside of comments --- ChangeLog | 6 +- hbut.el | 17 - hibtypes.el | 7 --- hypb-ert.el | 8 ++-

[elpa] externals/hyperbole 2a53034b1e 2/2: Merge pull request #351 from rswgnu/rsw

2023-06-27 Thread ELPA Syncer
branch: externals/hyperbole commit 2a53034b1ef6b0bebb0a80344f3045173369c010 Merge: 32f0d10126 18612a743e Author: Robert Weiner Commit: GitHub Merge pull request #351 from rswgnu/rsw Fix ibuts not activating in programming modes outside of comments --- ChangeLog | 6 +- hbut.