[elpa] externals/show-font b572bacf0c 26/54: Make the major mode disable line numbers locally

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit b572bacf0cf8ff5323ce444764f79600fe194302 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make the major mode disable line numbers locally --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --git a/show-font.el b/show-font.el index 9862b55

[elpa] externals/show-font 791416d748 16/54: Rework how we expand the pangrams for the defcustom :type

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 791416d748b8af2893bd24b97ef71991c5f4f6f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rework how we expand the pangrams for the defcustom :type --- show-font.el | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git

[elpa] externals/show-font c41443f03a 03/54: Tweak how the font is propertized

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit c41443f03a85bb1f1217109daa88f9edda8d919a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak how the font is propertized --- show-font.el | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/show-font.el

[elpa] externals/show-font ff0251d565 19/54: Remove the function that shows the font from the major mode

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit ff0251d5650ba20801083d2ec87f8e65feb0aa06 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove the function that shows the font from the major mode This is the job of the file name handler. --- show-font.el | 3 +-- 1 file changed, 1 inse

[elpa] externals/show-font a65e7a242a 27/54: Add more helpers to check for installed fonts

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit a65e7a242ac4fe5d2b775a3b48222ed3598f9997 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add more helpers to check for installed fonts Now we have an OS-agnostic backend in the form of 'x-family-fonts' and one that works on Linux via fc

[elpa] externals/show-font 8ef7327eb2 37/54: Remove clarified FIXME

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 8ef7327eb24ce9c6792cf806b49e2fe36ae3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove clarified FIXME --- show-font.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/show-font.el b/show-font.el index fd57f39840..e03bd664e8 100644 -

[elpa] externals/show-font 3be8056ae5 24/54: Stop using show-font-extensions-regexp; define regexp directly

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 3be8056ae52079a278f2aa3b95f267e69dab0af7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Stop using show-font-extensions-regexp; define regexp directly We do not need to have an autoloaded symbol for these cases. --- show-font.el | 9 +++--

[elpa] externals/show-font 67eff98c59 30/54: Remove outdated comment

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 67eff98c59e1e017204763a48ee20a7d7afca111 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove outdated comment --- show-font.el | 1 - 1 file changed, 1 deletion(-) diff --git a/show-font.el b/show-font.el index abc9ee19b6..0cc4ae1861 100644 ---

[elpa] externals/show-font 6e10b12b5d 54/54: Fix a couple of typos

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 6e10b12b5d75785e07e2cc3ba61fdbc754617d22 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix a couple of typos --- CHANGELOG.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 17d12a19c4.

[elpa] externals/show-font abb3e13345 17/54: Add TODO to refine show-font--get-pangram

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit abb3e133452ee97f9bd505deeb3434ef7519e80a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add TODO to refine show-font--get-pangram --- show-font.el | 13 + 1 file changed, 13 insertions(+) diff --git a/show-font.el b/show-font.el index

[elpa] externals/show-font e8bb71badc 45/54: Add .elpaignore file for GNU ELPA

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit e8bb71badc989a22306f3e36e349d561d14e007f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add .elpaignore file for GNU ELPA --- .elpaignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 00

[elpa] externals/show-font 0d5978f07b 52/54: Add link with sample pictures

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 0d5978f07b4b623a1f7562055d97875f4245fb93 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add link with sample pictures --- README.md | 3 +-- README.org | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md in

[elpa] externals/show-font 683d5ab4d1 49/54: Mention links to the Info manual and web page in the defgroups

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 683d5ab4d1063be2ba9de372f20a88bbfeb05e07 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Mention links to the Info manual and web page in the defgroups --- show-font.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sho

[elpa] externals/show-font 3695bfb838 38/54: Add error condition to show-font-select-preview

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 3695bfb838728dad1ac67087998175516a7ad936 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add error condition to show-font-select-preview --- show-font.el | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/show-font.

[elpa] externals/show-font c8f889d12a 11/54: Define helper functions to get installed fonts and check for one among them

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit c8f889d12a95856c5afb5d69c60b8bcfbaab9c04 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define helper functions to get installed fonts and check for one among them --- show-font.el | 14 ++ 1 file changed, 14 insertions(+) diff --git

