[elpa] externals/denote b272883038 17/29: Use upper case letters in the query links prompts to improve usability

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit b2728830388254555b698534705d0adbaa48cf40 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use upper case letters in the query links prompts to improve usability --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denot

[elpa] externals/denote dec1087e01 25/29: Update the doc string of denote-query-filenames-link

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit dec1087e012f558969396bd950beb8ca9ccbdbb8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the doc string of denote-query-filenames-link --- denote.el | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/denote.el b/de

[elpa] externals/denote 83b6e35880 20/29: Make query links use their own face in Org buffers

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 83b6e35880a4b738637c7ebb55ceee3dd76351b3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make query links use their own face in Org buffers I will extend this to 'denote-fontify-links'. The technical discussion for this is in issue 561: <

[elpa] externals/denote c12c245344 14/29: Add two outline headings for backlinks and query links

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit c12c245344bc8229993503a3b02fc135548b565a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add two outline headings for backlinks and query links --- denote.el | 4 1 file changed, 4 insertions(+) diff --git a/denote.el b/denote.el index 5cce22b67

[elpa] externals/denote e1475d1c2b 13/29: Change denote-query-links-buffer-function in the interest of simplicity

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit e1475d1c2bde03dd58c1eeccebc0c5dd7bc248e0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change denote-query-links-buffer-function in the interest of simplicity The technical discussion for this is in issue 561:

[elpa] externals/denote c0f55df1f9 02/29: Make the display-buffer action reuse the mode window

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit c0f55df1f9e9b73dee6d8aca0eb927516c6ab989 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make the display-buffer action reuse the mode window This was always my intention and I made a mistake before. --- denote.el | 4 ++-- 1 file changed, 2

[elpa] externals/denote dbea20fde2 15/29: Make sure that denote--query-last-dired-buffer is a buffer

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit dbea20fde235a467b5e300daa33b740ac277bd1b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make sure that denote--query-last-dired-buffer is a buffer --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el

[elpa] externals/denote 388227986b 07/29: Make denote-query-links-display-buffer-action not fit to buffer

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 388227986b5cdd33033ad5276b7bcebeab37b7bc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-query-links-display-buffer-action not fit to buffer Because in that scenario it can take up almost the entire height of the frame. Whereas

[elpa] externals/denote 11def0d0c5 03/29: Add 'mode' and remove 'dedicated' from display-buffer action alist

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 11def0d0c5f63f8e92ea49fffaee823964bb5252 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add 'mode' and remove 'dedicated' from display-buffer action alist Otherwise, it keeps creating new windows and 'dispplay-buffer-reuse-mode-window' do

[elpa] externals/denote c2f3ca7cf4 09/29: Make denote-fontify-links also work with query links

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit c2f3ca7cf49a44a50f73ba87fee17100914e32fd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-fontify-links also work with query links The technical discussion for this is in issue 561:

[elpa] externals/denote updated (27b8f0ad1d -> 9422778efa)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 27b8f0ad1d Set denote-org-store-link-to-heading to nil new a612e42567 Add initial support for query links new c0f55df1f9 Make the display-buffer action reuse the mode window new 11def0d0c5 Add 'mode' and remov

[elpa] externals/denote 9422778efa 29/29: Add missing autoload cookies for non-Org link fontification

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 9422778efaec3955018eb7185970778af87bfecf Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add missing autoload cookies for non-Org link fontification --- denote.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote.el b/denote.el index 0e614d

[elpa] externals/denote 7e0a7944e1 24/29: Update the doc string of denote-query-contents-link

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 7e0a7944e14aa4ddec82154288868e9424061767 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the doc string of denote-query-contents-link --- denote.el | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/denote.el b/den

[elpa] externals/denote 89071cffce 11/29: Expand query links to also work for file names and change their format

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 89071cffce46e1fd7de928692b7a767e263aa14b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Expand query links to also work for file names and change their format I am now using the format suggested by Jean-Philippe Gagné Guay, which is "deno

