[elpa] externals/compat 05654c33ac: compat-29: Add tests for keymap-lookup functions

2023-01-13 Thread ELPA Syncer
branch: externals/compat commit 05654c33acb16dcfdf1da0d2fd5d5763907bc2a1 Author: Daniel Mendler Commit: Daniel Mendler compat-29: Add tests for keymap-lookup functions --- compat-29.el| 6 +++--- compat-tests.el | 45 +++-- 2 files changed, 46 in

[elpa] externals-release/org cd967ce006: org-odt-plain-text: Fix `fill-column' value

2023-01-13 Thread ELPA Syncer
branch: externals-release/org commit cd967ce006726a56df49885c83b27e9bf4bd7c4c Author: Ihor Radchenko Commit: Ihor Radchenko org-odt-plain-text: Fix `fill-column' value * lisp/ox-odt.el (org-odt-plain-text): Use `most-positive-fixnum' to unfill plain text elements. `point-max' i

[elpa] externals/org dc29c7d81f: Merge branch 'bugfix'

2023-01-13 Thread ELPA Syncer
branch: externals/org commit dc29c7d81f88ef62c93e7fd0678f4f9301f82508 Merge: ecb62e2e31 cd967ce006 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ox-odt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index

[elpa] externals/org updated (ecb62e2e31 -> dc29c7d81f)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from ecb62e2e31 org-babel-shell-initialize: Refactor new cd967ce006 org-odt-plain-text: Fix `fill-column' value new dc29c7d81f Merge branch 'bugfix' Summary of changes: lisp/ox-odt.el | 2 +- 1 file changed, 1 insertion(+)

[nongnu] elpa/evil-numbers 743e60549c 2/2: Cleanup: replace point-at-bol/eol with pos-bol/eol

2023-01-13 Thread ELPA Syncer
branch: elpa/evil-numbers commit 743e60549c1efea562e3fc8d6cd713e2ce7653b3 Author: Campbell Barton Commit: Campbell Barton Cleanup: replace point-at-bol/eol with pos-bol/eol Quiet deprecation warning. --- evil-numbers.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) d

[nongnu] elpa/evil-numbers 9bebb3a2c8 1/2: Cleanup: remove redundant `format` and quoted lambda

2023-01-13 Thread ELPA Syncer
branch: elpa/evil-numbers commit 9bebb3a2c8e1fed3dd597ffd4767c82ac427bcba Author: Campbell Barton Commit: Campbell Barton Cleanup: remove redundant `format` and quoted lambda Both give warnings with melpazoid. --- evil-numbers.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio

[nongnu] elpa/evil-numbers updated (dbe39b0ac7 -> 743e60549c)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil-numbers. from dbe39b0ac7 Cleanup: replace 'if' with 'cond' new 9bebb3a2c8 Cleanup: remove redundant `format` and quoted lambda new 743e60549c Cleanup: replace point-at-bol/eol with pos-bol/eol Summary of changes: evil-numbers.e

[nongnu] elpa/multiple-cursors 16223efc2d: Fix byte compiler warnings by moving variable declarations

2023-01-13 Thread ELPA Syncer
branch: elpa/multiple-cursors commit 16223efc2d6dece2d43bbccc189d7a4bab6de571 Author: Leo Gaskin Commit: Magnar Sveen Fix byte compiler warnings by moving variable declarations --- multiple-cursors-core.el | 358 +++ 1 file changed, 179 insertions

[nongnu] elpa/spell-fu 8153d2af7d: Cleanup: use pos-bol/eol as respecting fields isn't needed

2023-01-13 Thread ELPA Syncer
branch: elpa/spell-fu commit 8153d2af7d2e21e29d87e8709d728d6996bc9510 Author: Campbell Barton Commit: Campbell Barton Cleanup: use pos-bol/eol as respecting fields isn't needed --- spell-fu.el | 38 ++ 1 file changed, 14 insertions(+), 24 deletions(-) di

[elpa] externals-release/org 97a235cf1c: org-clock-timestamps-change: Preserve point position

2023-01-13 Thread ELPA Syncer
branch: externals-release/org commit 97a235cf1cd029920b0a7dbcdc300abd7215499c Author: Ihor Radchenko Commit: Ihor Radchenko org-clock-timestamps-change: Preserve point position * lisp/org-clock.el (org-clock-timestamps-change): Try harder to preserve point position. `save-excur

[elpa] externals/org 76f9a3c2cb 1/2: org-timestamp-change: Add FIXME

2023-01-13 Thread ELPA Syncer
branch: externals/org commit 76f9a3c2cb76bcd1e550d68a749de9ef2772644d Author: Ihor Radchenko Commit: Ihor Radchenko org-timestamp-change: Add FIXME * lisp/org.el (org-timestamp-change): Add FIXME comment to re-implement the logic in future to avoid `save-excursion' markers b