[elpa] externals/show-font 7dd09cd87e 48/54: Update the package Commentary

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 7dd09cd87e06da4d30602781c92fa370f51c37f3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the package Commentary --- show-font.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/show-font.el b/show-font.el index 087ef58

[elpa] externals/show-font c5d7fd6e34 01/54: Add initial version of show-font

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit c5d7fd6e3413f3744d410c9f78c17b021b6320d5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add initial version of show-font --- .gitignore | 5 + COPYING | 674 +++ README.md| 14 +

[elpa] externals/show-font da30bb5554 06/54: Add FIXME for how the file handler is added (also see commit a1ffe8a)

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit da30bb555478a97d1065e5677c27ed9b87fef27a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add FIXME for how the file handler is added (also see commit a1ffe8a) --- show-font.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/show-font.el b/sh

[elpa] externals/show-font e654040756 32/54: Fix a typo

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit e654040756d0904a1ee59bb2d34309300dd8caca Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix a typo --- show-font.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-font.el b/show-font.el index 988b4c8fee..9cf18ac160 100644

[elpa] externals/show-font 6ca36f382e 23/54: Add some outline headings

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 6ca36f382e6d088df4cd04c6db7816f135bf5802 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add some outline headings --- show-font.el | 5 + 1 file changed, 5 insertions(+) diff --git a/show-font.el b/show-font.el index d301670791..65466403f7 10

[elpa] externals/show-font 66bb076f77 47/54: Update the README.md and include links to the manual and changelog

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 66bb076f77347245890ae837c7c87c5728edfde6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the README.md and include links to the manual and changelog --- README.md | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) di

[elpa] externals/show-font 69e2db52e5 34/54: Make show-font-install non-interactive

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 69e2db52e5ce78c3d81e22920be1bf93a116485a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make show-font-install non-interactive Because this might then be called from the wrong place. I do not want to prompt the user for a file to insta

[elpa] externals/show-font a38c7ba286 53/54: Fix a couple of typos

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit a38c7ba2869951247dc3e16ea9294ff8b23e862d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix a couple of typos --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 535578acc3..0da00264

[elpa] externals/show-font 3056fc8aed 41/54: Add doc string to show-font-select-preview-history

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 3056fc8aedf223a5859846c6df6be6f522d85c69 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add doc string to show-font-select-preview-history --- show-font.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/show-font.el b/show-f

[elpa] externals/show-font b951202b9b 29/54: Define commands to (i) preview an installed font (ii) list+preview all installed fonts

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit b951202b9bfa1bfd5187861b20848e71b63e09ed Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define commands to (i) preview an installed font (ii) list+preview all installed fonts --- show-font.el | 62 +

[elpa] externals/show-font 29c8fef4c6 33/54: Define functions to install a font file

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 29c8fef4c6ab2cd8ccfcc17dc5a106c29bca0738 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define functions to install a font file --- show-font.el | 42 -- 1 file changed, 40 insertions(+), 2 deletions(-) dif

[elpa] externals/show-font ff995c626d 15/54: Incorporate suggestions from Philip Kaludercic

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit ff995c626d03311a457a87150afcaabb705e86bb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Incorporate suggestions from Philip Kaludercic These were sent to me on emacs-devel mailing list:

[elpa] branch externals/show-font created (now 6e10b12b5d)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/show-font. at 6e10b12b5d Fix a couple of typos This branch includes the following new commits: new c5d7fd6e34 Add initial version of show-font new 2f55db5bad Fix rendering of title and subtitle in the given font new c4

[elpa] externals/show-font 5cf734e21a 35/54: Define a button and use it to help the user install current file

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 5cf734e21a20847f9bf901adec1cb377d48913ad Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define a button and use it to help the user install current file --- show-font.el | 116 +++ 1 file cha

[elpa] externals/show-font 09ad971308 21/54: Update show-font-pangram doc string

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 09ad9713080b4c3ff1453306231f85aca7550964 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update show-font-pangram doc string --- show-font.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/show-font.el b/show-font.el index

[elpa] externals/show-font 36d3197e13 43/54: Autoload `show-font-handler`

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 36d3197e131870c3d350bfc717d61129d83f1c21 Author: Swapnil Mahajan Commit: Swapnil Mahajan Autoload `show-font-handler` --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --git a/show-font.el b/show-font.el index a9084ba9c4..087ef5828f 100644 --- a

