[nongnu] elpa/php-mode e906093949 2/2: Merge pull request #757 from piotrkwiecinski/consult-imenu

2023-08-15 Thread ELPA Syncer
branch: elpa/php-mode commit e906093949d613d2771edf8e50fc48ccc481f539 Merge: 34462fc138 532b73eb21 Author: USAMI Kenta Commit: GitHub Merge pull request #757 from piotrkwiecinski/consult-imenu add support for consult imenu --- AUTHORS.md | 1 + lisp/php-mode.el | 11

[nongnu] elpa/php-mode 532b73eb21 1/2: add support for consult imenu

2023-08-15 Thread ELPA Syncer
branch: elpa/php-mode commit 532b73eb21c0ca1b896a34952d2837a73e9cb7ca Author: Piotr Kwiecinski Commit: Piotr Kwiecinski add support for consult imenu --- AUTHORS.md | 1 + lisp/php-mode.el | 11 +++ 2 files changed, 12 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index

[elpa] externals-release/org 561c1d0db0: org-element-at-point: Fix cache initialization in indirect buffer

2023-08-15 Thread ELPA Syncer
branch: externals-release/org commit 561c1d0db0d79c550ca018610072d45d40d6e453 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-at-point: Fix cache initialization in indirect buffer * lisp/org-element.el (org-element-at-point): Always check cache variable in base buffer.

[elpa] externals/org updated (b89bc55867 -> 1d04af59b6)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from b89bc55867 org-babel-insert-header-arg: Describe arguments in the docstring new e340dde63e org-element-export-snippet-parser: Fix when no closing @@ new 561c1d0db0 org-element-at-point: Fix cache initialization in indi

[elpa] externals/org e340dde63e 1/6: org-element-export-snippet-parser: Fix when no closing @@

2023-08-15 Thread ELPA Syncer
branch: externals/org commit e340dde63e9ffd5a90d816617b0a8ed297ac83b0 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-export-snippet-parser: Fix when no closing @@ * lisp/org-element.el (org-element-export-snippet-parser): Return nil when there is no closing @@. *

[elpa] externals/org 1d04af59b6 6/6: org-refile-get-targets: Barf when target is not an Org buffer

2023-08-15 Thread ELPA Syncer
branch: externals/org commit 1d04af59b66b8efb9dda28d06bce9e54dc1cef4f Author: Ihor Radchenko Commit: Ihor Radchenko org-refile-get-targets: Barf when target is not an Org buffer * lisp/org-refile.el (org-refile-get-targets): Display error when target buffer is not in Org mode.

[elpa] externals/org 6954fe93ed 4/6: org-store-link: Never allow link duplicates in `org-stored-links'

2023-08-15 Thread ELPA Syncer
branch: externals/org commit 6954fe93edf41d0df4ed9188332f21106b35a48d Author: Ihor Radchenko Commit: Ihor Radchenko org-store-link: Never allow link duplicates in `org-stored-links' * lisp/ol.el (org-link-store-existing): Remove the previously added custom option. (org-store

[elpa] externals/org 1c00632f11 3/6: org-latex-compile--postprocess: Fix when OUTFILE has no directory

2023-08-15 Thread ELPA Syncer
branch: externals/org commit 1c00632f11821bd7566153502f774d0908262745 Author: Ihor Radchenko Commit: Ihor Radchenko org-latex-compile--postprocess: Fix when OUTFILE has no directory * lisp/ox-latex.el: Make sure that we do not pass nil to `directory-files'. Use `default-directo

[elpa] externals/org dcd2ba4a02 5/6: * lisp/org-macs.el: Declare `org-buffer-text-pixel-width'

2023-08-15 Thread ELPA Syncer
branch: externals/org commit dcd2ba4a024ccdb2aa2edfc0e8abeca72f555234 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-macs.el: Declare `org-buffer-text-pixel-width' --- lisp/org-macs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index 44

[elpa] externals/org 572d01ab7e 2/6: Merge branch 'bugfix'