[elpa] externals/org updated (dc29c7d81f -> d71bb04f78)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from dc29c7d81f Merge branch 'bugfix' new 76f9a3c2cb org-timestamp-change: Add FIXME new 97a235cf1c org-clock-timestamps-change: Preserve point position new d71bb04f78 Merge branch 'bugfix' Summary of changes: lisp

[elpa] externals/org d71bb04f78 2/2: Merge branch 'bugfix'

2023-01-13 Thread ELPA Syncer
branch: externals/org commit d71bb04f780c28cfbe2d6bf93f6559856e6b99a2 Merge: 76f9a3c2cb 97a235cf1c Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-clock.el | 30 +++--- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/l

[nongnu] elpa/diff-ansi 7463fe2100: Cleanup: use pos-bol/eol as respecting fields isn't needed

2023-01-13 Thread ELPA Syncer
branch: elpa/diff-ansi commit 7463fe2100e39ab88b1993b6b331983d80230dfa Author: Campbell Barton Commit: Campbell Barton Cleanup: use pos-bol/eol as respecting fields isn't needed --- diff-ansi.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diff-ansi.el b/diff-ansi

[nongnu] elpa/hl-block-mode aacaca774d: Cleanup: use pos-bol/eol as respecting fields isn't needed

2023-01-13 Thread ELPA Syncer
branch: elpa/hl-block-mode commit aacaca774d5bcb277488a0164ff56f12df54c4d9 Author: Campbell Barton Commit: Campbell Barton Cleanup: use pos-bol/eol as respecting fields isn't needed --- hl-block-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hl-block-mode.el

[elpa] externals/corfu 6081a68db6: Require the compat library

2023-01-13 Thread ELPA Syncer
branch: externals/corfu commit 6081a68db6f74a493431d647942fc294964910aa Author: Daniel Mendler Commit: Daniel Mendler Require the compat library --- corfu.el | 56 +-- extensions/corfu-indexed.el | 2 +- extensions/corfu-popupi

[elpa] externals/pyim 024e96706c: Add pyim-liberime-create-word-at-point

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit 024e96706c262da941bf99128f9e62bcba1fa786 Author: Feng Shu Commit: Feng Shu Add pyim-liberime-create-word-at-point --- pyim-liberime.el | 28 1 file changed, 28 insertions(+) diff --git a/pyim-liberime.el b/pyim-liberime.el index 38

[nongnu] elpa/diff-ansi 136b173e4a: Cleanup: goto pos-bol/eol instead of movement that respects fields

2023-01-13 Thread ELPA Syncer
branch: elpa/diff-ansi commit 136b173e4afb6eec4243f1089056411538a6ffa3 Author: Campbell Barton Commit: Campbell Barton Cleanup: goto pos-bol/eol instead of movement that respects fields --- diff-ansi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-ansi.el b/diff-

[nongnu] elpa/doc-show-inline fa04ee7cac: Cleanup: use pos-bol/eol as respecting fields isn't needed

2023-01-13 Thread ELPA Syncer
branch: elpa/doc-show-inline commit fa04ee7cac8d43c587d15c500aae872612c0950d Author: Campbell Barton Commit: Campbell Barton Cleanup: use pos-bol/eol as respecting fields isn't needed --- doc-show-inline.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc-s

[nongnu] elpa/projectile e18ad4d611: Make the tests work reliably with native compilation enabled

2023-01-13 Thread ELPA Syncer
branch: elpa/projectile commit e18ad4d6111eb9e975ccce028baf5e4bb786bfcf Author: Bozhidar Batsov Commit: Bozhidar Batsov Make the tests work reliably with native compilation enabled I am the maintainer of projectile for debian. (Aymeric Agon-Rambosson) As part of the buildin

[nongnu] elpa/scroll-on-drag cf026998a8: Cleanup: use pos-bol/eol as respecting fields isn't needed

2023-01-13 Thread ELPA Syncer
branch: elpa/scroll-on-drag commit cf026998a81097a372f1af3ca48eeb6e7d658951 Author: Campbell Barton Commit: Campbell Barton Cleanup: use pos-bol/eol as respecting fields isn't needed --- scroll-on-drag.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scroll-

[elpa] externals/corfu updated (6081a68db6 -> 7783419c28)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from 6081a68db6 Require the compat library new 0057dbd90c Use string-search new 7783419c28 Commentary: Use keymap-set Summary of changes: README.org| 2 +- corfu.el | 2 +- extensions/cor

[elpa] externals/corfu 7783419c28 2/2: Commentary: Use keymap-set

2023-01-13 Thread ELPA Syncer
branch: externals/corfu commit 7783419c289ccd1a84aedd928b1129cf59b775b6 Author: Daniel Mendler Commit: Daniel Mendler Commentary: Use keymap-set --- README.org| 2 +- extensions/corfu-quick.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.or

[elpa] externals/corfu 0057dbd90c 1/2: Use string-search

2023-01-13 Thread ELPA Syncer
branch: externals/corfu commit 0057dbd90c2022ae654437893d4bf262e458504d Author: Daniel Mendler Commit: Daniel Mendler Use string-search --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index f4f8000353..d5c1195660 100644 --- a/corfu.el +++