[elpa] externals/show-font 1ab166f5df 14/54: Remove done to-do items

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 1ab166f5dfe5890991df0cee6ef7fcdd7af607c5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove done to-do items --- show-font.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/show-font.el b/show-font.el index 3ed12419d4..4ecd184764 100644 -

[elpa] externals/show-font c10b077657 25/54: Add TODO about how best to support multiple languages

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit c10b077657b37bb24e3ae2a258adebe62da74e4e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add TODO about how best to support multiple languages --- show-font.el | 5 + 1 file changed, 5 insertions(+) diff --git a/show-font.el b/show-font.el ind

[elpa] externals/show-font f90e03c5e8 22/54: Refine how the title faces are produced

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit f90e03c5e87a79cb710ea0fee3bab63bbcfe88c2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine how the title faces are produced --- show-font.el | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/show-font.el

[elpa] externals/show-font f8e4484bcd 20/54: Clarity show-font-pangram-p doc string

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit f8e4484bcdbc7109ecd6af4b2d4fe4c71df334a3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarity show-font-pangram-p doc string --- show-font.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/show-font.el b/show-font.el ind

[elpa] externals/show-font 2d04283d8e 31/54: Add revert-buffer-function for show-font-select-preview

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 2d04283d8ed40a0692bc1f9f2d884d20dbd19cf4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add revert-buffer-function for show-font-select-preview --- show-font.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/show-font.el b

[elpa] externals/show-font ad30c77b06 42/54: Remove WIP notices

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit ad30c77b06d62bd59e7902cd9a70f06f0ee6c069 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove WIP notices --- show-font.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/show-font.el b/show-font.el index 62a377b27d..

[elpa] externals/show-font b1bf2837f9 36/54: Rename helper function that check FILE font attributes

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit b1bf2837f927ea90d145ead7eae693328653cf3e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rename helper function that check FILE font attributes --- show-font.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/show-font.el

[elpa] externals/show-font 6f878f50bc 18/54: Simplify the file name handler

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 6f878f50bc18b46b77e8e6588fbefa48af3161f1 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Simplify the file name handler --- show-font.el | 30 ++ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/show-font.

[elpa] externals/show-font 7bd66d3105 39/54: Add FIXME to refine show-font-list output

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 7bd66d31056b54b070d6842b15a333123df89d34 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add FIXME to refine show-font-list output --- show-font.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/show-font.el b/show-font.el index 759ddf4a3d.

[elpa] externals/show-font 8ed7c66c63 44/54: Merge pull request #3 from swapnilsm/main

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 8ed7c66c63c167b870b40be9c20cee60a9c2f996 Merge: ad30c77b06 36d3197e13 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #3 from swapnilsm/main Autoload `show-font-handler` --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --

[elpa] externals/show-font bd9b392cf8 10/54: Simplify show-font--get-attribute

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit bd9b392cf8b74c3d101e83809c6e588be041989c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Simplify show-font--get-attribute --- show-font.el | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/show-font.el b/show-font.el inde

[nongnu] elpa/gptel updated (ea60bac432 -> 7b2b30de9f)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from ea60bac432 gptel-rewrite: Fix typo in message new cfc8387151 gptel: Better context and rewrite highlight faces new 6d81c88038 README: Update rewrite/refactor description new 4a4f253686 gptel-rewrite: Add context ind

[elpa] externals/show-font a1ffe8afdf 05/54: Autoload show-font-extensions-regexp to make the package install correctly

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit a1ffe8afdf62156cea1e230ed9390d9c0d4c77ef Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Autoload show-font-extensions-regexp to make the package install correctly Thanks to Darrly Hebbes for bringing this matter to my attention in issu

[elpa] externals/show-font d3a51209eb 09/54: Use setq-local consistency in the major mode definition

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit d3a51209eb201600a62a4006098673203069d771 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use setq-local consistency in the major mode definition Yes, I know that 'setq' in those variables has the same meaning, but I prefer this self-evi

[elpa] externals/show-font 2f55db5bad 02/54: Fix rendering of title and subtitle in the given font

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 2f55db5bada795e9f4b157a69522a23bb4a24409 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix rendering of title and subtitle in the given font --- show-font.el | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/show-