2023-08-15 Thread ELPA Syncer
branch: externals/org commit 572d01ab7e54e342f4a4aca5f4ffa25bf06d487c Merge: e340dde63e 561c1d0db0 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-element.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-element.el b/lisp/org-e

[nongnu] elpa/cdlatex 690ed49c1a: Sharp-quote functional arguments

2023-08-15 Thread ELPA Syncer
branch: elpa/cdlatex commit 690ed49c1a7cc3648b2d4850653973fb46c2bdea Author: Carsten Dominik Commit: Carsten Dominik Sharp-quote functional arguments --- cdlatex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdlatex.el b/cdlatex.el index c3f7edb0b7..2b470256f2 10064

[nongnu] elpa/php-mode 044ced8eb0 1/2: fix byte compilation warnings

2023-08-15 Thread ELPA Syncer
branch: elpa/php-mode commit 044ced8eb089cf1115f867fc14985ad0ab4c8169 Author: Piotr Kwiecinski Commit: Piotr Kwiecinski fix byte compilation warnings --- lisp/php-face.el | 9 ++--- lisp/php-format.el | 8 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/lisp/p

[nongnu] elpa/php-mode c421658d70 2/2: Merge pull request #758 from piotrkwiecinski/fix-byte-comp-warnings

2023-08-15 Thread ELPA Syncer
branch: elpa/php-mode commit c421658d7049a2b1dfe04e75c1e8a9e4a9e5e21e Merge: e906093949 044ced8eb0 Author: USAMI Kenta Commit: GitHub Merge pull request #758 from piotrkwiecinski/fix-byte-comp-warnings fix byte compilation warnings --- lisp/php-face.el | 9 ++--- lisp/php-for

