[elpa] externals/pyim 1268f095c3: Fix pyim-dhashcache--get-ishortcodes-ishortcodes when deal with 'bu--zhi'

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit 1268f095c38121654d42ea20f82b1d15d23347e9 Author: Feng Shu Commit: Feng Shu Fix pyim-dhashcache--get-ishortcodes-ishortcodes when deal with 'bu--zhi' --- pyim-dhashcache.el | 2 +- tests/pyim-tests.el | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) dif

[elpa] externals/xeft b980aac44f 45/55: Pull xapian-lite from GitHub

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit b980aac44fe23f29c4d4764209ba4e62d2945568 Author: Yuan Fu Commit: Yuan Fu Pull xapian-lite from GitHub * Makefile: Add some flags. Pull xapian-lite from GitHub instead of tracking a local copy. * module: Remove directory. --- Makefile

[elpa] externals/xeft 26389942e9 37/55: Minor change

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 26389942e9cf8d4099adac32e2ce14e536c82d56 Author: Yuan Fu Commit: Yuan Fu Minor change --- README.md | 6 -- xeft.el | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3d35eccf6..dbc9193101 100644 --- a/RE

[elpa] externals/xeft 39430a861a 47/55: Update to v3.0

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 39430a861a7f889e70746cfcd644a31031c350c3 Author: Yuan Fu Commit: Yuan Fu Update to v3.0 * README.md: Mention the (not really) new automatic install wizard. * xeft.el: Change version to 3.0. Use new release url for xapian-lite. --- README.md | 14 ++

[elpa] externals/xeft babe67496a 52/55: Add xapian-lite source

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit babe67496a753a214265aa9ec7740297acca7cd1 Author: Yuan Fu Commit: Yuan Fu Add xapian-lite source This way the user don't need to clone the git repo of xapian-lite. * Makefile: * emacs-module-prelude.h: * emacs-module.h: * xapian-lite

[elpa] externals/xeft e694278a16 53/55: Improve auto-compile/download commands

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit e694278a16b3bbecaca2fe5ef98c86f187948447 Author: Yuan Fu Commit: Yuan Fu Improve auto-compile/download commands * xeft.el (xeft--require-xapian-lite): Refactor out this function. (xeft--download-module): Use read-multiple-choice. (xeft): Factor

[elpa] externals/xeft fa63432715 11/55: * Makefile (xeft-module.so): Fix linking flags

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit fa6343271567d010e72c5aeafbb23f665e89b8c4 Author: Yuan Fu Commit: Yuan Fu * Makefile (xeft-module.so): Fix linking flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acf75f18c5..32bddbd723 100644 ---

[elpa] externals/xeft 974520af0a 43/55: * Makefile (SOEXT): Fix if condition.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 974520af0a557a1e56cfe489eb4b654bf03f3ca3 Author: Yuan Fu Commit: Yuan Fu * Makefile (SOEXT): Fix if condition. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d890d7843f..44cdd9a066 100644 --- a/Makef

[elpa] externals/xeft 361ee04913 54/55: * xeft.el (xeft--download-module): Fix.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 361ee049138bd5359d1cb2ee531e861a68ef0b1e Author: Yuan Fu Commit: Yuan Fu * xeft.el (xeft--download-module): Fix. --- xeft.el | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/xeft.el b/xeft.el index 77d1a

[elpa] externals/xeft 6d27d1a7ab 32/55: Replace xeft-module with xapian-lite

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 6d27d1a7ab74a8140cb1e7bf08d798851a50f3b2 Author: Yuan Fu Commit: Yuan Fu Replace xeft-module with xapian-lite Xapian-lite is equivalent to xeft-module, but with different name and uses emacs-module-prelude. So xeft-module = xapian-lite + prelude.

[elpa] externals/xeft 0f56356d24 48/55: Switch to sr.ht

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 0f56356d24007fae27d5bccf76fff05ba4b7cdb3 Author: Yuan Fu Commit: Yuan Fu Switch to sr.ht * README.md: * xeft.el (xeft--linux-module-url) (xeft--mac-module-url): Switch to sr.ht. --- README.md | 2 +- xeft.el | 4 ++-- 2 files changed, 3 inser

[elpa] externals/xeft f2a7dd9259 30/55: Minor layout change

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit f2a7dd92599271949dd2a85cc5c7c6c8b930532a Author: Yuan Fu Commit: Yuan Fu Minor layout change --- xeft.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xeft.el b/xeft.el index d1e8cd35fa..c847bcc67e 100644 --- a/xeft.el +++ b/xeft.el