[elpa] externals/show-font 97b3301dd3 12/54: Add error checking in show-font--prepare-text

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 97b3301dd3787a178ad8c1c88e42721f4fd92d69 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add error checking in show-font--prepare-text --- show-font.el | 46 +- 1 file changed, 29 insertions(+), 17 deleti

[nongnu] elpa/gptel cfc8387151 1/5: gptel: Better context and rewrite highlight faces

2024-09-10 Thread ELPA Syncer
branch: elpa/gptel commit cfc8387151e73a5626da719b51024996da80fae6 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Better context and rewrite highlight faces * gptel-rewrite.el (gptel-rewrite-highlight-face, gptel--suffix-rewrite): Add a highlight face for rewrite

[nongnu] elpa/gptel 6d81c88038 2/5: README: Update rewrite/refactor description

2024-09-10 Thread ELPA Syncer
branch: elpa/gptel commit 6d81c8803850fc0e2137f38e4965649025b91b85 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur README: Update rewrite/refactor description * README.org: Also update the list of packages using gptel. --- README.org | 39 +++

[elpa] externals/show-font 460da112ed 08/54: Add TODO about other operating systems

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 460da112edcd3e2ca0f9d2b41ef7c5fc8944ff15 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add TODO about other operating systems --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --git a/show-font.el b/show-font.el index e181f0e18a..a8195

[nongnu] elpa/gptel 4a4f253686 3/5: gptel-rewrite: Add context indicator

2024-09-10 Thread ELPA Syncer
branch: elpa/gptel commit 4a4f253686373810d09cf9ead59ff8f772e23eba Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-rewrite: Add context indicator * gptel-transient.el (gptel--refactor-or-rewrite): Turn into defsubst * gptel-rewrite.el: Require gptel-transi

[elpa] externals/show-font 9a40c37d54 04/54: Add link to demo in the README

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 9a40c37d5406d2907b9e77f28bcbbe90d553e9e6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add link to demo in the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc818d9376..aae

[elpa] externals/show-font 7d2145e5bf 46/54: Write the show-font manual

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 7d2145e5bf1aca3fa782e26a80cb99849d914c17 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Write the show-font manual --- README.org | 705 doclicense.texi | 505 ++

[elpa] externals/show-font 7d1cf73686 50/54: Update to show-font version 0.1.0

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 7d1cf73686c03f24d06ba2bf143b14579e5f490a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to show-font version 0.1.0 --- CHANGELOG.org | 64 +++ show-font.el | 2 +- 2 files changed, 6

[nongnu] elpa/gptel d9f8d17828 4/5: README: Fix rewrite/refactor image display

2024-09-10 Thread ELPA Syncer
branch: elpa/gptel commit d9f8d178280e2e5dbd6ab70807e366783ab5a04b Author: Karthik Chikmagalur Commit: Karthik Chikmagalur README: Fix rewrite/refactor image display * README.org: Fix image display in README. --- README.org | 8 1 file changed, 4 insertions(+), 4 deletions

[elpa] externals/show-font c66456b2f3 40/54: Autoload the show-font-list command

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit c66456b2f38d86deaa57bb7fc934bac4329c6ffc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Autoload the show-font-list command --- show-font.el | 1 + 1 file changed, 1 insertion(+) diff --git a/show-font.el b/show-font.el index 8cb4a65dea..c7fbc8b2

[elpa] externals/show-font 0f46562e42 51/54: Make sure to delete duplicates and sort fonts

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 0f46562e42a4cc7f2546392360debed724be87e0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make sure to delete duplicates and sort fonts --- show-font.el | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/show-font

[nongnu] elpa/gptel 7b2b30de9f 5/5: README: Fix rewrite/refactor image display (again)

2024-09-10 Thread ELPA Syncer
branch: elpa/gptel commit 7b2b30de9fab7ecf5c6c46d3e184bd6081f5008a Author: Karthik Chikmagalur Commit: Karthik Chikmagalur README: Fix rewrite/refactor image display (again) * README.org: Fix image display in README. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[elpa] externals/show-font 0d35840ce2 28/54: Rework show-font--prepare-text in light of commit 19a95c1

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 0d35840ce25b589cc65d06459c814f66f0fac732 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rework show-font--prepare-text in light of commit 19a95c1 --- show-font.el | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-)