[nongnu] elpa/yasnippet-snippets 063f54cea3: Alias python-ts-mode to python-mode (#477)

2023-08-15 Thread ELPA Syncer
branch: elpa/yasnippet-snippets commit 063f54cea33f59defe9123549bf55ca342457a1c Author: George Kettleborough Commit: GitHub Alias python-ts-mode to python-mode (#477) --- snippets/python-ts-mode/.yas-parents | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/python-ts-mode/.yas-pa

[elpa] externals/org 570cdacdbf 1/2: org-export-smart-quotes-alist: Turn into a custom option

2023-08-15 Thread ELPA Syncer
branch: externals/org commit 570cdacdbf1c55adf4f66985e9db475db06e80b8 Author: Ihor Radchenko Commit: Ihor Radchenko org-export-smart-quotes-alist: Turn into a custom option * lisp/ox.el (org-export-smart-quotes-alist): Change to `defcustom'. Fix typo in the value. Add :type/:pa

[elpa] externals/org updated (1d04af59b6 -> 5496f5277f)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 1d04af59b6 org-refile-get-targets: Barf when target is not an Org buffer new 570cdacdbf org-export-smart-quotes-alist: Turn into a custom option new 5496f5277f org-babel-load-in-session: Document argument INFO Summary

[elpa] externals/org 5496f5277f 2/2: org-babel-load-in-session: Document argument INFO

2023-08-15 Thread ELPA Syncer
branch: externals/org commit 5496f5277fa639271cc674340b95116c77d556e2 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-load-in-session: Document argument INFO * lisp/ob-core.el (org-babel-load-in-session): Update the docstring, describing what INFO argument does. --- lis

[elpa] externals/pulsar f9d09afc97: Improve what commit 5e5796e tried to do

2023-08-15 Thread ELPA Syncer
branch: externals/pulsar commit f9d09afc97d08f90a6a462b9da86900e6b555a74 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Improve what commit 5e5796e tried to do The intention was to return the beginning of the minibuffer prompt. With 'point-min' we could get another posi

[elpa] externals/phpinspect updated (f1e4a5be7d -> daf070a083)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/phpinspect. from f1e4a5be7d Remove debug statement for company backend new 84ddaf1dc2 Fix all byte compilation warnings and errors (for real this time (probably)) new 9d697550f7 Fix oopsie in compile script new daf070a083

[elpa] externals/phpinspect 9d697550f7 2/3: Fix oopsie in compile script

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit 9d697550f7742e07f40ffcc7e28d2e69d0a8290b Author: Hugo Thunnissen Commit: Hugo Thunnissen Fix oopsie in compile script --- compile.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.bash b/compile.bash index 32ca4cd2cb..c8c3c8

[elpa] externals/phpinspect daf070a083 3/3: Add missing struct definition

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit daf070a083cddaf0ac6c312fae48c900577a73f8 Author: Hugo Thunnissen Commit: Hugo Thunnissen Add missing struct definition --- phpinspect-project-struct.el | 72 1 file changed, 72 insertions(+) diff --git a/phpin

[elpa] externals/phpinspect 84ddaf1dc2 1/3: Fix all byte compilation warnings and errors (for real this time (probably))

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit 84ddaf1dc2ea250cff363a09a240925dc68dc3b3 Author: Hugo Thunnissen Commit: Hugo Thunnissen Fix all byte compilation warnings and errors (for real this time (probably)) --- benchmarks/parse-file.el | 17 +- compile.bash | 9 + phpi

[nongnu] elpa/git-commit 979133b392 1/4: magit-pop-revision-stack: Fix skip-syntax string

2023-08-15 Thread ELPA Syncer
branch: elpa/git-commit commit 979133b39282f92996c79055c87c90e7731c4a72 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios magit-pop-revision-stack: Fix skip-syntax string Remove invalid syntax class 's' from skip-syntax-backward argument. '\s-' is regexp syntax for

[nongnu] elpa/git-commit updated (93d30c5459 -> 4881835572)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 93d30c5459 magit-cygwin-mount-points: Don't use cygwin hack remotely new 979133b392 magit-pop-revision-stack: Fix skip-syntax string new 4eb7d242bd Address 'safe' XR/Relint regexp linter warnings new 52dbf27427

[nongnu] elpa/git-commit 52dbf27427 3/4: Address 'unsafe' XR/Relint regexp linter warnings

2023-08-15 Thread ELPA Syncer
branch: elpa/git-commit commit 52dbf27427494da042da2331066ef6910321fb80 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Address 'unsafe' XR/Relint regexp linter warnings While these changes pacify the linter and should be improvements over the old regexps, they a

[nongnu] elpa/git-commit 4eb7d242bd 2/4: Address 'safe' XR/Relint regexp linter warnings

2023-08-15 Thread ELPA Syncer
branch: elpa/git-commit commit 4eb7d242bdc28710eebba1f0ce4d07dd0a33dbad Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Address 'safe' XR/Relint regexp linter warnings These changes should either be equivalent to the old regexps, or clearly correct internal short

[nongnu] elpa/magit updated (93d30c5459 -> 4881835572)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 93d30c5459 magit-cygwin-mount-points: Don't use cygwin hack remotely adds 979133b392 magit-pop-revision-stack: Fix skip-syntax string adds 4eb7d242bd Address 'safe' XR/Relint regexp linter warnings adds 52dbf27427 Addr

[nongnu] elpa/git-commit 4881835572 4/4: magit-log-reflog-re: Remove redundant '?' operator

2023-08-15 Thread ELPA Syncer
branch: elpa/git-commit commit 48818355728c48d986d74dde8b1e9fba25f0fd53 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios magit-log-reflog-re: Remove redundant '?' operator The relevant 'msg' match string was already assumed non-nil in magit-log-wash-rev, as eviden

[nongnu] elpa/magit-section updated (93d30c5459 -> 4881835572)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 93d30c5459 magit-cygwin-mount-points: Don't use cygwin hack remotely adds 979133b392 magit-pop-revision-stack: Fix skip-syntax string adds 4eb7d242bd Address 'safe' XR/Relint regexp linter warnings adds 52dbf27

[elpa] externals/phpinspect b102e037a8 5/5: Add copyright headers to benchmark files to fix(?) ELPA tarball build

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit b102e037a8460971f580260bf33365dd06f723c0 Author: Hugo Thunnissen Commit: Hugo Thunnissen Add copyright headers to benchmark files to fix(?) ELPA tarball build --- benchmarks/appendage.el | 22 ++ benchmarks/parse-file.el | 24

[elpa] externals/phpinspect 16aa30d04f 3/5: Add ELPA generated files to .gitignore

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit 16aa30d04f164d3114d664bbf95d9bb7919bc832 Author: Hugo Thunnissen Commit: Hugo Thunnissen Add ELPA generated files to .gitignore --- .gitignore | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9dfdcfc74

[elpa] externals/phpinspect updated (daf070a083 -> b102e037a8)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/phpinspect. from daf070a083 Add missing struct definition new ad4b1f25a6 Update copyright statements and apply some code style improvements new 8cfc48348f Run relint and fix detected regexp issues new 16aa30d04f Add ELPA

[elpa] externals/phpinspect a99f73b83d 4/5: Use rear pointer instead of nconc to append to end of list

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit a99f73b83d32f88408339c932d7a9440d311a3c9 Author: Hugo Thunnissen Commit: Hugo Thunnissen Use rear pointer instead of nconc to append to end of list --- phpinspect-pipeline.el | 27 ++- phpinspect-util.el | 40 ++

[elpa] externals/phpinspect ad4b1f25a6 1/5: Update copyright statements and apply some code style improvements

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit ad4b1f25a6a887df42a26d1ff1c13d3359871000 Author: Hugo Thunnissen Commit: Hugo Thunnissen Update copyright statements and apply some code style improvements As suggested by Stefan Monniers patch: - https://mail.gnu.org/archive/html/emacs-devel

[elpa] externals/phpinspect 8cfc48348f 2/5: Run relint and fix detected regexp issues

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit 8cfc48348fac24f05be8ed82675b1f21f51dfbde Author: Hugo Thunnissen Commit: Hugo Thunnissen Run relint and fix detected regexp issues --- phpinspect-autoload.el | 2 +- phpinspect-buffer.el| 4 ++-- phpinspect-imports.el | 2 +-

[nongnu] elpa/helm updated (7f3fcf19b6 -> 90ce35979a)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 7f3fcf19b6 Normalize affixation function names new c9f3a04cc1 [WIP] Add new file helm-packages and its bindings new a340c40622 Fix delq is no more needed here new 90ce35979a Add missing docstrings Summary of change

[nongnu] elpa/helm c9f3a04cc1 1/3: [WIP] Add new file helm-packages and its bindings

2023-08-15 Thread ELPA Syncer
branch: elpa/helm commit c9f3a04cc1176c527c58e9f65bdd180524353fd4 Author: Thierry Volpiatto Commit: Thierry Volpiatto [WIP] Add new file helm-packages and its bindings It is to replace removed old helm-elisp-package. --- helm-easymenu.el| 2 + helm-global-bindings.el |

[nongnu] elpa/helm 90ce35979a 3/3: Add missing docstrings

2023-08-15 Thread ELPA Syncer
branch: elpa/helm commit 90ce35979a4649ae5b843ce3dae028c462baf0aa Author: Thierry Volpiatto Commit: Thierry Volpiatto Add missing docstrings --- helm-packages.el | 16 1 file changed, 16 insertions(+) diff --git a/helm-packages.el b/helm-packages.el index cb1e42572a..44fe6

[nongnu] elpa/helm-core updated (7f3fcf19b6 -> 90ce35979a)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 7f3fcf19b6 Normalize affixation function names adds c9f3a04cc1 [WIP] Add new file helm-packages and its bindings adds a340c40622 Fix delq is no more needed here adds 90ce35979a Add missing docstrings No new revisi

[nongnu] elpa/helm a340c40622 2/3: Fix delq is no more needed here

2023-08-15 Thread ELPA Syncer
branch: elpa/helm commit a340c4062264659b7ba3bb164aaabf0628068017 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix delq is no more needed here --- helm-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-mode.el b/helm-mode.el index e327ce2215..8d7e

[elpa] externals/phpinspect 20ec37481a: Fix compilation of benchmarks and tests

2023-08-15 Thread ELPA Syncer
branch: externals/phpinspect commit 20ec37481aaffbcdcc27ba577a4c6a8624572231 Author: Hugo Thunnissen Commit: Hugo Thunnissen Fix compilation of benchmarks and tests --- benchmarks/parse-file.el| 2 +- benchmarks/splay-tree.el| 80 +++-- compi

[nongnu] elpa/xah-fly-keys 9a31989ad6 2/2: xah-close-current-buffer new code. Now support emacs 29 recently closed hook.

2023-08-15 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 9a31989ad6bf9f4ca6eec71e69e825715bb0ff6d Author: Xah Lee Commit: Xah Lee xah-close-current-buffer new code. Now support emacs 29 recently closed hook. xah-save-close-current-buffer removed. this command has a problem when a buffer is modified outside em

[nongnu] elpa/xah-fly-keys updated (b873a08cdb -> 9a31989ad6)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/xah-fly-keys. from b873a08cdb xah-shrink-whitespaces old behavior is back new c3c389f223 xah-insert-ascii-single-quote now has a key again, qwerty space d s new 9a31989ad6 xah-close-current-buffer new code. Now support emacs 29 recen

[nongnu] elpa/zig-mode 079149a19f: Make zig cli commands TRAMP-aware

2023-08-15 Thread ELPA Syncer
branch: elpa/zig-mode commit 079149a19fc869343130e69d7b944afd3a1813cc Author: Juergen Hoetzel Commit: Joachim Schmidt Make zig cli commands TRAMP-aware Use localname of remote file-names in zig cli commands. --- zig-mode.el | 10 +- 1 file changed, 5 insertions(+), 5 deleti

[nongnu] elpa/xah-fly-keys c3c389f223 1/2: xah-insert-ascii-single-quote now has a key again, qwerty space d s

2023-08-15 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit c3c389f22333d744a729a3762ba8e3d5d76c9803 Author: Xah Lee Commit: Xah Lee xah-insert-ascii-single-quote now has a key again, qwerty space d s --- xah-fly-keys.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/xah-fly-keys

[elpa] externals/ement abedcf0d21 3/3: Meta: Enable testing with Emacs 29.1

2023-08-15 Thread ELPA Syncer
branch: externals/ement commit abedcf0d21aa8b1f79e9ef4c275b54b01faf247b Author: Adam Porter Commit: Adam Porter Meta: Enable testing with Emacs 29.1 Thanks, @purcell! :) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b

[elpa] externals/ement 837991d265 2/3: Tidy: Lint warnings on CI

2023-08-15 Thread ELPA Syncer
branch: externals/ement commit 837991d265ffa9a0004bc8f2fdd866a48cf3ea44 Author: Adam Porter Commit: Adam Porter Tidy: Lint warnings on CI The Emacs builds from setup-emacs don't include image or GUI support, so they cause lint warnings that wouldn't happen otherwise. --- ement-

[elpa] externals/ement updated (3a01d427dd -> abedcf0d21)

2023-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from 3a01d427dd Docs: Update installation section new 63e22bab0f Meta: Install ispell for CI new 837991d265 Tidy: Lint warnings on CI new abedcf0d21 Meta: Enable testing with Emacs 29.1 Summary of changes: .githu

[elpa] externals/ement 63e22bab0f 1/3: Meta: Install ispell for CI

2023-08-15 Thread ELPA Syncer
branch: externals/ement commit 63e22bab0f34efefc82b732c52414871912d77df Author: Adam Porter Commit: Adam Porter Meta: Install ispell for CI It seems to be missing from the Nix image provided by setup-emacs now. --- .github/workflows/test.yml | 4 1 file changed, 4 insertions(+