[elpa] externals/pyim updated (024e96706c -> d1a192bee9)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from 024e96706c Add pyim-liberime-create-word-at-point new e065decb5d Depend emacs > 27.1 new d1a192bee9 Fix pyim-dcache-write-file test fail Summary of changes: .github/workflows/test.yml | 2 +- pyim-common.el

[elpa] externals/pyim d1a192bee9 2/2: Fix pyim-dcache-write-file test fail

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit d1a192bee946341c3e5727ef716fad03dbe31c5e Author: Feng Shu Commit: Feng Shu Fix pyim-dcache-write-file test fail --- pyim-dcache.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyim-dcache.el b/pyim-dcache.el index d96a7

[elpa] externals/pyim e065decb5d 1/2: Depend emacs > 27.1

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit e065decb5d47b07d54974a819cc4c9fd61e8fb24 Author: Feng Shu Commit: Feng Shu Depend emacs > 27.1 --- .github/workflows/test.yml | 2 +- pyim-common.el | 12 ++ pyim-page.el | 6 + pyim-probe.el | 14 +--

[elpa] externals/vertico updated (d72cb897ed -> b96e779c06)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from d72cb897ed Update README new 407b9c11ff Require the compat library new e35567b9f4 vertico-mouse: Use define-keymap new b96e779c06 README/Commentary: Use keymap-set Summary of changes: README.org

[elpa] externals/vertico b96e779c06 3/3: README/Commentary: Use keymap-set

2023-01-13 Thread ELPA Syncer
branch: externals/vertico commit b96e779c06914814478aacebe89c7f94ffd0c148 Author: Daniel Mendler Commit: Daniel Mendler README/Commentary: Use keymap-set --- README.org| 16 extensions/vertico-directory.el | 6 +++--- extensions/vertico-flat.el

[elpa] externals/vertico 407b9c11ff 1/3: Require the compat library

2023-01-13 Thread ELPA Syncer
branch: externals/vertico commit 407b9c11ffc697aab985865d411b1d345ea7950e Author: Daniel Mendler Commit: Daniel Mendler Require the compat library --- extensions/vertico-flat.el| 12 +--- extensions/vertico-grid.el| 16 +++- extensions/vertico-quick.el | 2 +-

[elpa] externals/vertico e35567b9f4 2/3: vertico-mouse: Use define-keymap

2023-01-13 Thread ELPA Syncer
branch: externals/vertico commit e35567b9f4f7414571ebd58f1ba7664845e1a140 Author: Daniel Mendler Commit: Daniel Mendler vertico-mouse: Use define-keymap --- extensions/vertico-mouse.el | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/extensions/v

[nongnu] elpa/doc-show-inline 2b36a6be1f: Cleanup: goto pos-bol/eol instead of movement that respects fields

2023-01-13 Thread ELPA Syncer
branch: elpa/doc-show-inline commit 2b36a6be1f2c0d25935d1a8c5c684e9e7f8e08d2 Author: Campbell Barton Commit: Campbell Barton Cleanup: goto pos-bol/eol instead of movement that respects fields --- doc-show-inline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-show

[elpa] externals/compat e3926cfeae: compat-29: Add test for keymap-local-set

2023-01-13 Thread ELPA Syncer
branch: externals/compat commit e3926cfeaedc21fd5651c111e3fe49abab894901 Author: Daniel Mendler Commit: Daniel Mendler compat-29: Add test for keymap-local-set --- compat-29.el| 2 +- compat-tests.el | 15 +++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/c

[elpa] externals/corfu bb5c2561a0: Revert "Use string-search"

2023-01-13 Thread ELPA Syncer
branch: externals/corfu commit bb5c2561a025d03d5976bf0c64655606ee04f208 Author: Daniel Mendler Commit: Daniel Mendler Revert "Use string-search" This reverts commit 0057dbd90c2022ae654437893d4bf262e458504d. --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[nongnu] elpa/diff-ansi f10837099d: Fix compatibility for pos-bol/eol for emacs <29.1

2023-01-13 Thread ELPA Syncer
branch: elpa/diff-ansi commit f10837099d48454c470aa04a3803a8903d421d23 Author: Campbell Barton Commit: Campbell Barton Fix compatibility for pos-bol/eol for emacs <29.1 --- diff-ansi.el | 13 + 1 file changed, 13 insertions(+) diff --git a/diff-ansi.el b/diff-ansi.el index b6f7

[nongnu] elpa/doc-show-inline 9c7f489a41: Fix compatibility for pos-bol/eol for emacs <29.1

2023-01-13 Thread ELPA Syncer
branch: elpa/doc-show-inline commit 9c7f489a41ab89400c888b1e9038fafe2944e95b Author: Campbell Barton Commit: Campbell Barton Fix compatibility for pos-bol/eol for emacs <29.1 --- doc-show-inline.el | 12 1 file changed, 12 insertions(+) diff --git a/doc-show-inline.el b/doc-sh