[elpa] externals/show-font 54508fc514 13/54: Fix regression in show-font--get-attribute (when output has many families)

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit 54508fc5142e4f9b335dc4d574d6836d8cd496a8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix regression in show-font--get-attribute (when output has many families) --- show-font.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --gi

[nongnu] elpa/helm 9892a048ee 2/2: Stop inserting a space in helm-lisp-completion-at-point input

2024-09-10 Thread ELPA Syncer
branch: elpa/helm commit 9892a048eebe84bad5d67b199faa9f7b703ff777 Author: Thierry Volpiatto Commit: Thierry Volpiatto Stop inserting a space in helm-lisp-completion-at-point input --- helm-elisp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-elisp.el b/helm-el

[nongnu] elpa/helm-core updated (fb3d127a85 -> 9892a048ee)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from fb3d127a85 Search backward further than 2 char adds 5b9ec9b46f Add helm-describe-re-char-classes fn and use it adds 9892a048ee Stop inserting a space in helm-lisp-completion-at-point input No new revisions were added by

[nongnu] elpa/hyperdrive ed6be139a1 1/2: Meta: v0.5-pre

2024-09-10 Thread ELPA Syncer
branch: elpa/hyperdrive commit ed6be139a1c10d7995fb779e7a0f78af3e91cb5c Author: Joseph Turner Commit: Joseph Turner Meta: v0.5-pre --- CHANGELOG.org | 4 doc/hyperdrive.texi | 4 ++-- hyperdrive.el | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANG

[nongnu] elpa/helm updated (fb3d127a85 -> 9892a048ee)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from fb3d127a85 Search backward further than 2 char new 5b9ec9b46f Add helm-describe-re-char-classes fn and use it new 9892a048ee Stop inserting a space in helm-lisp-completion-at-point input Summary of changes: helm-elisp.el

[nongnu] elpa/hyperdrive updated (aee81766c8 -> 7bd3fbdbdf)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from aee81766c8 Release: v0.4.0 new ed6be139a1 Meta: v0.5-pre new 7bd3fbdbdf Meta: Update CONTRIBUTING.org Summary of changes: CHANGELOG.org | 4 CONTRIBUTING.org| 29 + doc/hy

[nongnu] elpa/helm 5b9ec9b46f 1/2: Add helm-describe-re-char-classes fn and use it

2024-09-10 Thread ELPA Syncer
branch: elpa/helm commit 5b9ec9b46f498629ea4b838f5ea4de270de028d3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add helm-describe-re-char-classes fn and use it --- helm-elisp.el | 6 - helm-lib.el | 81 +++ 2 files changed

[nongnu] elpa/hyperdrive 7bd3fbdbdf 2/2: Meta: Update CONTRIBUTING.org

2024-09-10 Thread ELPA Syncer
branch: elpa/hyperdrive commit 7bd3fbdbdf8a24264ae13b95a75779e8064cfdc4 Author: Joseph Turner Commit: Joseph Turner Meta: Update CONTRIBUTING.org --- CONTRIBUTING.org | 29 + 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.org b/CONTRI

[elpa] externals/show-font b1a9d8a5cc 07/54: Remove needless 'let' before the 'when-let'

2024-09-10 Thread ELPA Syncer
branch: externals/show-font commit b1a9d8a5cc17e4c178e87d8de8b68cf53ed5ac8e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove needless 'let' before the 'when-let' --- show-font.el | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/show-font.el

[elpa] externals/hyperbole f68bf1bab5 3/8: Merge branch 'master' of hyperbole into rsw

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit f68bf1bab5314f758fe9b4aa7acddcbc65a83b41 Merge: d4fd2ad38b 25ad337b6b Author: bw Commit: bw Merge branch 'master' of hyperbole into rsw --- ChangeLog | 9 + Makefile | 6 +++--- test/hibtypes-tests.el | 16 +

