[nongnu] elpa/pdf-tools 7ff6293a25: Ensure pixel-scroll-precision-mode deactivation

2023-04-03 Thread ELPA Syncer
branch: elpa/pdf-tools commit 7ff6293a25baaae65651b3e1c54b61208279a7ef Author: Davide Masserut Commit: Vedang Manerikar Ensure pixel-scroll-precision-mode deactivation Setting `pixel-scroll-precision-mode` to nil is not sufficient to disable the mode locally. Updates: #

[elpa] externals/pyim 2a66ab1a02 2/2: Merge pull request #470 from RuijieYu/fix-defcustom-types

2023-04-03 Thread ELPA Syncer
branch: externals/pyim commit 2a66ab1a02c946e4be0c340639ee897bf0d9e1e5 Merge: 6cc5b76a94 6a5457c43e Author: tumashu Commit: GitHub Merge pull request #470 from RuijieYu/fix-defcustom-types Fix defcustom type definitions --- pyim-cregexp.el | 2 +- pyim-dcache.el | 3 ++-

[elpa] externals/pyim 6a5457c43e 1/2: Fix defcustom type definitions

2023-04-03 Thread ELPA Syncer
branch: externals/pyim commit 6a5457c43e3512871305c41dc6fe51c66c11a79f Author: Ruijie Yu Commit: Ruijie Yu Fix defcustom type definitions So that certain `setopt' [1] actions do not issue warnings. In addition, fixed minor issues around defcustom when I see them, like their do

[elpa] externals/company 246837b12c: Split off the new behavior into a new user option

2023-04-03 Thread ELPA Syncer
branch: externals/company commit 246837b12cbedaac0c9e2b654d97426639e0c778 Author: Dmitry Gutov Commit: Dmitry Gutov Split off the new behavior into a new user option And make it affect non-right-aligned annotations too. https://github.com/company-mode/company-mode/discussi

[elpa] scratch/hyperbole 0efe0e0a84 2/3: Fix compilation of test file

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit 0efe0e0a8422ee59a944b93c7212f2cfab128c9f Author: Stefan Monnier Commit: Stefan Monnier Fix compilation of test file * test/kcell-tests.el (kcell): Don't presume `kotl/` is in `load-path`. --- test/kcell-tests.el | 2 +- 1 file changed, 1 insertion(+

[elpa] scratch/hyperbole feeb90effe 1/3: Get rid of `hyperb:stack-frame`

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit feeb90effe5385ecc2ba65707f4381741eda0542 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 updated (53e96c9acb -> 1fdc1bf382)

2023-04-03 Thread Stefan Monnier via
monnier pushed a change to branch scratch/hyperbole. from 53e96c9acb (kotl-mode:pre-self-insert-command): Use buffer-locally at top-level new feeb90effe Get rid of `hyperb:stack-frame` new 0efe0e0a84 Fix compilation of test file new 1fdc1bf382 (kview:char-visible-p)

[elpa] scratch/hyperbole 1fdc1bf382 3/3: (kview:char-visible-p): Delete function

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit 1fdc1bf382fb2491592fa968eec9178beaddfcbf Author: Stefan Monnier Commit: Stefan Monnier (kview:char-visible-p): Delete function * kotl/kview.el (kview:first-invisible-point): Use `kview:char-invisible-p`. (kview:char-visible-p): Delete function. -

[elpa] externals/vertico df3bf2f0f0: Improve docstring

2023-04-03 Thread ELPA Syncer
branch: externals/vertico commit df3bf2f0f0bdad7ccaf01b0bbc202a8845dc77fb Author: Daniel Mendler Commit: Daniel Mendler Improve docstring --- extensions/vertico-multiform.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/extensions/vertico-multiform.el b/extens

[elpa] externals/marginalia c1ae580773: Expand docstring

2023-04-03 Thread ELPA Syncer
branch: externals/marginalia commit c1ae5807731fea4837d20489436232731ae8fb9f Author: Daniel Mendler Commit: Daniel Mendler Expand docstring --- marginalia.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/marginalia.el b/marginalia.el index c5be6bb93c..97b6b66dbb 1006

[elpa] scratch/hyperbole 53e96c9acb: (kotl-mode:pre-self-insert-command): Use buffer-locally at top-level

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit 53e96c9acb74fc8514e0aeaa214aea973943dd5e Author: Stefan Monnier Commit: Stefan Monnier (kotl-mode:pre-self-insert-command): Use buffer-locally at top-level * kotl/kotl-mode.el (kotl-mode): Don't impose our `pre-command-hook` on all buffers. (

[elpa] externals/org-remark 284244866b 5/6: fix: example yellow now does not inherit default face

2023-04-03 Thread ELPA Syncer
branch: externals/org-remark commit 284244866b787ad378c7cd2fd4b96300700564de Author: Noboru Ota Commit: Noboru Ota fix: example yellow now does not inherit default face Before by inheriting default face, some of the text face (notably website links) got overriden. By adding onl

[elpa] externals/org-remark 7fecd28560 1/6: refactor: remove org-remark-notes-update-source

2023-04-03 Thread ELPA Syncer
branch: externals/org-remark commit 7fecd28560027d7579478fe88a497d6888f7da93 Author: Noboru Ota Commit: Noboru Ota refactor: remove org-remark-notes-update-source It is essentially the same as 'org-remark-highligths-load' but not for the initial load but an update. --- org-rema

[elpa] externals/org-remark 5fd921da54 3/6: fix: Exclude pdfs from default file type #57

2023-04-03 Thread ELPA Syncer
branch: externals/org-remark commit 5fd921da547ccd9f69319ee33a291f2ee65c1417 Author: Noboru Ota Commit: Noboru Ota fix: Exclude pdfs from default file type #57 The fix is applied to more generic case, not specific to PDF files. Unlike epub files via nov-mode or websites via eww-

[elpa] externals/org-remark updated (bd0e57a3e5 -> e562d8cce7)

2023-04-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/org-remark. from bd0e57a3e5 docs: typo in user manual new 7fecd28560 refactor: remove org-remark-notes-update-source new ec6cf62d83 fix: typo in the previous refactor new 5fd921da54 fix: Exclude pdfs from default file type

[elpa] externals/org-remark ec6cf62d83 2/6: fix: typo in the previous refactor

2023-04-03 Thread ELPA Syncer
branch: externals/org-remark commit ec6cf62d830c63f426bf2b3ff1c19c9e895b8aea Author: Noboru Ota Commit: Noboru Ota fix: typo in the previous refactor --- org-remark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-remark.el b/org-remark.el index 6bc0de311f..41fa767

[elpa] externals/org-remark e562d8cce7 6/6: fix: #60 call higlights-housekeep for next-or-prev

2023-04-03 Thread ELPA Syncer
branch: externals/org-remark commit e562d8cce73cad8ed425d513fcc68e4ff08c5c57 Author: Noboru Ota Commit: Noboru Ota fix: #60 call higlights-housekeep for next-or-prev --- org-remark.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-remark.el b/org-remark.el index 6e93000ea8..3039f81

[elpa] externals/org-remark d0b168d673 4/6: docs: reorganize previous demo files from 2022

2023-04-03 Thread ELPA Syncer
branch: externals/org-remark commit d0b168d6734ad417c6cd70da50641e4baf94fa7e Author: Noboru Ota Commit: Noboru Ota docs: reorganize previous demo files from 2022 --- ...efractions,_inflexions_and_colours_of_light.png | Bin 352833 -> 0 bytes demo/custom-pens.el

[elpa] branch scratch/hyperbole created (now 1cbe91bd74)

2023-04-03 Thread Stefan Monnier via
monnier pushed a change to branch scratch/hyperbole. at 1cbe91bd74 Try and avoid using `hyperb:stack-frame` This branch includes the following new commits: new f97eb75048 * hload-path.el (hyperb:dir): Use `macroexp-file-name` new 59e73ac910 * hversion.el (hyperb:path-bei

[elpa] scratch/hyperbole f97eb75048 1/3: * hload-path.el (hyperb:dir): Use `macroexp-file-name`

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit f97eb7504800461171bcf11e33da29b7bb6d72c2 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 59e73ac910 2/3: * hversion.el (hyperb:path-being-loaded): Delete function

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit 59e73ac91066276d7594a709ee39c9ce14df9f1b 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] scratch/hyperbole 1cbe91bd74 3/3: Try and avoid using `hyperb:stack-frame`

2023-04-03 Thread Stefan Monnier via
branch: scratch/hyperbole commit 1cbe91bd74bb59505042a488c1deee2ede432c76 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] externals/jinx 38ce47d3a6: Exclude message-header-name

2023-04-03 Thread ELPA Syncer
branch: externals/jinx commit 38ce47d3a65dc979098084e3e2c8ad9c66f68258 Author: Daniel Mendler Commit: Daniel Mendler Exclude message-header-name --- jinx.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index ad0019b04c..5732b16df6 100644 --- a/jin

[nongnu] elpa/helm updated (16c25cce79 -> 21c89a4339)

2023-04-03 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 16c25cce79 Update FUNDING.yml new ad3e0664fb support case when `HIST` is `t` in completing-read new 96153cd800 remove quote, make comment short new 21c89a4339 Merge pull request #2594 from braineo/completing-read-fix

[nongnu] elpa/helm ad3e0664fb 1/3: support case when `HIST` is `t` in completing-read

2023-04-03 Thread ELPA Syncer
branch: elpa/helm commit ad3e0664fb27e115aecf047f006d1490ff0a990c Author: Binbin Ye Commit: Binbin Ye support case when `HIST` is `t` in completing-read --- helm-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index f87a4f382a..1ca

[nongnu] elpa/helm 21c89a4339 3/3: Merge pull request #2594 from braineo/completing-read-fix

2023-04-03 Thread ELPA Syncer
branch: elpa/helm commit 21c89a4339b6cc9658f29945318c60ed49cb954d Merge: 16c25cce79 96153cd800 Author: Thierry Volpiatto Commit: GitHub Merge pull request #2594 from braineo/completing-read-fix support case when `HIST` is `t` in completing-read --- helm-mode.el | 4 ++-- 1 file cha

[nongnu] elpa/helm 96153cd800 2/3: remove quote, make comment short

2023-04-03 Thread ELPA Syncer
branch: elpa/helm commit 96153cd800af1b0a4ad7ad327616167e2f8f25b0 Author: Binbin Ye Commit: Binbin Ye remove quote, make comment short --- helm-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index 1ca0e7b1a8..3697fb4a09 100644 ---

[nongnu] elpa/helm-core updated (16c25cce79 -> 21c89a4339)

2023-04-03 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 16c25cce79 Update FUNDING.yml adds ad3e0664fb support case when `HIST` is `t` in completing-read adds 96153cd800 remove quote, make comment short adds 21c89a4339 Merge pull request #2594 from braineo/completing-rea

[elpa] externals/ess 536b5b914a: Move `ess-r` startup commands out of `ess-r-post-run-hook`

2023-04-03 Thread ELPA Syncer
branch: externals/ess commit 536b5b914a75afa37ee05aa8ba0aecd0f9c9eb33 Author: Lionel Henry Commit: Lionel Henry Move `ess-r` startup commands out of `ess-r-post-run-hook` They are blocking commands and the user might have added streaming commands to the hook. Also docum

[elpa] externals/vundo a33cc17c3e 2/2: ; * README.txt: Introduce the last-saved node feature

2023-04-03 Thread ELPA Syncer
branch: externals/vundo commit a33cc17c3ebd398182e9313164709e7d1d85aaeb Author: Yuan Fu Commit: Yuan Fu ; * README.txt: Introduce the last-saved node feature --- README.txt | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index a512179923..2

[elpa] externals/vundo 258d99e334 1/2: Highlight the previously saved nodes (issue#62)

2023-04-03 Thread ELPA Syncer
branch: externals/vundo commit 258d99e3342454b9b87ee8de2cf0465771adc0bd Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: Yuan Fu Highlight the previously saved nodes (issue#62) * vundo.el (vundo-saved): (vundo-last-saved): New faces. (vundo-highlight-saved-n

[elpa] externals/vundo updated (ac19bd1cd5 -> a33cc17c3e)

2023-04-03 Thread ELPA Syncer
elpasync pushed a change to branch externals/vundo. from ac19bd1cd5 ; * README.txt: Mention that vundo is on ELPA. new 258d99e334 Highlight the previously saved nodes (issue#62) new a33cc17c3e ; * README.txt: Introduce the last-saved node feature Summary of changes: READM

[elpa] externals/svg-lib ed8cc0aec9 2/2: Merge pull request #31 from chookity-pokk/octicons-update

2023-04-03 Thread ELPA Syncer
branch: externals/svg-lib commit ed8cc0aec987a1ee48834a416e254a18486cd32a Merge: 5ba4e4ea2b 4f06e4f91f Author: Nicolas P. Rougier Commit: GitHub Merge pull request #31 from chookity-pokk/octicons-update updated octicons path --- svg-lib.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] externals/svg-lib 4f06e4f91f 1/2: updated octicons path

2023-04-03 Thread ELPA Syncer
branch: externals/svg-lib commit 4f06e4f91f478e841e7cb81daf7af24dfddf4712 Author: Hank Greenburg Commit: Hank Greenburg updated octicons path --- svg-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-lib.el b/svg-lib.el index 0d93e9973c..40e5a4b1f7 100644 --- a/