[elpa] externals/xeft 78bf82b507 31/55: * xeft.el (xeft-refresh): Remove workaround for emacs-rime.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 78bf82b50716d5244068ca3790038306f4557dcb Author: Yuan Fu Commit: Yuan Fu * xeft.el (xeft-refresh): Remove workaround for emacs-rime. --- xeft.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xeft.el b/xeft.el index c847bcc67e..ecb590d98f

[elpa] externals/xeft f193d6135e 42/55: Ignore dot directory and make file function customizable

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit f193d6135e98e170dc0e608f1ad8dbabc535a25f Author: Yuan Fu Commit: Yuan Fu Ignore dot directory and make file function customizable * xeft.el (xeft-file-list-function): New custom option. (xeft-full-reindex, xeft--front-page-cache-refresh): Use new va

[elpa] externals/xeft 6efff4f20d 12/55: Add conexcept qualifier

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 6efff4f20d601fae937766301a4c2655cff72d91 Author: Yuan Fu Commit: Yuan Fu Add conexcept qualifier * xeft-module.cc (reindex_file): (query_term): --- xeft-module.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xeft-module.cc

[elpa] externals/xeft 3a60ed7639 36/55: Provide option to download dynamic module automatically

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 3a60ed7639c26c9e0f6d23a153ec328f6182d322 Author: Yuan Fu Commit: Yuan Fu Provide option to download dynamic module automatically * xeft.el (xeft--linux-module-url, xeft--mac-module-url): New variables. (xeft--download-module): New function.

[elpa] externals/xeft 321dd84b64 39/55: * Makefile: Add support for windows dylib extension

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 321dd84b648ff046192f4ac7b747388a8995e56a Author: Yuan Fu Commit: Yuan Fu * Makefile: Add support for windows dylib extension --- Makefile | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d1dfa51c5..d890

[elpa] externals/xeft f05eca90f6 46/55: * Makefile (CXXFLAGS): Remove -stdlib=libc++

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit f05eca90f6eacfa9f5604ceb1667fd9ebea81e67 Author: Yuan Fu Commit: Yuan Fu * Makefile (CXXFLAGS): Remove -stdlib=libc++ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a31fbfdc06..8a623b43ba 100644 --- a/

[elpa] externals/xeft 2b515faf2e 29/55: * xeft-module.cc (copy_string): Fix free statement;

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 2b515faf2ed62a5c9727e6abeb69e076413774fe Author: Yuan Fu Commit: Yuan Fu * xeft-module.cc (copy_string): Fix free statement; --- xeft-module.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xeft-module.cc b/xeft-module.cc index 92a5442

[elpa] externals/xeft 4f16722a47 38/55: Handle database errors

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 4f16722a477d65592677a7446c1367511f0d5af2 Author: Yuan Fu Commit: Yuan Fu Handle database errors * module/xapian-lite.cc: Update xapian-lite. * xeft.el (xeft--after-save, xeft-full-reindex): Handle and print explanation for database lock and corr

[elpa] externals/xeft ea43335993 35/55: Extend handled query syntax and document it

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit ea433359930bea3aecd47bd7be07ba362916cf83 Author: Yuan Fu Commit: Yuan Fu Extend handled query syntax and document it * README.md: Document query syntax. * xeft.el (xeft--highlight-search-phrase, xeft--tighten-search-phrase): Support more query s

[elpa] externals/xeft 315126c9ae 08/55: Fix noexcept error

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 315126c9ae1fe871850f8ebe5749dd59fba7110b Author: Yuan Fu Commit: Yuan Fu Fix noexcept error * xeft-module.cc (Fxeft_reindex_file): (Fxeft_query_term): --- xeft-module.cc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a

[elpa] externals/xeft 270eeb1084 44/55: * xeft.el: Add version for package-vc-install.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 270eeb10846a5a81590dc85573610b7319f25130 Author: Yuan Fu Commit: Yuan Fu * xeft.el: Add version for package-vc-install. --- xeft.el | 1 + 1 file changed, 1 insertion(+) diff --git a/xeft.el b/xeft.el index cf346f887e..386e7e7522 100644 --- a/xeft.el +++ b/xef