[elpa] externals/hyperbole bf64a07549 7/8: hywiki.el - When exporting a HyWiki mark all broken links

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit bf64a0754962c14a80712d46b58f5e876c68f21d Author: bw Commit: bw hywiki.el - When exporting a HyWiki mark all broken links Add new option `hywiki-org-publishing-broken-links' with a default value of 'mark. This is used to set 'org-export-with-br

[elpa] externals/hyperbole 2073097fc2 6/8: Merge pull request #587 from rswgnu/rsw

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit 2073097fc28395b81da90d8f8f99557b30e6d7d4 Merge: 25ad337b6b cede541e53 Author: Robert Weiner Commit: GitHub Merge pull request #587 from rswgnu/rsw Fix Action Key not highlighting matching HTML tag pairs --- ChangeLog | 25

[elpa] externals/hyperbole 577c3c1b13 1/8: Fix Action Key not highlighting matching HTML tag pairs

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit 577c3c1b13f4f25408efe68ec241040ad4c017f7 Author: bw Commit: bw Fix Action Key not highlighting matching HTML tag pairs Fix hyperbole.texi pylib defact doc in manual. --- ChangeLog | 10 ++ hui-select.el | 53 +

[elpa] externals/hyperbole updated (25ad337b6b -> 246ab46e65)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 25ad337b6b Add hyp-manual test (#586) new 577c3c1b13 Fix Action Key not highlighting matching HTML tag pairs new d4fd2ad38b Merge branch 'rsw' hyperbole into rsw new f68bf1bab5 Merge branch 'master' of hype

[elpa] externals/hyperbole 246ab46e65 8/8: Merge pull request #588 from rswgnu/rsw

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit 246ab46e6566e353f603dc58253e9fabf37a0c01 Merge: 2073097fc2 bf64a07549 Author: Robert Weiner Commit: GitHub Merge pull request #588 from rswgnu/rsw hywiki.el - When exporting a HyWiki mark all broken links --- ChangeLog | 18 ++ hyw

[elpa] externals/hyperbole d4fd2ad38b 2/8: Merge branch 'rsw' hyperbole into rsw

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit d4fd2ad38b67f2d89b63f26e7a81e893b721665d Merge: 577c3c1b13 b1641e5fe6 Author: bw Commit: bw Merge branch 'rsw' hyperbole into rsw

[elpa] externals/hyperbole cede541e53 5/8: hui-select.el - Fix # in syntax-table to be punctuation

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit cede541e53ed03e326012a0d5826c60c2ee95b23 Author: bw Commit: bw hui-select.el - Fix # in syntax-table to be punctuation This prevents it triggering in Markdown mode as a quote in front of an sexp (left over from inheritance from emacs-lisp-m

[elpa] externals/hyperbole 3239a77990 4/8: Cust/Highlight-Menu-Keys-Toggle - add this menu item

2024-09-10 Thread ELPA Syncer
branch: externals/hyperbole commit 3239a779901bd7e10d2330654947e2d428ecefa9 Author: bw Commit: bw Cust/Highlight-Menu-Keys-Toggle - add this menu item New customizationo, hui:menu-highlight-flag determines whether menu item keys to press are fontified (typically bolded and with

[elpa] externals/compat 9a234d0d28: compat.texi: Fix replace-string-in-region documentation (Fix #52)

2024-09-10 Thread ELPA Syncer
branch: externals/compat commit 9a234d0d28cccd33f64faea6074fa2865a17c164 Author: Daniel Mendler Commit: Daniel Mendler compat.texi: Fix replace-string-in-region documentation (Fix #52) --- compat.texi | 43 ++- 1 file changed, 22 insertions(+), 21 del

[elpa] externals/orderless 416c62a4a8: Version 1.2

2024-09-10 Thread ELPA Syncer
branch: externals/orderless commit 416c62a4a8e7199567a5df63d03cf320dc4d6ab0 Author: Daniel Mendler Commit: Daniel Mendler Version 1.2 --- orderless.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orderless.el b/orderless.el index 4e731fb5cd..e859d87a05 100644 --- a/or

[elpa] externals/org-modern f619912e55: Require Emacs 28.1

2024-09-10 Thread ELPA Syncer
branch: externals/org-modern commit f619912e55b409a8a3ecb807a8c2a35faa0e482d Author: Daniel Mendler Commit: Daniel Mendler Require Emacs 28.1 --- CHANGELOG.org | 4 org-modern.el | 8 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org

[elpa] externals/phpinspect 2b9e26f188: Add test for static method suggestion + fix discovered type resolving bug

2024-09-10 Thread ELPA Syncer
branch: externals/phpinspect commit 2b9e26f188522182fd3fda4b1ea3a1ea7baea3f2 Author: Hugo Thunnissen Commit: Hugo Thunnissen Add test for static method suggestion + fix discovered type resolving bug --- phpinspect-resolve.el | 4 ++-- test/test-suggest.el | 25 - 2

[nongnu] elpa/magit 61c051ea1c 6/6: magit-auto-revert-mode: Respect auto-revert-remote-files up front

2024-09-10 Thread Jonas Bernoulli via
branch: elpa/magit commit 61c051ea1cda5fe6c9404cb5ae228088d2e254f0 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-auto-revert-mode: Respect auto-revert-remote-files up front This has the advantage that it avoids unnecessary work when connecting to a remote and when later

[nongnu] elpa/magit 05d7565f15 4/6: magit-tramp-pipe-stty-settings: Mention tramp-direct-async-process

2024-09-10 Thread Jonas Bernoulli via
branch: elpa/magit commit 05d7565f15beb57d1f92298d0dad55eda1e527b5 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-tramp-pipe-stty-settings: Mention tramp-direct-async-process Closes #5520. --- lisp/magit-process.el | 10 -- 1 file changed, 8 insertions(+), 2 deletion

[nongnu] elpa/magit e11c71b53f 3/6: Use ensure-list more

2024-09-10 Thread Jonas Bernoulli via
branch: elpa/magit commit e11c71b53f426ee23e8e5ffad19dfc88b9d883b5 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use ensure-list more --- lisp/magit-apply.el | 4 ++-- lisp/magit-mode.el| 2 +- lisp/magit-section.el | 6 ++ 3 files changed, 5 insertions(+), 7 deletions(-) diff

[nongnu] elpa/magit 0bee51213a 1/6: readme: Link to Yann's github page

2024-09-10 Thread Jonas Bernoulli via
branch: elpa/magit commit 0bee51213a16856e7d867e91c531802148a87f3e Author: Jonas Bernoulli Commit: Jonas Bernoulli readme: Link to Yann's github page His homepage is no longer online. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/READ

[nongnu] elpa/magit updated (0aa26864e3 -> 61c051ea1c)

2024-09-10 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit. from 0aa26864e3 Release version 4.1.0 new 0bee51213a readme: Link to Yann's github page new 4d054196eb readme: Update link to Yann's homepage new e11c71b53f Use ensure-list more new 05d7565f15 magit-tramp-pipe-stt

[nongnu] elpa/magit 4d054196eb 2/6: readme: Update link to Yann's homepage

2024-09-10 Thread Jonas Bernoulli via
branch: elpa/magit commit 4d054196eb1e99251012fc8b133db9512d644bf1 Author: Jonas Bernoulli Commit: Jonas Bernoulli readme: Update link to Yann's homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f13d8d2a4c..f988fa93a8 1006

[nongnu] elpa/magit-section updated (0aa26864e3 -> 61c051ea1c)

2024-09-10 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit-section. from 0aa26864e3 Release version 4.1.0 adds 0bee51213a readme: Link to Yann's github page adds 4d054196eb readme: Update link to Yann's homepage adds e11c71b53f Use ensure-list more adds 05d7565f15 magit-tramp-

[nongnu] elpa/magit 21a9317011 5/6: magit-turn-on-auto-revert-mode-if-desired: Cosmetics

2024-09-10 Thread Jonas Bernoulli via
branch: elpa/magit commit 21a931701157efff7944059d9a0def496276cf8e Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-turn-on-auto-revert-mode-if-desired: Cosmetics --- lisp/magit-autorevert.el | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git

[elpa] externals/auctex a1faa2d192: Add ispell skips for tabularray package

2024-09-10 Thread ELPA Syncer
branch: externals/auctex commit a1faa2d192fb58846d44899182f1dbe0159dc5e7 Author: Arash Esbati Commit: Arash Esbati Add ispell skips for tabularray package * tex-ispell.el (TeX-ispell-skip-cmds-list): Add entries for macros. (TeX-ispell-skip-setcdr): Add entries for the envir

[elpa] externals/phpinspect b573369fe5 1/2: Add interactive function to insert a type name and auto-import it

2024-09-10 Thread ELPA Syncer
branch: externals/phpinspect commit b573369fe58f0248bb71c8dae71661777c2c Author: Hugo Thunnissen Commit: Hugo Thunnissen Add interactive function to insert a type name and auto-import it --- phpinspect-autoload.el | 3 +++ phpinspect-imports.el | 17 + phpinspect-proje

[elpa] externals/phpinspect updated (2b9e26f188 -> 4041796ee0)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/phpinspect. from 2b9e26f188 Add test for static method suggestion + fix discovered type resolving bug new b573369fe5 Add interactive function to insert a type name and auto-import it new 4041796ee0 Fix compilation errors (move

[elpa] externals/phpinspect 4041796ee0 2/2: Fix compilation errors (move `phpinspect-project-read-type-name' to phpinspect-imports.el)