[elpa] externals/denote a612e42567 01/29: Add initial support for query links

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit a612e42567bffc7ef468fb63c24f83897e479a1e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add initial support for query links I still need to work on the link implementation for file types other than Org (in 'denote-fontify-links' and relat

[elpa] externals/denote 0d992fa74d 12/29: Merge branch 'main' into query-links

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 0d992fa74d9aa85e675f8e83b0feb016be62b2d5 Merge: 89071cffce 27b8f0ad1d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Merge branch 'main' into query-links --- README.org | 4 +--- denote.el | 14 ++ 2 files changed, 7 insertions(+), 11 d

[elpa] externals/denote ff50b32258 22/29: Revise "link in context" regexp to also cover query links

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit ff50b322588a4e023aaf5e0b35ecf1ad0013b653 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Revise "link in context" regexp to also cover query links --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/deno

[elpa] externals/denote 7aaf9be29f 06/29: Make 'denote-query' also use the active region

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 7aaf9be29fd7d81aac1600e16d07fb3706eafa40 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make 'denote-query' also use the active region --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index f

[elpa] externals/denote d45ace3fb6 21/29: Make query links use their own face (amend 83b6e35)

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit d45ace3fb6421e52f52eb25e0469e58c09237cc6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make query links use their own face (amend 83b6e35) The technical discussion for this is in issue 561:

[elpa] externals/denote 6810d13daf 19/29: Add WORK-IN-PROGRESS formatting of query links to include a description text

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 6810d13daf885990e872a8a71e9a0d6cfc8e7350 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add WORK-IN-PROGRESS formatting of query links to include a description text The technical discussion for this is in issue 561:

[elpa] externals/denote 68b84289fc 10/29: Reposition the denote-fontify-links part after the links buffer

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 68b84289fcf13fbbd3b582af8a4f3a927a468f7e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reposition the denote-fontify-links part after the links buffer --- denote.el | 278 +++--- 1 file changed

[elpa] externals/denote bb4d193d94 04/29: Remove FILES-MATCHING-REGEXP parameter from 'denote-query'

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit bb4d193d949d94a4e05cab6066bf246fb74947e8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove FILES-MATCHING-REGEXP parameter from 'denote-query' It makes no sense there, but the idea is still useful in other applications. --- denote.el | 2

[elpa] externals/denote 25409b6092 28/29: Add denote-sort-dired to the menu bar

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 25409b609231c13caf928ed8c516994df2943fd3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote-sort-dired to the menu bar --- denote.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/denote.el b/denote.el index a49d04e319..0e614d9aee 1006

[elpa] externals/denote 61d2192009 23/29: Remove needless denote-fontify-query-links (per commit ff50b32)

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 61d21920091ee1df0d821dfbd3a8945eac6175f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove needless denote-fontify-query-links (per commit ff50b32) The technical discussion for this is in issue 561:

[elpa] externals/denote 5f503529e4 16/29: Use "Denote Query" name on the modeline for denote-query-mode

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 5f503529e4f7691486ba5d449613045c50cb3b35 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use "Denote Query" name on the modeline for denote-query-mode --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote

[elpa] externals/denote d2aa0cd683 08/29: Make function to get query links a variable

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit d2aa0cd68350a7445c21e0329ba3b21de75d1ddb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make function to get query links a variable This way it can be redefined by other packages, such as 'denote-search'. Thanks to Lucas Quintana for aski

[elpa] externals/denote 9d32f611e7 27/29: Add query links to the menu bar

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 9d32f611e7c7fb73afbc61833486f61c7dddc60b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add query links to the menu bar --- denote.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 7d8d9b59

[elpa] externals/emms b2ccd522cc 3/6: * emms-volume.el: Add emms-volume-mpv option, with example in documentation

2025-03-28 Thread ELPA Syncer
branch: externals/emms commit b2ccd522cc362fb7070acb1fc9cd6a88dfc3c0f8 Author: Mike Kazantsev Commit: fraggod@malediction * emms-volume.el: Add emms-volume-mpv option, with example in documentation --- doc/emms.texinfo | 14 +- emms-volume.el | 6 -- 2 files changed, 13 i

[elpa] externals/denote a795d23f12 26/29: Document the new query links and update the manual accordingly

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit a795d23f1205bb7f2ec5275640a36867723b1d0e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document the new query links and update the manual accordingly --- README.org | 201 ++--- 1 file changed,

[elpa] externals/denote be557935dc 18/29: Add error check to query links to ensure they exit if the file type is unrecognised

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit be557935dca4025169b11d0d1b60f9a54b0001b5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add error check to query links to ensure they exit if the file type is unrecognised --- denote.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/denot

[elpa] branch elpa/transient created (now 00112c11e5)

2025-03-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/transient. at 00112c11e5 transient--init-suffix: Load autoloaded command earlier This branch includes the following new commits: new 55050b60da transient-post-exit-hook: New hook new 14b39ff706 Consistently begin custom choice tags

[elpa] elpa/transient 14b39ff706 2/4: Consistently begin custom choice tags with capital letter

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/transient commit 14b39ff70609a9f04915c09c7aa13b24a05da848 Author: Jonas Bernoulli Commit: Jonas Bernoulli Consistently begin custom choice tags with capital letter --- lisp/transient.el | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git

[elpa] elpa/transient 00112c11e5 4/4: transient--init-suffix: Load autoloaded command earlier

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/transient commit 00112c11e5d94e018cb33aae2d15b5543be1cad8 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--init-suffix: Load autoloaded command earlier Do so before trying to access the prototype suffix object. --- lisp/transient.el | 2 +- 1 file changed, 1

[elpa] elpa/transient 8daf9890ee 3/4: transient--insert-suffix: Signal error if location is invalid

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/transient commit 8daf9890ee65335a23eebc8919e9cfdd7c7249eb Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-suffix: Signal error if location is invalid Closes #374. --- docs/transient.org | 9 - docs/transient.texi | 9 - lisp/transie

[elpa] branch elpa/transient deleted (was 00112c11e5)

2025-03-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/transient. was 00112c11e5 transient--init-suffix: Load autoloaded command earlier This change permanently discards the following revisions: discards 00112c11e5 transient--init-suffix: Load autoloaded command earlier discards 8daf9890ee transie

[elpa] externals/transient 55050b60da 1/4: transient-post-exit-hook: New hook

2025-03-28 Thread Jonas Bernoulli via
branch: externals/transient commit 55050b60da8b1c5efedf45c885e5e8daf26e2499 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-post-exit-hook: New hook --- docs/transient.org | 8 +++- docs/transient.texi | 8 +++- lisp/transient.el | 19 ++- 3 files chan

[elpa] externals/transient updated (52f737a696 -> 00112c11e5)

2025-03-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 52f737a696 Release version 0.8.6 new 55050b60da transient-post-exit-hook: New hook new 14b39ff706 Consistently begin custom choice tags with capital letter new 8daf9890ee transient--insert-suffix: Signal err

[elpa] externals/transient 8daf9890ee 3/4: transient--insert-suffix: Signal error if location is invalid

2025-03-28 Thread Jonas Bernoulli via
branch: externals/transient commit 8daf9890ee65335a23eebc8919e9cfdd7c7249eb Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--insert-suffix: Signal error if location is invalid Closes #374. --- docs/transient.org | 9 - docs/transient.texi | 9 - lisp/tr

[elpa] elpa/transient 55050b60da 1/4: transient-post-exit-hook: New hook

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/transient commit 55050b60da8b1c5efedf45c885e5e8daf26e2499 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient-post-exit-hook: New hook --- docs/transient.org | 8 +++- docs/transient.texi | 8 +++- lisp/transient.el | 19 ++- 3 files changed,

[nongnu] elpa/magit 107e9015e6 4/4: Revert "magit-diff-mode: Add diff-mode as an extra parent"

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/magit commit 107e9015e69585e1b0fd551b5b95df6619bdd61c Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "magit-diff-mode: Add diff-mode as an extra parent" This reverts commit 1fc960183a1fc0d007d355b1bcd5698f00f77e42. --- lisp/magit-diff.el | 3 --- 1 file changed

[elpa] externals/transient 14b39ff706 2/4: Consistently begin custom choice tags with capital letter

2025-03-28 Thread Jonas Bernoulli via
branch: externals/transient commit 14b39ff70609a9f04915c09c7aa13b24a05da848 Author: Jonas Bernoulli Commit: Jonas Bernoulli Consistently begin custom choice tags with capital letter --- lisp/transient.el | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff

[nongnu] elpa/magit 3fe657dba3 1/4: magit-process-apply-ansi-colors: New option

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/magit commit 3fe657dba34032de45d22bb18cff6c7bd1838440 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-process-apply-ansi-colors: New option By popular demand, add this option, but warn against customizing it. Closes #5348. --- lisp/magit-process.el | 27

[elpa] externals/ellama updated (a5bea6db68 -> f00f7188cc)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from a5bea6db68 Merge pull request #301 from s-kostyaev/fix-markdown-to-org-transformation-filter new c9bb37913c Add manual generation functionality for Ellama new ea435a17d1 Add variable declaration and provide statement

[elpa] externals/denote 319107ecfd 1/2: Trim Org link location identifiers when necessary

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit 319107ecfde432c6b0b3cce959b1af6817ff37ee Author: eum3l Commit: eum3l Trim Org link location identifiers when necessary --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 5c8f3f546f..c911c3e124 100

[elpa] externals/denote e88af3a4aa 2/2: Merge pull request #567 from eum3l/fix-org-location-links

2025-03-28 Thread ELPA Syncer
branch: externals/denote commit e88af3a4aaa1b6393e7070e041aef57ddde69871 Merge: 9422778efa 319107ecfd Author: Protesilaos Stavrou Commit: GitHub Merge pull request #567 from eum3l/fix-org-location-links Fix Org links with location identifiers --- denote.el | 4 ++-- 1 file changed,

[elpa] externals/ellama 7d13c4c3a3 17/25: Set default directory for new sessions

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 7d13c4c3a3729fd99ef8dd32f9d3b3a3433e34b8 Author: Sergey Kostyaev Commit: Sergey Kostyaev Set default directory for new sessions Updated the code to set the `default-directory` of a new session buffer to `ellama-sessions-directory`. Additionally, m

[nongnu] elpa/magit 1fc960183a 3/4: magit-diff-mode: Add diff-mode as an extra parent

2025-03-28 Thread Jonas Bernoulli via
branch: elpa/magit commit 1fc960183a1fc0d007d355b1bcd5698f00f77e42 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-diff-mode: Add diff-mode as an extra parent https://lists.gnu.org/archive/html/emacs-devel/2025-03/msg01496.html --- lisp/magit-diff.el | 3 +++ 1 file changed,

[elpa] externals/ellama 63a6dd5016 07/25: Clean up README.org for Texinfo export

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 63a6dd50160d39932410ce62d1d08439ce15d8fc Author: Sergey Kostyaev Commit: Sergey Kostyaev Clean up README.org for Texinfo export Removed badges and images from README.org before exporting it to Texinfo format. This ensures that the generated ellam

[elpa] externals/ellama 858d53237b 22/25: Merge pull request #306 from s-kostyaev/fix-session-saving

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 858d53237b72b1940ca8595b1406ebcaaf827c0a Merge: 4b6e3e34df 0fcf73d959 Author: Sergey Kostyaev Commit: GitHub Merge pull request #306 from s-kostyaev/fix-session-saving Set default directory for new sessions --- NEWS.org | 4 ellama.el | 30 +++

[elpa] externals/ellama f8bbeef9f0 23/25: Add context management documentation

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit f8bbeef9f06ae5d1ea2dec842921591febf08f67 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add context management documentation Added detailed documentation and features for managing context in the Ellama package. This includes transient menus for a

[elpa] externals/ellama 2e09b2a8d6 18/25: Add functionality to set file name and save session

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 2e09b2a8d64067274bc7e0ef6193726d115b92b1 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add functionality to set file name and save session Added a new function `ellama--set-file-name-and-save` to handle setting the buffer's file name based on th

[elpa] externals/ellama 574aaaeeca 10/25: Add GNU Free Documentation License to README.org

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 574aaaeecad7273c99f1ba99baae6f96de90124c Author: Sergey Kostyaev Commit: Sergey Kostyaev Add GNU Free Documentation License to README.org Added the GNU Free Documentation License (FDL) text to README.org and updated ellama-manual.el to include FD

[elpa] externals/ellama de56786afc 14/25: Fix version regex in ellama-manual.el

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit de56786afc238b2a3658f8145eefc4882371e913 Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix version regex in ellama-manual.el Updated the version regex to correctly match version numbers containing zeros. --- ellama-manual.el | 2 +- 1 file changed

[elpa] externals/ellama 7f15450215 05/25: Add ellama command documentation

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 7f1545021559d26a04965990e752008b2fdb12f3 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add ellama command documentation Added documentation for the new `ellama` command in the README. The `ellama` command serves as the entry point for Ellama, di

[elpa] externals/ellama 8a26f71461 09/25: Update README.org and ellama-manual.el

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 8a26f714611067855defa01b15bedb45b8f4b8a4 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update README.org and ellama-manual.el Improved documentation by restructuring the README file and enhancing the manual generation script. Added version extr

[elpa] externals/ellama dd25fc2bad 20/25: Fix typo in docstring

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit dd25fc2badd1e38020bd27f9d5eea925756cf5e2 Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix typo in docstring Corrected typos in dosctring for better readability and consistency. --- ellama.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

[elpa] externals/ellama f00f7188cc 25/25: Merge pull request #307 from s-kostyaev/improve-context-documentation

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit f00f7188ccc0fb62324db16db8211e2feb11e153 Merge: 858d53237b 213da10f88 Author: Sergey Kostyaev Commit: GitHub Merge pull request #307 from s-kostyaev/improve-context-documentation Add context management documentation --- NEWS.org| 2 + README.or

[elpa] externals/ellama ea435a17d1 02/25: Add variable declaration and provide statement

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit ea435a17d1fb73ab2e11dfe608f024db1d0d6ac0 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add variable declaration and provide statement Added the declaration for `org-export-with-broken-links` and a `provide` statement to ensure the file is loaded

[elpa] externals/ellama 61c8d9f47a 12/25: Add GNU Free Documentation License

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 61c8d9f47a25a6d838d4fc7f6953638babc3f8ea Author: Sergey Kostyaev Commit: Sergey Kostyaev Add GNU Free Documentation License Added GNU Free Documentation License document to the project. This license ensures that manuals, textbooks, or other functi

[elpa] externals/ellama 1982ee296e 11/25: Fix formatting in README.org

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 1982ee296ebced46be967b22c32c57a7478c340b Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix formatting in README.org Remove bold formatted text. --- README.org | 38 ellama.info | 99 ++--

[elpa] externals/ellama c9bb37913c 01/25: Add manual generation functionality for Ellama

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit c9bb37913c6d5d00e663af129478fce9eb0084dd Author: Sergey Kostyaev Commit: Sergey Kostyaev Add manual generation functionality for Ellama Added a new `.gitignore` entry to exclude `ellama.texi`. Created `ellama-manual.el` to include a function for e

[elpa] externals/ellama 6904cdc47b 13/25: Simplify marker creation in ellama.el

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 6904cdc47b8bdba099663a96fb1a76fbf923da5a Author: Sergey Kostyaev Commit: Sergey Kostyaev Simplify marker creation in ellama.el Refactored the marker creation logic to use `copy-marker` for both `beg-marker` and `end-marker`, reducing redundancy a

[elpa] externals/ellama 84d2f3bc6f 04/25: Update README with transient menu recommendation

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 84d2f3bc6f9ef1747e672da5f1f86b18f3d6648c Author: Sergey Kostyaev Commit: Sergey Kostyaev Update README with transient menu recommendation Updated the README to recommend using a transient menu (M-x ellama) instead of a keymap for better user expe

[elpa] externals/ellama 44de9e5acd 08/25: Update README.org and ellama.info with command descriptions

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 44de9e5acd305c4aaca2301ec0a6a7b5dbd108b5 Author: Sergey Kostyaev Commit: Sergey Kostyaev Update README.org and ellama.info with command descriptions Updated the `README.org` and `ellama.info` files to provide a more concise list of commands, remo

[elpa] externals/ellama c4a1fcd7e8 03/25: Simplify ellama binding

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit c4a1fcd7e8683bface4dd7b08db45361e5fd0064 Author: Sergey Kostyaev Commit: Sergey Kostyaev Simplify ellama binding Changed the keybinding for ellama from "C-c e" to call `ellama` alias. Updated both README.org and ellama.info accordingly. --- READM

[nongnu] elpa/proof-general a36eb9bed9 02/10: Fix #757 indentation of "\in"

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit a36eb9bed9b8f7f63943fd2e0d505ad34e426136 Author: Pierre Courtieu Commit: Pierre Courtieu Fix #757 indentation of "\in" The lexer now glues a "\" to an immediately following word if it is itself preceded by a space. Note that for really

[nongnu] elpa/proof-general 307831e26e 01/10: Fixed an error when `proof-ignore-for-undo-count` is a function.

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 307831e26e67f3a85ea28bc250b5dee343b462a1 Author: rssoc <8051656+rs...@users.noreply.github.com> Commit: rssoc <8051656+rs...@users.noreply.github.com> Fixed an error when `proof-ignore-for-undo-count` is a function. --- generic/proof-script.el | 2 +- 1 file

[nongnu] elpa/proof-general 3a2af43ce9 06/10: Merge pull request #813 from Matafou/fix-real-start

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 3a2af43ce973ac4a6dce336181a04914a67d2d4a Merge: 809b01e845 28497cd899 Author: Pierre Courtieu Commit: GitHub Merge pull request #813 from Matafou/fix-real-start Fix low level code to find the start of a command. --- ci/test-indent/indent-tac.v | 13

[nongnu] elpa/proof-general 85cde55a86 10/10: Merge pull request #679 from rssoc/master

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 85cde55a86b2c3a67d8bbffa8de0d0276f724643 Merge: 2185896333 307831e26e Author: Pierre Courtieu Commit: GitHub Merge pull request #679 from rssoc/master Fixed an error when `proof-ignore-for-undo-count` is a function. --- generic/proof-script.el | 2

[nongnu] elpa/proof-general f69ea38e57 08/10: Merge pull request #796 from andreas-roehler/master

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit f69ea38e577f7ee94d7e763439cbdb4bdc7d8ea9 Merge: 8e3384e8f5 0e84b2bdd0 Author: Pierre Courtieu Commit: GitHub Merge pull request #796 from andreas-roehler/master #795, Compiler warnings: wrong usage of unescaped single quotes --- coq/coq-db.el | 10

[nongnu] elpa/proof-general 8e3384e8f5 07/10: Merge pull request #812 from ulm/which

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 8e3384e8f538c823e6574c023227ff9480704524 Merge: 3a2af43ce9 2dac06d9e3 Author: Pierre Courtieu Commit: GitHub Merge pull request #812 from ulm/which Makefile: Replace "which" by POSIX "command -v" --- Makefile | 6 +++--- 1 file changed, 3 insertion

[nongnu] elpa/proof-general 2dac06d9e3 04/10: Makefile: Replace "which" by POSIX "command -v"

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 2dac06d9e3f8e66f1619585c86f05a538a75de08 Author: Ulrich Müller Commit: Ulrich Müller Makefile: Replace "which" by POSIX "command -v" --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7a5df56023.

[nongnu] elpa/proof-general 0e84b2bdd0 03/10: #795, Compiler warnings: wrong usage of unescaped single quotes

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 0e84b2bdd0c3f32680a956cf83e24c805eddeca8 Author: Andreas Roehler Commit: Andreas Roehler #795, Compiler warnings: wrong usage of unescaped single quotes coq/coq-db.el:31:11: Warning: defconst ‘coq-syntax-db’ docstring has wrong usage of unescaped s

[nongnu] elpa/proof-general updated (809b01e845 -> 85cde55a86)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/proof-general. from 809b01e845 Merge pull request #816 from Matafou/fix-first-cmd new 28497cd899 Fix low level code to find the start of a command. new 3a2af43ce9 Merge pull request #813 from Matafou/fix-real-start new 2dac06d9

[elpa] externals/ellama 3f20c1b194 06/25: Update README with detailed description of Ellama minor modes

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 3f20c1b1949e6cefa45b4596e11c2007cee7447f Author: Sergey Kostyaev Commit: Sergey Kostyaev Update README with detailed description of Ellama minor modes Added comprehensive documentation for various Ellama minor modes, including their descriptions,

[elpa] externals/ellama 0fcf73d959 21/25: Bump version

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 0fcf73d95963952dd7b7709a239eafbfcbf53834 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 4 ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 5bb5eec10a..29e47a6587 1006

[elpa] externals/ellama 213da10f88 24/25: Bump version

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 213da10f885dcb2f040245276ca8b9f755c0f1a8 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 29e47a6587..f21abf4945 100644

[elpa] externals/ellama d7160ee661 19/25: Check for existing session file in directory

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit d7160ee6616fadf3dd7ad52d7b0a7cb7b3daaf9b Author: Sergey Kostyaev Commit: Sergey Kostyaev Check for existing session file in directory Enhanced the function to ensure that a new session ID is generated not only if a buffer with the same name exist

[elpa] externals/el-job 006af3ffd4 104/143: DROP SUPPORT Emacs 28

2025-03-28 Thread ELPA Syncer
branch: externals/el-job commit 006af3ffd4ebbbf172881f3d6d18236b2b0c13db Author: Martin Edström Commit: Martin Edström DROP SUPPORT Emacs 28 Mystery: in my testing on Emacs 28, subprocesses apparently never receive the input from process-send-string, so they do nothing and w

[elpa] externals/corfu updated (c302b0526a -> 061d926d0f)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from c302b0526a README: clarify kind-icon terminal support new 51f3ad71bd corfu-quick: Ensure that popup does not move (Fix #566) new e05575741f Update changelog new 061d926d0f Version 2.0 Summary of changes: CHA

[elpa] externals/corfu 51f3ad71bd 1/3: corfu-quick: Ensure that popup does not move (Fix #566)

2025-03-28 Thread ELPA Syncer
branch: externals/corfu commit 51f3ad71bd9f199aa20ba0ab19baf883bc31fc8a Author: Daniel Mendler Commit: Daniel Mendler corfu-quick: Ensure that popup does not move (Fix #566) --- extensions/corfu-quick.el | 30 +++--- 1 file changed, 11 insertions(+), 19 deletions(-)

[elpa] externals/corfu e05575741f 2/3: Update changelog

2025-03-28 Thread ELPA Syncer
branch: externals/corfu commit e05575741f9f44a504cfc6d6c3162bf2818227dd Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 4 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 8c7a88b966..0970a65dd7 100644 --- a/CHANGELOG.

[elpa] externals/corfu 061d926d0f 3/3: Version 2.0

2025-03-28 Thread ELPA Syncer
branch: externals/corfu commit 061d926d0f0eb2633416deeddc403a1a67b062ae Author: Daniel Mendler Commit: Daniel Mendler Version 2.0 --- CHANGELOG.org | 2 +- corfu.el | 2 +- extensions/corfu-echo.el | 4 ++-- extensions/corfu-history.el | 4 ++-- e

[elpa] externals/ellama 4b6e3e34df 16/25: Merge pull request #302 from s-kostyaev/add-info-manual

2025-03-28 Thread ELPA Syncer
branch: externals/ellama commit 4b6e3e34df444630017c3ead822a9405becb2b3e Merge: a5bea6db68 3ea615b952 Author: Sergey Kostyaev Commit: GitHub Merge pull request #302 from s-kostyaev/add-info-manual Add manual generation functionality for Ellama --- .gitignore |1 + NEWS.or

[nongnu] elpa/proof-general updated (e0ec3db200 -> 809b01e845)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/proof-general. from e0ec3db200 Merge pull request #808 from hendriktews/comment-tests new 9ca691fdab Fix problems with error on the first command of a file. new 4cd61e2138 Adding a test for error location at first command. new

[nongnu] elpa/cider 2d86379210 2/2: [docs] Update user manual about completion

2025-03-28 Thread ELPA Syncer
branch: elpa/cider commit 2d86379210e81d02db460aca59ca877668aca0b6 Author: Oleksandr Yakushev Commit: Oleksandr Yakushev [docs] Update user manual about completion --- doc/modules/ROOT/pages/usage/code_completion.adoc | 86 +++ 1 file changed, 41 insertions(+), 45 deleti

[nongnu] elpa/cider updated (65383b8d1e -> 2d86379210)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 65383b8d1e [completion] Disable client-side sorting new dbc1a6fcc0 [completion] Enable cider-completion-style by default new 2d86379210 [docs] Update user manual about completion Summary of changes: CHANGELOG.md

[nongnu] elpa/cider dbc1a6fcc0 1/2: [completion] Enable cider-completion-style by default

2025-03-28 Thread ELPA Syncer
branch: elpa/cider commit dbc1a6fcc0003bab23b1b2b47e72cdfafce08bf4 Author: Oleksandr Yakushev Commit: Oleksandr Yakushev [completion] Enable cider-completion-style by default --- CHANGELOG.md| 1 + cider-completion.el | 42 ++ cider-mode.el

[nongnu] elpa/proof-general 4cd61e2138 2/3: Adding a test for error location at first command.

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 4cd61e2138c75a3512f0dcbb71dc6684ef06ee26 Author: Pierre Courtieu Commit: Pierre Courtieu Adding a test for error location at first command. --- ci/coq-tests.el | 42 +- ci/test_error_loc_fst_cmd.v | 4 +++

[nongnu] elpa/proof-general 9ca691fdab 1/3: Fix problems with error on the first command of a file.

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 9ca691fdaba77074853b9b743c944564ca608f43 Author: Pierre Courtieu Commit: Pierre Courtieu Fix problems with error on the first command of a file. --- coq/coq-indent.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coq/coq-indent.el b/

[elpa] externals/minuet 88975cd910 58/97: doc: update troubleshooting section.

2025-03-28 Thread ELPA Syncer
branch: externals/minuet commit 88975cd9104d401e143f26ef33c2881f105b9971 Author: Milan Glacier Commit: Milan Glacier doc: update troubleshooting section. --- README.md | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 23

[elpa] externals/minuet 32085f5efc 24/97: fix: fix api-key fetching for OpenAI provider.

2025-03-28 Thread ELPA Syncer
branch: externals/minuet commit 32085f5efcee417c2adae58ca3191f36d9c27cbd Author: Milan Glacier Commit: Milan Glacier fix: fix api-key fetching for OpenAI provider. --- minuet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minuet.el b/minuet.el index 19f2bda843..6e909

[elpa] externals/dape 5fba6b59a6 3/3: Improve customization for dape-info-variable-table-row-config

2025-03-28 Thread ELPA Syncer
branch: externals/dape commit 5fba6b59a68009144be445791246ba354c9bafbd Author: Daniel Pettersson Commit: Daniel Pettersson Improve customization for dape-info-variable-table-row-config --- dape.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dape.el b/dape.el in

[elpa] externals/matlab-mode e92fe818ac 1/2: Add support TAB completion in matlab-shell for R2025a

2025-03-28 Thread ELPA Syncer
branch: externals/matlab-mode commit e92fe818acd71c4bead7bdf837e791b5aa456d11 Author: John Ciolfi Commit: John Ciolfi Add support TAB completion in matlab-shell for R2025a --- matlab-shell.el | 117 +- toolbox/emacsdocomplete.m | 101 ---

[elpa] externals/dape f2ca9c53bf 1/3: Change dape repl welcome message

2025-03-28 Thread ELPA Syncer
branch: externals/dape commit f2ca9c53bf17fc992272daa85e1d3801936f1909 Author: Daniel Pettersson Commit: Daniel Pettersson Change dape repl welcome message --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 7cdf2df541..f895f6d6a1 100644 -

[elpa] externals/dape updated (0dee0cfd97 -> 5fba6b59a6)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from 0dee0cfd97 Using future history for dape-info-variable-edit new f2ca9c53bf Change dape repl welcome message new 70f99a7a8c Formatting fixups new 5fba6b59a6 Improve customization for dape-info-variable-table-row

[elpa] externals/matlab-mode updated (89b585e6d9 -> 42fabf83c6)

2025-03-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/matlab-mode. from 89b585e6d9 fix emacs 30 warnings new e92fe818ac Add support TAB completion in matlab-shell for R2025a new 42fabf83c6 Correct copyright in matlab-shell.el Summary of changes: matlab-shell.el | 113 +++

[nongnu] elpa/slime 1b09820154: slime-parse-context: fix defmethod parsing.

2025-03-28 Thread ELPA Syncer
branch: elpa/slime commit 1b098201545a473d3f3e6eaab18a56556706a0d5 Author: Stas Boukarev Commit: Stas Boukarev slime-parse-context: fix defmethod parsing. --- contrib/slime-parse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/slime-parse.el b/contrib/slim

[elpa] externals/dape 70f99a7a8c 2/3: Formatting fixups

2025-03-28 Thread ELPA Syncer
branch: externals/dape commit 70f99a7a8c186ced234f9670a68f5d43fb1b1b9a Author: Daniel Pettersson Commit: Daniel Pettersson Formatting fixups --- dape.el | 58 ++ 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/dape.el b

[nongnu] elpa/proof-general 28497cd899 05/10: Fix low level code to find the start of a command.

2025-03-28 Thread ELPA Syncer
branch: elpa/proof-general commit 28497cd899d11948ceff601929d062f8a92524df Author: Pierre Courtieu Commit: Pierre Courtieu Fix low level code to find the start of a command. --- ci/test-indent/indent-tac.v | 13 + coq/coq-indent.el | 4 ++-- coq/coq.el

  1   2   >