[elpa] externals/xeft 4bdb052d81 55/55: * xeft.el: Bump to version 3.2.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 4bdb052d815b67dff327bc976c73d81c94040d75 Author: Yuan Fu Commit: Yuan Fu * xeft.el: Bump to version 3.2. --- xeft.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xeft.el b/xeft.el index aa420bfc66..d2bf470c4d 100644 --- a/xeft.el +++

[elpa] externals/xeft 951db71170 21/55: Fix default-extension format and add a recursive option

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 951db71170edd77c42a0054f9e24840a13168a4a Author: Yuan Fu Commit: Yuan Fu Fix default-extension format and add a recursive option * xeft.el (xeft-default-extension): (xeft-filename-fn): (xeft-recursive): (xeft--file-list): --- xeft.el | 15 +

[elpa] externals/xeft 035ae7f3d0 22/55: * xeft.el: Update commentary about 'xeft-recursive'.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 035ae7f3d003616d9c12e5028457ddb4cae2e079 Author: Yuan Fu Commit: Yuan Fu * xeft.el: Update commentary about 'xeft-recursive'. --- xeft.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xeft.el b/xeft.el index 5c1ded008a..574ac51ced 100644

[elpa] externals/xeft 71d13999a7 13/55: Various fixes and improvements

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 71d13999a7abdc810482dcd2ef5511049da6e0d2 Author: Yuan Fu Commit: Yuan Fu Various fixes and improvements * xeft.el (xeft-ignore-extension): New variable. (xeft-mode): Remove reindex. (xeft): Add reindex. (xeft--find-file-at-point): Run hook h

[elpa] externals/xeft a3050c1596 20/55: * xeft.el (xeft-ignore-extension): Explain the option more clearly.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit a3050c15960ad63937d19f40fd98442247325600 Author: Yuan Fu Commit: Yuan Fu * xeft.el (xeft-ignore-extension): Explain the option more clearly. --- xeft.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xeft.el b/xeft.el index 197bf47cd9.

[elpa] externals/xeft 9532c7dd17 40/55: * README.md: Add instruction for windows.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 9532c7dd17b4a8a2014c9af2f3cb4c7e21b0e0b9 Author: Yuan Fu Commit: Yuan Fu * README.md: Add instruction for windows. --- README.md | 4 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dbc9193101..357a3554eb 100644 --- a/README.md ++

[elpa] externals/xeft 5c8adb7c51 28/55: * Makefile: Fix PREFIX.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 5c8adb7c51ec50fc659aaebe65e11e984f458f1e Author: Yuan Fu Commit: Yuan Fu * Makefile: Fix PREFIX. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c48d520b3..72c5fb920d 100644 --- a/Makefile +++ b/Make

[elpa] externals/xeft dd14e69939 33/55: * README.md: Remove text about the dynamic mocule.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit dd14e6993997b5322cbe19864147553b3bc3a9b6 Author: Yuan Fu Commit: Yuan Fu * README.md: Remove text about the dynamic mocule. --- README.md | 53 - 1 file changed, 4 insertions(+), 49 deletions(-) diff --git a/

[elpa] externals/xeft ad2d7b259d 23/55: Don't highlight short keywords.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit ad2d7b259d6e296b49b004a1510ccf821ba3db16 Author: Yuan Fu Commit: Yuan Fu Don't highlight short keywords. * xeft.el (xeft--highlight-search-phrase, xeft--highlight-matched): Add condition (> (length keyword) 1). --- xeft.el | 34 ++--

[elpa] externals/xeft 2fd4dd6ef8 41/55: Update xapian-lite.cc

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 2fd4dd6ef86a96869af56837602ba3893a677d83 Author: Yuan Fu Commit: Yuan Fu Update xapian-lite.cc * module/emacs-module-prelude.h: Sync with upstream. * module/xapian-lite.cc (copy_string): Sync with upstream. --- module/emacs-module-prelude.h | 5 +++

[elpa] externals/xeft 6fcc903bbb 51/55: ; * xeft.el (xeft--compile-module): Refactor.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 6fcc903bbb0a41fb23404fc49ab180fa6652ac20 Author: Yuan Fu Commit: Yuan Fu ; * xeft.el (xeft--compile-module): Refactor. --- xeft.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xeft.el b/xeft.el index c3d449396e..4f3d6df801 100644