[nongnu] elpa/hl-block-mode 08e4b2b21e: Fix compatibility for pos-bol/eol for emacs <29.1

2023-01-13 Thread ELPA Syncer
branch: elpa/hl-block-mode commit 08e4b2b21e012eea7d48c52921556d28ccbf7039 Author: Campbell Barton Commit: Campbell Barton Fix compatibility for pos-bol/eol for emacs <29.1 --- hl-block-mode.el | 12 1 file changed, 12 insertions(+) diff --git a/hl-block-mode.el b/hl-block-mod

[nongnu] elpa/scroll-on-drag ee4e0b0a42: Fix compatibility for pos-bol/eol for emacs <29.1

2023-01-13 Thread ELPA Syncer
branch: elpa/scroll-on-drag commit ee4e0b0a4221ea42ca4a12838d3b401c4bfc828a Author: Campbell Barton Commit: Campbell Barton Fix compatibility for pos-bol/eol for emacs <29.1 --- scroll-on-drag.el | 13 + 1 file changed, 13 insertions(+) diff --git a/scroll-on-drag.el b/scroll-o

[nongnu] elpa/spell-fu bd39312462: Fix compatibility for pos-bol/eol for emacs <29.1

2023-01-13 Thread ELPA Syncer
branch: elpa/spell-fu commit bd39312462b057dd4876b12211fe9d0b86d2e34c Author: Campbell Barton Commit: Campbell Barton Fix compatibility for pos-bol/eol for emacs <29.1 --- spell-fu.el | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/spell-fu.el b/spell-fu.e