2024-09-10 Thread ELPA Syncer
branch: externals/phpinspect commit 4041796ee00524c1db720a061c41d8c96149bf81 Author: Hugo Thunnissen Commit: Hugo Thunnissen Fix compilation errors (move `phpinspect-project-read-type-name' to phpinspect-imports.el) --- phpinspect-imports.el | 18 ++ phpinspect-project.el |

[elpa] externals/ement 4e9edb9b5a 1/5: Fix: (ement-room-retro) Don't send empty "from" token

2024-09-10 Thread ELPA Syncer
branch: externals/ement commit 4e9edb9b5a4194bd02fd2f821df35e30b66bf99c Author: Adam Porter Commit: Adam Porter Fix: (ement-room-retro) Don't send empty "from" token After joining a room, but without having received an initial sync response including its events, we have no "from

[elpa] externals/ement 3f87a951fe 5/5: Merge: Fix retrieval of earlier events in a just-joined room

2024-09-10 Thread ELPA Syncer
branch: externals/ement commit 3f87a951fe0cb6791d3eadcb4189c9f099f146a5 Merge: 3552980d36 16d4878bb0 Author: Adam Porter Commit: Adam Porter Merge: Fix retrieval of earlier events in a just-joined room Fixes #148. --- README.org| 1 + ement-room.el | 35 +++

[elpa] externals/ement c9ed0b16ef 2/5: Fix: (ement-room-retro-callback) Don't clear end token if none

2024-09-10 Thread ELPA Syncer
branch: externals/ement commit c9ed0b16ef8fd31e26a2fd2f6594fae6bd7ce64b Author: Adam Porter Commit: Adam Porter Fix: (ement-room-retro-callback) Don't clear end token if none If the response doesn't include an end token, don't clear the room's end token (which would make future

[elpa] externals/ement b8a2e65ed0 3/5: Change: (ement-room-retro-callback) Ignore duplicate events

2024-09-10 Thread ELPA Syncer
branch: externals/ement commit b8a2e65ed080ef61cb025bcb4c1544985eeb626a Author: Adam Porter Commit: Adam Porter Change: (ement-room-retro-callback) Ignore duplicate events When loading old events, we may sometimes receive duplicates (e.g. after joining a room but not having rece

[elpa] externals/ement 16d4878bb0 4/5: Docs: Update changelog

2024-09-10 Thread ELPA Syncer
branch: externals/ement commit 16d4878bb02cf13be19b87bcecdc6b3d838638da Author: Adam Porter Commit: Adam Porter Docs: Update changelog --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 3610a5ced2..88353eaa4d 100644 --- a/README.org +++ b/README

[elpa] externals/ement updated (3552980d36 -> 3f87a951fe)

2024-09-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/ement. from 3552980d36 Fix: (ement-disconnect) Prevent error message new 4e9edb9b5a Fix: (ement-room-retro) Don't send empty "from" token new c9ed0b16ef Fix: (ement-room-retro-callback) Don't clear end token if none new b

[nongnu] elpa/gptel 88f066d829: README: Reorder usage section

2024-09-10 Thread ELPA Syncer
branch: elpa/gptel commit 88f066d829f11f53fdcb39d26ac34b0492f02687 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur README: Reorder usage section * README.org: Reorder usage section for readability. --- README.org | 47 +-- 1 file

  1   2   >