[elpa] externals/xeft 1c1b449d21 25/55: Add semicolon after macro

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 1c1b449d21854b64a14f74457c5be720bf6fa5ff Author: Yuan Fu Commit: Yuan Fu Add semicolon after macro * xeft-module.cc (CHECK_EXIT): Add semicolon. (Fxeft_reindex_file): Add semicolon. (Fxeft_query_term): Add semicolon. --- xeft-module.cc | 16 +++

[elpa] externals/xeft 2b1ff8402f 17/55: Various fixes

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 2b1ff8402f8f24b6413113a983490f82cee6a173 Author: Yuan Fu Commit: Yuan Fu Various fixes * xeft.el (xeft-default-extension): New option. (xeft-filename-fn): Use 'xeft-default-extension'. (xeft): Create database's path if doesn't exists. (xeft-

[elpa] externals/xeft cb4b595b6a 50/55: Update gitignore

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit cb4b595b6a434293f6da0225883c314a5ea9dcb2 Author: Yuan Fu Commit: Yuan Fu Update gitignore --- .gitignore | 4 gitignore | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00..e

[elpa] externals/xeft 71febb833f 26/55: Improve latency

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 71febb833f24c7c353589e240290e53ee1bbf495 Author: Yuan Fu Commit: Yuan Fu Improve latency * xeft.el (xeft--compile-module): Check for make, and default to empty PREFIX. (xeft-mode): Moved inhibit-modification-hooks to here. (xeft, xeft-create

[elpa] externals/xeft 6c94f7bdb4 18/55: * xeft.el (xeft-refresh): Fix to show the "create note" prompt.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 6c94f7bdb41214f37747ab58ca3ce6d5c3258735 Author: Yuan Fu Commit: Yuan Fu * xeft.el (xeft-refresh): Fix to show the "create note" prompt. --- xeft.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeft.el b/xeft.el index 4efc581560..79396b37

[elpa] externals/xeft 290b146829 05/55: Remove caching, change to showing only 15 results

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 290b146829e91159e008b373eb25f17e9517be47 Author: Yuan Fu Commit: Yuan Fu Remove caching, change to showing only 15 results * xeft.el (xeft--after-save-hook): (xeft--after-save): (xeft-mode-map): (xeft-full-reindex): (xeft--cache): (x

[elpa] externals/xeft 8e57d01aa6 10/55: Improve perceived latency

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 8e57d01aa60d7dcc68e062c8fc13427feb01f190 Author: Yuan Fu Commit: Yuan Fu Improve perceived latency * xeft.el (xeft--ecache): (xeft--ecache-buffer): (xeft--insert-file-excerpt): (xeft--ignore-short-phrase): (xeft-refresh): --- xeft.el |

[elpa] branch externals/xeft created (now 4bdb052d81)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/xeft. at 4bdb052d81 * xeft.el: Bump to version 3.2. This branch includes the following new commits: new afc8a69a52 init new b9759e2f57 Fix for Linux new f81dd92048 Some update new b3ff6bf5b6 Make search result

[elpa] externals/xeft 45d975d54d 49/55: Prepare for ELPA

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 45d975d54d097cdebef7a02b12eea7e190b53808 Author: Yuan Fu Commit: Yuan Fu Prepare for ELPA * xeft.el: Add copyright notice, require subr-x. --- xeft.el | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/xeft.el

[elpa] externals/xeft b3ff6bf5b6 04/55: Make search result more intuitive

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit b3ff6bf5b6d64d3f2632a3109714afda4c4bb657 Author: Yuan Fu Commit: Yuan Fu Make search result more intuitive * xeft-module.cc (query_term): * xeft.el (xeft-mode): (xeft--tighten-search-phrase): (xeft-refresh): --- xeft-module.cc | 11 +---

[elpa] externals/xeft af94f77834 07/55: * xeft-module.cc: Fix signiture

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit af94f778344eec71d3c2433376637c02b3ec422f Author: Yuan Fu Commit: Yuan Fu * xeft-module.cc: Fix signiture --- xeft-module.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeft-module.cc b/xeft-module.cc index 9cfcd2a315..5fe53e3e4f 100644 -

[elpa] externals/xeft 11cf93d3aa 06/55: Refactor the module

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 11cf93d3aa0f39f92849019814497d9871e52869 Author: Yuan Fu Commit: Yuan Fu Refactor the module * README.md: * xeft-module.cc (CHECK_EXIT): (query_term): (bind_function): (nil): (intern): (cons): (funcall): (signal): (de

[elpa] externals/xeft 2b2c8e5925 09/55: Double-buffering

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 2b2c8e592575674db4e6a7b03659be41b922dd12 Author: Yuan Fu Commit: Yuan Fu Double-buffering * xeft.el (xeft--insert-file-excerpt): (xeft-refresh): --- xeft.el | 88 +++-- 1 file changed, 47

[elpa] externals/xeft 8b3e653f6e 15/55: Really fix the nonexcept qualifier

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 8b3e653f6e6bfa48032bf31940fa0da3cfb217b2 Author: Yuan Fu Commit: Yuan Fu Really fix the nonexcept qualifier * xeft-module.cc (define_function): --- xeft-module.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xeft-module.cc b

[elpa] externals/xeft b9759e2f57 02/55: Fix for Linux

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit b9759e2f576b4155cb26de93d1e309152cdd50d1 Author: Yuan Fu Commit: Yuan Fu Fix for Linux --- Makefile | 2 +- xeft-module.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85ea3a839a..acf75f18c5 100644 --- a

[elpa] externals/xeft e7722e479e 14/55: Move the nonexcept qualifier to the correct place

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit e7722e479ea89be20663792eeef5099272c9a97e Author: Yuan Fu Commit: Yuan Fu Move the nonexcept qualifier to the correct place * xeft-module.cc (reindex_file): (query_term): --- xeft-module.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[elpa] externals/xeft 8a9f1e41b9 16/55: This got to fix it

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 8a9f1e41b93fe54eb52b91286473afa87daa57ce Author: Yuan Fu Commit: Yuan Fu This got to fix it * xeft-module.cc (define_function): --- xeft-module.cc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xeft-module.cc b/xeft-modu

[elpa] externals/xeft b12a0f58ea 34/55: Factor out two faces xeft-excerpt-title and xeft-excerpt-body

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit b12a0f58ea12369770c56470da5355d7f8dd6989 Author: Yuan Fu Commit: Yuan Fu Factor out two faces xeft-excerpt-title and xeft-excerpt-body * xeft.el (xeft-excerpt-title, xeft-excerpt-body): New faces. (xeft--insert-file-excerpt): Use new faces. --- xef

[elpa] externals/xeft 8850838345 19/55: Fix "create note" prompt

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 8850838345decbc1bd22112ebf63d6107ca85b9c Author: Yuan Fu Commit: Yuan Fu Fix "create note" prompt * xeft.el (xeft-refresh): Don't show "create note" prompt if search phrase is empty. --- xeft.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(

[elpa] externals/xeft 7646d9d254 24/55: * xeft-module.cc (copy_string): Remember to free string buffer.

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit 7646d9d2540ba7f502bf3bc40473c00fe5a14edd Author: Yuan Fu Commit: Yuan Fu * xeft-module.cc (copy_string): Remember to free string buffer. --- xeft-module.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xeft-module.cc b/xeft-module.cc index 48ec0362a8..8

[elpa] externals/xeft afc8a69a52 01/55: init

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit afc8a69a526ab7662bf68eb87ee76d5547116bb0 Author: Yuan Fu Commit: Yuan Fu init --- Makefile | 12 + README.md | 75 ++ emacs-module.h | 763 + gitignore | 2 + xeft-module.cc | 445 +

[elpa] externals/xeft f81dd92048 03/55: Some update

2023-01-13 Thread ELPA Syncer
branch: externals/xeft commit f81dd92048ccd54a31dff483c61c000e0034efc9 Author: Yuan Fu Commit: Yuan Fu Some update * xeft-module.cc (EMACS_NOEXCEPT): (reindex_file): (Fxeft_reindex_file): (Fxeft_query_term): (emacs_module_init): * xeft.el: (xeft-load-file-hoo

[elpa] externals/pyim a1e5df62ca 4/7: Add duoyinzi adjust feature

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit a1e5df62ca06fa20126af633bf1ad2841350b5f4 Author: Feng Shu Commit: Feng Shu Add duoyinzi adjust feature --- pyim-cstring.el | 62 --- pyim-pymap.el | 454 +++- tests/pyim-tests.el | 52 +++--- 3 fil

[elpa] externals/pyim be4678058d 2/7: pyim-process-create-word do not return message string.

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit be4678058d90751a261ba8f54b971e1697ee0f18 Author: Feng Shu Commit: Feng Shu pyim-process-create-word do not return message string. --- pyim-process.el | 16 +--- pyim.el | 27 --- 2 files changed, 17 insertions(+), 26

[elpa] externals/pyim c6fd32f9b2 3/7: Simplify pyim-liberime-create-word

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit c6fd32f9b2ffba26386a6f8db9be649a5030c0b3 Author: Feng Shu Commit: Feng Shu Simplify pyim-liberime-create-word --- pyim-liberime.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyim-liberime.el b/pyim-liberime.el index 1a9a7f3bdc..cf1

[elpa] externals/pyim 2757ccbbd6 6/7: Remove pinyins-list-adjusted again

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit 2757ccbbd6895f86d634a4ce6148eb2c7bb699fd Author: Feng Shu Commit: Feng Shu Remove pinyins-list-adjusted again --- pyim-cstring.el | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/pyim-cstring.el b/pyim-cstring.el index

[elpa] externals/pyim 4689205781 5/7: Remove pinyins-list-adjusted

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit 4689205781b689fa695b9bde8e3e1f0fa73e0510 Author: Feng Shu Commit: Feng Shu Remove pinyins-list-adjusted --- pyim-cstring.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-cstring.el b/pyim-cstring.el index b3e03e7565..d08e7029e4 10064

[elpa] externals/pyim ce221279e6 1/7: Add pyim-liberime-create-word and remove pyim-liberime-create-word-at-point

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit ce221279e6ad2cd0b265d5899bf08b2781d62323 Author: Feng Shu Commit: Feng Shu Add pyim-liberime-create-word and remove pyim-liberime-create-word-at-point --- pyim-liberime.el | 28 ++-- 1 file changed, 10 insertions(+), 18 deletions(-) dif

[elpa] externals/pyim updated (d1a192bee9 -> 126dae5fd7)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from d1a192bee9 Fix pyim-dcache-write-file test fail new ce221279e6 Add pyim-liberime-create-word and remove pyim-liberime-create-word-at-point new be4678058d pyim-process-create-word do not return message string. ne

[elpa] externals/pyim 126dae5fd7 7/7: Simplify pyim-cstring-to-pinyin

2023-01-13 Thread ELPA Syncer
branch: externals/pyim commit 126dae5fd74c209735e0b7a799d3c5a67735cb03 Author: Feng Shu Commit: Feng Shu Simplify pyim-cstring-to-pinyin --- pyim-cstring.el | 42 +++--- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/pyim-cstring.el b/pyi

[elpa] main ebadb8baaf: * elpa-packages (xeft): Auto-sync

2023-01-13 Thread Stefan Monnier via
branch: main commit ebadb8baaff40c23406a0ff3c88f1206808769f6 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (xeft): Auto-sync --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 8898ab6fb6..216400adaf 100644 --- a/elpa-pac

[elpa] externals/compat 066fb61ce6 2/3: compat-tests: Commentary whitespace

2023-01-13 Thread ELPA Syncer
branch: externals/compat commit 066fb61ce64aad502148bedff6b2fd139cf3254b Author: Daniel Mendler Commit: Daniel Mendler compat-tests: Commentary whitespace --- compat-tests.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compat-tests.el b/compat-tests.el i

[elpa] externals/compat 59c893c2fe 3/3: compat-defalias: Add docstring

2023-01-13 Thread ELPA Syncer
branch: externals/compat commit 59c893c2fe01f8bb8c25d8b7e48f02595884aeb8 Author: Daniel Mendler Commit: Daniel Mendler compat-defalias: Add docstring --- compat-macs.el | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/compat-macs.el b/compat-macs.el index f37c

[elpa] externals/compat updated (fa70e72f92 -> 59c893c2fe)

2023-01-13 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from fa70e72f92 compat-29: Add test for keymap-global-set new 98f913f743 Test emacs-29 branch new 066fb61ce6 compat-tests: Commentary whitespace new 59c893c2fe compat-defalias: Add docstring Summary of changes:

[elpa] externals/compat 98f913f743 1/3: Test emacs-29 branch

2023-01-13 Thread ELPA Syncer
branch: externals/compat commit 98f913f743dafce4ed318c31753f7823df45700f Author: Daniel Mendler Commit: Daniel Mendler Test emacs-29 branch --- .github/workflows/makefile.yml | 1 + Makefile | 2 +- compat-tests.el| 14 +++--- 3 files changed,

[elpa] externals/auctex b3d4dfd778: Release GNU AUCTeX 13.1.7

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit b3d4dfd77833af015befa31c767688ae6432a84b Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 13.1.7 * GNU AUCTeX Version 13.1.7 released. --- README | 80 ++--- auctex.el | 2 +- auctex.info| 2

[elpa] externals/auctex 1a72c0f884 32/76: Simplify implementation of style/floatrow.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 1a72c0f884ef88656f8defa9c61222ec65ca0a55 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/floatrow.el * style/floatrow.el (LaTeX-floatrow-auto-cleanup): Adjust to new functionality of `LaTeX-floatrow-arg-floatbox'. (L

[elpa] externals/auctex b7b498baad 40/76: Simplify implementation of style/graphicx.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit b7b498baad045685c7fcec0bce61f7290b86d09b Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/graphicx.el * style/graphicx.el (LaTeX-graphicx-key-val-options): New function. (LaTeX-arg-graphicx-includegraphics-key-val): R

[elpa] externals/auctex 8941bd640f 33/76: * style/fontspec.el ("fontspec"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 8941bd640feb81363b21dfe1791539a63e107790 Author: Arash Esbati Commit: Arash Esbati * style/fontspec.el ("fontspec"): Replace `TeX-arg-eval'. --- style/fontspec.el | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/sty

[elpa] externals/auctex 5f129b5dca 58/76: Support starred variant name

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 5f129b5dcab1d1c3b3b987348cfa841e265548c4 Author: Ikumi Keita Commit: Ikumi Keita Support starred variant name * latex.el (LaTeX-find-matching-end): (LaTeX-find-matching-begin): Find correct begin or end when the point is just after the asteris

[elpa] externals/auctex 46c1a5a592 63/76: Add filename as a prefix to catchfilebetweentags counter

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 46c1a5a592e702babfc7f32458dc5cc8f802f3ae Author: Uwe Brauer Commit: Arash Esbati Add filename as a prefix to catchfilebetweentags counter * style/catchfilebetweentags.el (LaTeX-env-catchfilebetweentags): Add filename as a prefix to the counter. --

[elpa] externals/auctex a57e627284 59/76: Improve consistency between similar functions

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit a57e627284383e2a28082b8be652b2714a366766 Author: Ikumi Keita Commit: Ikumi Keita Improve consistency between similar functions Include doctex mode special treatment of `LaTeX-current-environmnet' into `LaTeX-find-matching-begin' and `LaTeX-find-ma

[elpa] externals/auctex ba70baec6c 27/76: Fix doc strings regarding to section commands

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit ba70baec6ca95c609e794624ca589c1de9ea02d8 Author: Ikumi Keita Commit: Ikumi Keita Fix doc strings regarding to section commands * context.el (ConTeXt-numbered-section-hook): (ConTeXt-unnumbered-section-hook): Add mention about `ConTeXt-referenc

[elpa] externals/auctex 8984821716 74/76: ; * style/natbib.el ("natbib"): Fontify \citetext.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 8984821716d0d19bf05b4bdc827c0c9047130521 Author: Arash Esbati Commit: Arash Esbati ; * style/natbib.el ("natbib"): Fontify \citetext. --- style/natbib.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/natbib.el b/style/natbib.el i

[elpa] externals/auctex 0cea7e107a 21/76: Simplify implementation of style/cleveref.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 0cea7e107a2ec612bea1add75f731c29dda55951 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/cleveref.el * style/cleveref.el (TeX-arg-cleveref-crossref-type): Delete function. (LaTeX-cleveref-crossref-type): New function

[elpa] externals/auctex c7de94dc94 24/76: Replace `TeX-arg-eval'

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit c7de94dc942f77b4159a5c3fb5d0c57eebe8cc9e Author: Arash Esbati Commit: Arash Esbati Replace `TeX-arg-eval' * style/doc.el ("doc"): Replace `TeX-arg-eval' with closure. For "DocInput", add a check if "l3doc" style is loaded and adjust the query

[elpa] externals/auctex 33bb54bb9e 38/76: Simplify implementation of style/geometry.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 33bb54bb9e55eb443ca2866b7ff7d8663ba0f740 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/geometry.el * style/geometry.el ("geometry"): Replace `TeX-arg-eval'. --- style/geometry.el | 25 +++-- 1 file cha

[elpa] externals/auctex eb7b8d4de4 44/76: * style/listings.el ("listings"): Replace `TeX-arg-eval'.

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

[elpa] externals/auctex 982b20571c 48/76: * style/ltxdoc.el ("ltxdoc"): Replace `TeX-arg-eval'.

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

[elpa] externals/auctex 1def8bd570 39/76: ; * style/graphics.el ("graphics"): Remove unnecessary `function'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 1def8bd5709c41c8ef526eca0d69a195ddec0529 Author: Arash Esbati Commit: Arash Esbati ; * style/graphics.el ("graphics"): Remove unnecessary `function'. --- style/graphics.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/graph

[elpa] externals/auctex 517d5a6e4e 34/76: ; * style/floatrow.el ("floatrow"): Fix last change.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 517d5a6e4ed5d21cba17b9cc3af3b66e0441843d Author: Arash Esbati Commit: Arash Esbati ; * style/floatrow.el ("floatrow"): Fix last change. --- style/floatrow.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/style/floatrow.e

[elpa] externals/auctex ff65b9b4d0 65/76: Avoid compiler warnings with long function names

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit ff65b9b4d088b98387c13388ad63a83f4816ab5b Author: Arash Esbati Commit: Arash Esbati Avoid compiler warnings with long function names * tex.el (TeX-auto-add-type): Rearrange the auto-generated docstring in order to avoid compiler warnings for long f

[elpa] externals/auctex 7f9e7ec8a1 05/76: * style/array.el ("array"): Replace `TeX-arg-eval' with a closure.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 7f9e7ec8a1e6ca1a4bf0e0798dc753ef462e8402 Author: Arash Esbati Commit: Arash Esbati * style/array.el ("array"): Replace `TeX-arg-eval' with a closure. --- style/array.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style/array

[elpa] externals/auctex 30bca31f77 71/76: ; * style/xcolor.el ("xcolor"): Replace `TeX-arg-eval'.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 30bca31f7787f9cf031e2394e716f696bd0ca032 Author: Arash Esbati Commit: Arash Esbati ; * style/xcolor.el ("xcolor"): Replace `TeX-arg-eval'. --- style/xcolor.el | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/style/

[elpa] externals/auctex e4ceb88bb7 14/76: Bind a value to `LaTeX-current-environment' locally

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit e4ceb88bb7cb4f406874de196aa71118449fe373 Author: Arash Esbati Commit: Arash Esbati Bind a value to `LaTeX-current-environment' locally * latex.el (LaTeX-current-environment): Add docstring. (LaTeX-env-item-args, LaTeX-env-label-args, LaTeX-env-arg

[elpa] externals/auctex 5484b57bc4 31/76: Don't rely on the value of `LaTeX-current-environment'

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 5484b57bc46688c3a8fa2ec45f261fce87a3bebb Author: Arash Esbati Commit: Arash Esbati Don't rely on the value of `LaTeX-current-environment' * style/breqn.el (LaTeX-breqn-key-val-options): * style/changelog.el (LaTeX-changelog-key-val-options): Remov

[elpa] externals/auctex 54c82bd093 67/76: New style file physics.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 54c82bd093aec4b1fa9264ac91b70cf30da737b6 Author: Ikumi Keita Commit: Ikumi Keita New style file physics.el * style/physics.el: New style file. * Makefile.in (STYLESRC): Add it. --- Makefile.in | 3 +- style/physics.el | 418 +++

[elpa] externals/auctex 4b9dafad86 29/76: Simplify implementation of style/fancyvrb.el

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 4b9dafad8606987d08c752b84fe3f607a33896c3 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/fancyvrb.el * style/fancyvrb.el (LaTeX-fancyvrb-arg-define-macro): Check if the package "fvextra" is loaded and allow verbatim argu

[elpa] externals/auctex 6bdb392dfe 01/76: ; * style/theorem.el ("theorem"): Fix last change.

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit 6bdb392dfe42f56c772b32cae8c87fe321eaae06 Author: Arash Esbati Commit: Arash Esbati ; * style/theorem.el ("theorem"): Fix last change. --- style/theorem.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/theorem.el b/style/theorem

[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

[elpa] externals/auctex e97fb94f4e 62/76: Pacify compiler warning

2023-01-13 Thread Tassilo Horn
branch: externals/auctex commit e97fb94f4ecb230faa33267fc45799daa37f6d4a Author: Arash Esbati Commit: Arash Esbati Pacify compiler warning * context.el (ConTeXt-expand-options): Use `string=' instead of `eq' to compare strings. --- context.el | 2 +- 1 file changed, 1 insertion

[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 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 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

  1   2   >