[elpa] externals/consult 5b2b7d3953: consult-flymake: Filter diagnostics pointing to non-existing buffer (Fix #716)

2023-01-13 Thread ELPA Syncer
branch: externals/consult commit 5b2b7d39534314c53e95958c3d9daeee40329c28 Author: Daniel Mendler Commit: Daniel Mendler consult-flymake: Filter diagnostics pointing to non-existing buffer (Fix #716) --- consult-flymake.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[nongnu] elpa/evil-numbers 5ddc167f28: Fix compatibility for pos-bol/eol for emacs <29.1

2023-01-13 Thread ELPA Syncer
branch: elpa/evil-numbers commit 5ddc167f28f75fa59e65f3167d12228c4d2c8a05 Author: Campbell Barton Commit: Campbell Barton Fix compatibility for pos-bol/eol for emacs <29.1 --- evil-numbers.el | 13 + 1 file changed, 13 insertions(+) diff --git a/evil-numbers.el b/evil-numbers.e

[elpa] main 40ee3cc58d: * elpa-packages (xeft): New package

2023-01-13 Thread Stefan Monnier via
branch: main commit 40ee3cc58d67f8de6843ddaf49a2d5c702923285 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (xeft): New package --- elpa-packages | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 62e3a14eb9..8898ab6fb6

[elpa] externals/compat fa70e72f92: compat-29: Add test for keymap-global-set

2023-01-13 Thread ELPA Syncer
branch: externals/compat commit fa70e72f92985aeb99473d03770bd0404afcae5f Author: Daniel Mendler Commit: Daniel Mendler compat-29: Add test for keymap-global-set --- compat-29.el| 2 +- compat-tests.el | 15 +++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/

[elpa] externals/cape bbc399e472: Require the compat library

2023-01-13 Thread ELPA Syncer
branch: externals/cape commit bbc399e4724c86d80ee04c5d3af1567683c2b87c Author: Daniel Mendler Commit: Daniel Mendler Require the compat library --- cape-char.el | 2 +- cape.el | 13 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cape-char.el b/cape-char.

[elpa] externals/engrave-faces updated (5089660a60 -> 51a2f8d18e)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/engrave-faces. from 5089660a60 Normalise single-plist text property form new e541cf4366 Better resolve non-hex fg/bg colours new 51a2f8d18e Style, checkdoc, and byte-compile improvements Summary of changes: engrave-faces-ansi.e

[elpa] externals/engrave-faces 51a2f8d18e 2/2: Style, checkdoc, and byte-compile improvements

2023-01-13 Thread ELPA Syncer
branch: externals/engrave-faces commit 51a2f8d18ec5e3ce58499aaa27c6dbacf4265935 Author: TEC Commit: TEC Style, checkdoc, and byte-compile improvements --- engrave-faces-ansi.el | 67 ++ engrave-faces-html.el | 12 ++--- engrave-faces-lat

[elpa] externals/engrave-faces e541cf4366 1/2: Better resolve non-hex fg/bg colours

2023-01-13 Thread ELPA Syncer
branch: externals/engrave-faces commit e541cf43665965e13b0629b609a14058de6153ad Author: TEC Commit: TEC Better resolve non-hex fg/bg colours --- engrave-faces.el | 42 +- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/engrave-faces.el

[nongnu] elpa/xah-fly-keys ac6d0c397f: • xah-save-close-current-buffer, now generated file name random part is 5 char hexadecimal instead of 1 to 100. • qwerty space u (dvorak space g) now call x

2023-01-13 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit ac6d0c397fa036868275aff1d5056d2a86a24caa Author: Xah Lee Commit: Xah Lee • xah-save-close-current-buffer, now generated file name random part is 5 char hexadecimal instead of 1 to 100. • qwerty space u (dvorak space g) now call xah-save-close-current-bu

[elpa] externals/auctex a3887ad184 02/76: Ignore errors from dbus-ping (fixes bug#59380).

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit a3887ad184319f8427e8f0aec5ad45bb0112644c Author: Tassilo Horn Commit: Tassilo Horn Ignore errors from dbus-ping (fixes bug#59380). We just want to test if a viewer's DBUS interface works. If there are errors, the answer is surely no/nil.

[elpa] externals/auctex 94c28a3214 10/76: Enhance scope environmnent support

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 94c28a32147b3c2de02dc2702ae38ac232b40d70 Author: Ikumi Keita Commit: Ikumi Keita Enhance scope environmnent support * context.el (ConTeXt-after-insert-env-hook): New hook. (ConTeXt-insert-environment): Follow the change in `LaTeX-insert-enviro

[elpa] externals/auctex 65652e8c2d 13/76: Simplify implementation of style/breqn.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 65652e8c2d7480fae7d25099630489f5c4728911 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/breqn.el * style/breqn.el (LaTeX-breqn-key-val-options): New function. (LaTeX-breqn-env): Delete function. ("breqn"): Replace f

[elpa] externals/auctex 1c7a1b582e 23/76: Simplify implementation of style/csquotes.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 1c7a1b582e41f4dfd171ccdd20ce711fad6509ff Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/csquotes.el * style/csquotes.el (LaTeX-csquotes-read-language) (LaTeX-arg-csquotes-language): Delete functions. (LaTeX-csquotes

[elpa] externals/auctex eca0fadbc3 18/76: ; Trivial cleanups

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit eca0fadbc3462aebc48f8a672243a2776e148d8a Author: Ikumi Keita Commit: Ikumi Keita ; Trivial cleanups * tex.el (TeX-search-unescaped): Quote function names by #'. (TeX-parse-all-errors): Remove comment which no longer applies since tex-buf.el wa

[elpa] externals/auctex updated (945aba3d41 -> 358b4d0785)

2023-01-13 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 945aba3d41 Release GNU AUCTeX 13.1.6 new 6bdb392dfe ; * style/theorem.el ("theorem"): Fix last change. new a3887ad184 Ignore errors from dbus-ping (fixes bug#59380). new 6a5c691f7e Simplify implementation of style

[elpa] externals/auctex aaf71ede5d 04/76: Simplify implementation of style/ntheorem.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit aaf71ede5d17fb83107a22b5952e45ac31a15159 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/ntheorem.el * style/ntheorem.el (LaTeX-ntheorem-fontdecl) (LaTeX-arg-ntheorem-fontdecl, LaTeX-ntheorem-env-label): Delete varia

[elpa] externals/auctex 7bb6878867 20/76: Simplify implementation of style/CJK.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 7bb6878867c22ae1a259ffc27a6183cc539bb9ec Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/CJK.el * style/CJK.el (LaTeX-CJK-fontenc-list): New variable. (LaTeX-env-CJK): Delete function ("CJK"): Replace functionality o

[elpa] externals/auctex 28eee191b2 50/76: ; * style/enumitem.el ("enumitem"): Slightly improve last change.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 28eee191b21ab0e65feee0de1fa99bfb850e91f6 Author: Arash Esbati Commit: Arash Esbati ; * style/enumitem.el ("enumitem"): Slightly improve last change. --- style/enumitem.el | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/style/en

[elpa] externals/auctex 6a5c691f7e 03/76: Simplify implementation of style/amsthm.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 6a5c691f7e23a14518510d505281ad9cb2b738a5 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/amsthm.el * style/amsthm.el (LaTeX-amsthm-fontdecl) (LaTeX-arg-amsthm-fontdecl, LaTeX-amsthm-env-label): Delete variable and fu

[elpa] externals/auctex 2342a342f9 08/76: Simplify implementation of style/bigstrut.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 2342a342f91f773bc6a4a95542b62798819584fd Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/bigstrut.el * style/bigstrut.el (TeX-arg-bigstrut): Delete the function and replace the functionality with `TeX-arg-completing-read

[elpa] externals/auctex ee9e8a2b6e 11/76: Move `TeX-TikZ-point-name-regexp' to tex-style.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit ee9e8a2b6ef5677f7739e8dd19a31563520e93d3 Author: Ikumi Keita Commit: Ikumi Keita Move `TeX-TikZ-point-name-regexp' to tex-style.el * tex-style.el: * style/tikz.el (TeX-TikZ-point-function-map): Move defcustom into tex-style.el. (AUCTeX-Tik

[elpa] externals/auctex 3d5ac9cf7a 17/76: Cleanup newcommand/newenvironment support

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 3d5ac9cf7af5bedbae2e430024f001168d4e4a99 Author: Ikumi Keita Commit: Ikumi Keita Cleanup newcommand/newenvironment support * latex.el (LaTeX-common-initialization): Use `TeX-arg-define-macro-arguments' for optional argument for (re)newenvironm

[elpa] externals/auctex d55a960018 19/76: Simplify implementation of style/changes.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit d55a9600188a65c6ed290f2f2baeb0a8adf4f741 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/changes.el * style/changes.el (LaTeX-arg-changes-definechangesauthor) (LaTeX-arg-changes-markup): Delete functions. The functional

[elpa] externals/auctex 08f4fda5bd 06/76: * style/attachfile.el ("attachfile"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 08f4fda5bd98608b9e384e034effc34fc4b03eb8 Author: Arash Esbati Commit: Arash Esbati * style/attachfile.el ("attachfile"): Replace `TeX-arg-eval'. --- style/attachfile.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[elpa] externals/auctex 00f9192bbb 15/76: Check the value of `LaTeX-current-environment' first

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 00f9192bbbfbc1ecfc784f5a1b8c5e9880d7d44a Author: Arash Esbati Commit: Arash Esbati Check the value of `LaTeX-current-environment' first * style/breqn.el (LaTeX-breqn-key-val-options): Check if the variable `LaTeX-current-environment' contains a na

[elpa] externals/auctex 3e8aa71ef2 35/76: Fix bug#58689 with a bit of optiomization

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 3e8aa71ef28ad05bd32bedf18bbeb4d8cd35c069 Author: Ikumi Keita Commit: Ikumi Keita Fix bug#58689 with a bit of optiomization * latex.el (LaTeX-modify-environment): Comment out redundant `beginning-of-line' and `end-of-line'. --- latex.el | 20 +

[elpa] externals/auctex 75bea89b03 09/76: Simplify implementation of style/booktabs.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 75bea89b0304cd560ef83910f3899520f1e85c15 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/booktabs.el * style/booktabs.el ("booktabs"): Delete the function `LaTeX-booktabs-arg-paren' and use `TeX-arg-string' instead. ---

[elpa] externals/auctex 2664170ecc 37/76: Update style/fvextra.el to package version 1.5

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 2664170ecc27c68c2c3f6c06ab04fed8fdd6c5d4 Author: Arash Esbati Commit: Arash Esbati Update style/fvextra.el to package version 1.5 * style/fvextra.el (LaTeX-fvextra-key-val-options): Add new key=vals. ("fvextra"): Add support for the new "VerbE

[elpa] externals/auctex fb9c5645dc 49/76: * style/ltxtable.el ("ltxtable"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit fb9c5645dcd76b4136d42caa13917d2743735a31 Author: Arash Esbati Commit: Arash Esbati * style/ltxtable.el ("ltxtable"): Replace `TeX-arg-eval'. --- style/ltxtable.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/style/ltxtable.el b

[elpa] externals/auctex e772b93525 53/76: * style/mdframed.el ("mdframed"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit e772b935252a3ffc461cb9db366612645b0e0f3a Author: Arash Esbati Commit: Arash Esbati * style/mdframed.el ("mdframed"): Replace `TeX-arg-eval'. --- style/mdframed.el | 40 ++-- 1 file changed, 18 insertions(+), 22 deletions(-)

[elpa] externals/auctex b2b899a450 66/76: ; * style/pstricks.el (LaTeX-package-parameter-value): Pacify compiler.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit b2b899a450a918322eb5449ede8bf385b44ec741 Author: Arash Esbati Commit: Arash Esbati ; * style/pstricks.el (LaTeX-package-parameter-value): Pacify compiler. --- style/pstricks.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/pstricks.el b/style/ps

[elpa] externals/auctex d43bfae3fa 54/76: Overhaul beamer.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit d43bfae3fa7aa016120da7a36ed46b83133e5ba4 Author: Ikumi Keita Commit: Ikumi Keita Overhaul beamer.el * style/beamer.el (LaTeX-beamer-after-insert-env): Use `member' instead of `TeX-member'. Add comment. (TeX-arg-beamer-overlay-spec): Simpli

[elpa] externals/auctex 5b73efbfe3 51/76: ; * latex.el (LaTeX-what-macro): Assign values in one go.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 5b73efbfe39d2a301d7581082f0b194a26b797e6 Author: Arash Esbati Commit: Arash Esbati ; * latex.el (LaTeX-what-macro): Assign values in one go. --- latex.el | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/latex.el b/latex.el index

[elpa] externals/auctex 288665587a 57/76: Use `symbol-value' instead of `eval'

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 288665587a4fcb6b7fc356e86a86ee9670186232 Author: Ikumi Keita Commit: Ikumi Keita Use `symbol-value' instead of `eval' * multi-prompt.el (multi-prompt-expand-completion-table): Use `symbol-value' explicitly instead of `eval' to obtain the value of

[elpa] externals/auctex 287da56401 30/76: Revert "Bind a value to `LaTeX-current-environment' locally"

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 287da56401c7e8d465cc60844756162d49c6bb22 Author: Arash Esbati Commit: Arash Esbati Revert "Bind a value to `LaTeX-current-environment' locally" This reverts commit e4ceb88bb7cb4f406874de196aa71118449fe373. This change had negative side effect

[elpa] externals/auctex 68e14e7ce4 45/76: * style/ltablex.el ("ltablex"): Add fontification support.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 68e14e7ce4d3041273e3242d89059c3ee9a535cc Author: Arash Esbati Commit: Arash Esbati * style/ltablex.el ("ltablex"): Add fontification support. --- style/ltablex.el | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/style/ltab

[elpa] externals/auctex f84b1a5fdb 43/76: Simplify implementation of style/ifthen.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit f84b1a5fdbb9cccebf3f6831973ea29d6725ef2c Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/ifthen.el * style/ifthen.el (LaTeX-ifthen-test): New variable. (LaTeX-arg-ifthen-test): Delete and move the functionality into

[elpa] externals/auctex 7c15b32d06 47/76: Simplify implementation of style/ltugboat.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 7c15b32d06b28dd0ddceb77a02fe71a0a666e9c0 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/ltugboat.el * style/ltugboat.el (LaTeX-env-ltugboat-verbatim): Remove function and move the functionality into the hook. --- style

[elpa] externals/auctex 13c77f998e 28/76: Simplify implementation of style/empheq.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 13c77f998ee45193257bc0f62ba784bad51e3e28 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/empheq.el * style/empheq.el (LaTeX-empheq-env): Reduce functionality in the function which now adds a number of columns to 'alignat

[elpa] externals/auctex a648993763 22/76: * style/comment.el ("comment"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit a648993763fbc2f0f096eee0752f9c9552440527 Author: Arash Esbati Commit: Arash Esbati * style/comment.el ("comment"): Replace `TeX-arg-eval'. --- style/comment.el | 43 +++ 1 file changed, 23 insertions(+), 20 deletions(-)

[elpa] externals/auctex d937d4035c 16/76: Simplify implementation of style/changelog.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit d937d4035cc8754cc95a379cfba59cf88fd951f6 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/changelog.el * style/changelog.el (LaTeX-changelog-key-val-options): New function returning key=vals. The functionality used to be

[elpa] externals/auctex 5b693f4e2e 42/76: ; * style/hyperref.el ("hyperref"): Don't use list inside vector.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 5b693f4e2e8b8c1f81f95ae80e6047516a530b1c Author: Arash Esbati Commit: Arash Esbati ; * style/hyperref.el ("hyperref"): Don't use list inside vector. --- style/hyperref.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/s

[elpa] externals/auctex 22fa670915 55/76: ; Fix doc strings

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 22fa670915fb1fb6a08b60c7bb5acfb79684dd55 Author: Ikumi Keita Commit: Ikumi Keita ; Fix doc strings * tex.el (TeX-command-list): Quote Lisp symbols. (TeX-insert-braces): Fix a typo. * latex.el (LaTeX--completion-annotation-from-math-menu) (

[elpa] externals/auctex 5c67eb2dfd 07/76: Simplify implementation of style/babel.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 5c67eb2dfdf7d383f67c1b318c72f508319e307c Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/babel.el * style/babel.el (TeX-arg-babel-lang, LaTeX-env-babel-lang): Delete functions. ("babel"): Replace functionality of del

[elpa] externals/auctex 906e57dfb8 68/76: ; * style/physics.el: Write proper date.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 906e57dfb87d0a297164364f0c771151a86d8f9c Author: Ikumi Keita Commit: Ikumi Keita ; * style/physics.el: Write proper date. --- style/physics.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/physics.el b/style/physics.el index 8676a6

[elpa] externals/auctex ac7ad4fff4 36/76: Simplify implementation of style/footmisc.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit ac7ad4fff4800ae1397235d3559bb48609890abc Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/footmisc.el * style/footmisc.el (LaTeX-footmisc-fnsymbols-set): New variable. ("footmisc"): Use it in the hook. Remove support

[elpa] externals/auctex 4700af5dd4 64/76: ; Delete ineffective string escapes reported by Relint

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 4700af5dd44af4b56981aafbc481452d1f0d65da Author: Arash Esbati Commit: Arash Esbati ; Delete ineffective string escapes reported by Relint * font-latex.el (font-latex-make-built-in-keywords): Remove ineffective escaping of parenthesis in strings. -

[elpa] externals/auctex 83622003aa 46/76: * style/enumitem.el ("enumitem"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 83622003aa2bd9a8402f7f4edfc9abd0d0d05031 Author: Arash Esbati Commit: Arash Esbati * style/enumitem.el ("enumitem"): Replace `TeX-arg-eval'. --- style/enumitem.el | 35 --- 1 file changed, 20 insertions(+), 15 deletions(-) dif

[elpa] externals/auctex 643d39a10c 75/76: Update Pygments style names

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 643d39a10cf777579dc5210b6566df9b9137cc72 Author: Arash Esbati Commit: Arash Esbati Update Pygments style names * style/minted.el (LaTeX-minted-key-val-options): Update style names provided by Pygments version 2.14.0. --- style/minted.el | 17

[elpa] externals/auctex 7da1860c2a 26/76: Support starred section names

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 7da1860c2a8cf7a2eb8f1596bf51af5532aa949b Author: Ikumi Keita Commit: Ikumi Keita Support starred section names * latex.el (LaTeX-section-level): Accept starred section names. Simplify. (LaTeX-section-name): Simplify. (LaTeX-section-heading

[elpa] externals/auctex 2d0fdebac0 69/76: Preserve braces after @TeX and similar macros.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 2d0fdebac0ec12676545dd4197171575e7489f56 Author: David Kastrup Commit: David Kastrup Preserve braces after @TeX and similar macros. --- doc/macros.texi | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/ma

[elpa] externals/auctex 01f84ce9f5 73/76: Simplify implementation of style/minted.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 01f84ce9f5534db8660dc71383d94517a9e57393 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/minted.el * style/minted.el (LaTeX-arg-minted-language) (LaTeX-arg-minted-style): Delete functions and move the functionality i

[elpa] externals/auctex f9b378a45c 70/76: Support detached arguments

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit f9b378a45c89b16a183f46830e4c7ec7b2aec7c5 Author: Ikumi Keita Commit: Ikumi Keita Support detached arguments * tex.el (TeX-find-macro-boundaries): Skip white spaces between a macro argument and comment starter. Fix doc string. Add FIXME com

[elpa] externals/auctex 22336f15bd 52/76: Simplify implementation of style/mathtools.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 22336f15bd9ad769304f502dcaa37552fae58a30 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/mathtools.el * style/mathtools.el (LaTeX-mathtools-arg-mathstyle-completion) (LaTeX-mathtools-arg-mathsize-completion): Delete func

[elpa] externals/auctex dc6e8c44c9 72/76: Turn `y-or-n-p' into `always' for in-buffer completion

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit dc6e8c44c988ec4824266b01d89b66375ef14a3c Author: Arash Esbati Commit: Arash Esbati Turn `y-or-n-p' into `always' for in-buffer completion * latex.el (LaTeX-completion-parse-args): Turn `y-or-n-p' into `always' inside `TeX-arg-conditional' for in-b

[elpa] externals/auctex 324cb5c913 41/76: Simplify implementation of style/hologo.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 324cb5c9134ae2ed974fa58a6584424c899e7289 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/hologo.el * style/hologo.el (LaTeX-hologo--arg-use-region-or-query-logo-name): Reduce functionality. (LaTeX-hologo--arg-use

[elpa] externals/auctex d3ab64f893 60/76: Reduce redundancy in regexp

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit d3ab64f89394d16473ee1af144d5cf6bde77380c Author: Ikumi Keita Commit: Ikumi Keita Reduce redundancy in regexp * latex.el (LaTeX-environment-name-regexp): Don't quote regexp inside [^...]. (LaTeX-modify-environment): Omit spurious regexp group.

[elpa] externals/auctex bf66b302a4 61/76: Improve the previous commit slightly

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit bf66b302a4afa297fc2322a875935fd9a4d47525 Author: Ikumi Keita Commit: Ikumi Keita Improve the previous commit slightly * latex.el (LaTeX-current-environment,LaTeX-backward-up-environment): Move the task to find out the environment name from the lat

[elpa] externals/auctex c60ed913a0 12/76: ; Remove unnecessary `declare-function'

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit c60ed913a04656fa346db6403d3adb713d76f975 Author: Ikumi Keita Commit: Ikumi Keita ; Remove unnecessary `declare-function' * style/tikz.el: Remove unnecessary `declare-function' that I shouldn't add. --- style/tikz.el | 2 -- 1 file changed, 2 dele

[elpa] externals/auctex 3806176ba2 56/76: Fix argument description in doc strings

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 3806176ba2fa11cc990e49792f9db34532c85258 Author: Ikumi Keita Commit: Ikumi Keita Fix argument description in doc strings * latex.el (TeX-read-key-val): * multi-prompt.el (multi-prompt-key-value): Correct the format of KEY-VAL-ALIST and state t

[elpa] externals/auctex d7dc696f47 25/76: * latex.el (LaTeX-env-contents): Add the "nowarn" key.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit d7dc696f47b210729885d6e033472db9e6433761 Author: Arash Esbati Commit: Arash Esbati * latex.el (LaTeX-env-contents): Add the "nowarn" key. --- latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex.el b/latex.el index cea33b1adf..01

  1   2   >