Re: bug#71487: automake-1.16.92 released

2024-06-30 Thread Stefan Kangas
reopen 71487 thanks Dave Hart writes: > After installing Libtool to the same prefix as the prerelease Automake, the > problem disappeared. I think you might have sent this to the wrong bug report. Bug#71487 is an Emacs bug, see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71487

Re: Reference to non-existent variable `header-arguments-alist'

2024-06-29 Thread Stefan Kangas
Ihor Radchenko writes: > Stefan Kangas writes: > >> There is a reference to `header-arguments-alist', but I can't find any >> such variable in the tree. >> >> ./lisp/org/ob-core.el:2517:`header-arguments-alist' see the docstring for > > It is not referring

Reference to non-existent variable `header-arguments-alist'

2024-06-29 Thread Stefan Kangas
There is a reference to `header-arguments-alist', but I can't find any such variable in the tree. ./lisp/org/ob-core.el:2517:`header-arguments-alist' see the docstring for

Emacs 29.4 released

2024-06-22 Thread Stefan Kangas
Hi! Version 29.4 of Emacs, the extensible text editor, should now be available from your nearest GNU mirror. Emacs 29.4 is an emergency bugfix release; it includes no new features except a small number of changes intended to resolve a security vulnerability uncovered in Emacs 29.3 and earlier.

Emacs 29.4 released

2024-06-22 Thread Stefan Kangas
Hi! Version 29.4 of Emacs, the extensible text editor, should now be available from your nearest GNU mirror. Emacs 29.4 is an emergency bugfix release; it includes no new features except a small number of changes intended to resolve a security vulnerability uncovered in Emacs 29.3 and earlier.

[PATCH] worg: Prefer HTTPS to GIT for anonymous git access

2024-06-09 Thread Stefan Kangas
I think using HTTPS makes more sense for anonymous git access, for the usual security and privacy reasons. Please see the attached worg patch. From f33276dd5ed54a6beb8b31aefb544f6fa3da4c08 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 10 Jun 2024 00:04:04 +0200 Subject: [PATCH] Prefer

Re: bug#66790: [BUG] org, ispell [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2024-05-20 Thread Stefan Kangas
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Confirmed. >> >> At this point, I feel that supporting isearch + text properties is an >> uphill battle. I was hoping to contribute isearch.el patch upstream, but >> apparently numerous other libraries (ispell, regexp-search, evil, >> swiper)

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-02-12 Thread Stefan Kangas
Adam Porter writes: > Since transient.el is part of Emacs now, these kinds of menus should > probably be implemented with it. IIUC, this is not a menu, but a reminder of key bindings that are usable in that context. Other keybindings here are self-inserting keys, which are equally useful, and

Re: bug#68687: [PATCH] Use text/org media type

2024-02-01 Thread Stefan Kangas
Max Nikulin writes: > On 01/02/2024 03:00, Stefan Kangas wrote: >> Max Nikulin writes: >>> +++ b/lisp/net/mailcap.el >>> @@ -989,7 +989,8 @@ (defvar mailcap-mime-extensions >>> (".jpe" . "image/jpeg") >>> (".jpeg

Re: bug#68687: [PATCH] Use text/org media type

2024-01-31 Thread Stefan Kangas
Max Nikulin writes: > From 8b71393625f11590e99896808bbd04ed83f7917e Mon Sep 17 00:00:00 2001 > From: Max Nikulin > Date: Wed, 24 Jan 2024 21:16:28 +0700 > Subject: [PATCH] Use text/org media type > > Avoid "x-" prefix deprecated by rfc6648 for Org mode media type. > * lisp/net/mailcap.el

Re: bug#68687: [PATCH] Use text/org media type

2024-01-30 Thread Stefan Kangas
Ihor Radchenko writes: > I see using text/org as an improvement. text/x-org is likely useless. > At least, > https://github.com/jeremy-compostella/org-msg/blob/master/org-msg.el > uses text/org, which may appear in email parts. > > However, AFAIU, text/org will fall into "standards tree" in IANA

Re: bug#68687: [PATCH] Use text/org media type

2024-01-25 Thread Stefan Kangas
Max Nikulin writes: > Hi, > > I suggest to make the media type used for Org mode files consistent with > the one used by XDG https://gitlab.freedesktop.org/xdg/shared-mime-info > Currently Emacs has text/x-org, however "x-" prefix is not recommended > by IANA any more, see

Re: org-publish-sitemap-file-entry-format documented despite being obsolete

2024-01-21 Thread Stefan Kangas
Ihor Radchenko writes: > Stefan Kangas writes: > >> The variable `org-publish-sitemap-file-entry-format' is documented in >> org.org in emacs.git, but that variable is obsolete. Perhaps it should >> be removed and/or updated. > > My grepping through Emacs sources

org-publish-sitemap-file-entry-format documented despite being obsolete

2024-01-21 Thread Stefan Kangas
The variable `org-publish-sitemap-file-entry-format' is documented in org.org in emacs.git, but that variable is obsolete. Perhaps it should be removed and/or updated.

[elpa] externals/persist f569906232: ; Require Emacs 26.1

2024-01-13 Thread Stefan Kangas
branch: externals/persist commit f569906232c3812f5f5d934130edfefbc9165d7f Author: Stefan Kangas Commit: Stefan Kangas ; Require Emacs 26.1 This is to fix: 1:64: warning: You should depend on (emacs "24.1") if you need lexical-binding. 228:51: error: You sho

[elpa] externals/ampc updated (9fffb61cf0 -> fb8b8fe157)

2024-01-13 Thread Stefan Kangas
skangas pushed a change to branch externals/ampc. from 9fffb61cf0 * ampc.el: Fix compilation warnings new 5c7c00e868 ; Prefer HTTPS to HTTP in URLs new fb8b8fe157 ; Depend on Emacs 24.3 Summary of changes: ampc.el | 8 ampc_tagger.cpp | 2 +- 2 files

[elpa] externals/ampc fb8b8fe157 2/2: ; Depend on Emacs 24.3

2024-01-13 Thread Stefan Kangas
branch: externals/ampc commit fb8b8fe157c7e2ffe4523ac564516431968dea2f Author: Stefan Kangas Commit: Stefan Kangas ; Depend on Emacs 24.3 Needed for lexical-binding and cl-lib. --- ampc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ampc.el b/ampc.el index

[elpa] externals/ampc 5c7c00e868 1/2: ; Prefer HTTPS to HTTP in URLs

2024-01-13 Thread Stefan Kangas
branch: externals/ampc commit 5c7c00e86897539ea9de558f02a0a9489a99371b Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- ampc.el | 6 +++--- ampc_tagger.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ampc.el b/ampc.el index

[elpa] externals/all c0df99f455: ; Depend on Emacs 24.1 for lexical-binding

2024-01-13 Thread Stefan Kangas
branch: externals/all commit c0df99f455c82f8718cf4f8f2b64a2a285f31b9a Author: Stefan Kangas Commit: Stefan Kangas ; Depend on Emacs 24.1 for lexical-binding --- all.el | 1 + 1 file changed, 1 insertion(+) diff --git a/all.el b/all.el index c4750bf17f..22646c620a 100644 --- a/all.el +++ b

[elpa] externals/adjust-parens updated (e6723f0fd2 -> a7e0ece303)

2024-01-13 Thread Stefan Kangas
skangas pushed a change to branch externals/adjust-parens. from e6723f0fd2 ; Prefer HTTPS to HTTP in URLs new 7bd1956335 ; Depend on Emacs 24.3 for lexical-binding and cl-lib new a7e0ece303 Bump version Summary of changes: adjust-parens.el | 3 ++- 1 file changed, 2

[elpa] externals/adjust-parens 7bd1956335 1/2: ; Depend on Emacs 24.3 for lexical-binding and cl-lib

2024-01-13 Thread Stefan Kangas
branch: externals/adjust-parens commit 7bd1956335f2f5db6a8a8e443bd735c9a561c776 Author: Stefan Kangas Commit: Stefan Kangas ; Depend on Emacs 24.3 for lexical-binding and cl-lib --- adjust-parens.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adjust-parens.el b/adjust-parens.el

[elpa] externals/adjust-parens a7e0ece303 2/2: Bump version

2024-01-13 Thread Stefan Kangas
branch: externals/adjust-parens commit a7e0ece3037821ea438fe401ade6d3c60b3d24e0 Author: Stefan Kangas Commit: Stefan Kangas Bump version --- adjust-parens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adjust-parens.el b/adjust-parens.el index 23f92a137d..15d73266b9

[elpa] externals/adaptive-wrap e4155ca9e9 2/3: ; Fix overly long docstring

2024-01-13 Thread Stefan Kangas
branch: externals/adaptive-wrap commit e4155ca9e9451e5b4ec003352f39e58da212d33d Author: Stefan Kangas Commit: Stefan Kangas ; Fix overly long docstring --- adaptive-wrap.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adaptive-wrap.el b/adaptive-wrap.el index

[elpa] externals/adaptive-wrap updated (1a3cdaf967 -> cb759c0ad5)

2024-01-13 Thread Stefan Kangas
skangas pushed a change to branch externals/adaptive-wrap. from 1a3cdaf967 Use lexical-binding new a228985fa9 * adaptive-wrap.el: Depend on Emacs 24.1 (for lexical-binding). new e4155ca9e9 ; Fix overly long docstring new cb759c0ad5 Prefer HTTPS to HTTP Summary of

[elpa] externals/adaptive-wrap cb759c0ad5 3/3: Prefer HTTPS to HTTP

2024-01-13 Thread Stefan Kangas
branch: externals/adaptive-wrap commit cb759c0ad5a3203464687c09dbe0e56464c2126e Author: Stefan Kangas Commit: Stefan Kangas Prefer HTTPS to HTTP --- adaptive-wrap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adaptive-wrap.el b/adaptive-wrap.el index 3e6262eb48

[elpa] externals/adaptive-wrap a228985fa9 1/3: * adaptive-wrap.el: Depend on Emacs 24.1 (for lexical-binding).

2024-01-13 Thread Stefan Kangas
branch: externals/adaptive-wrap commit a228985fa9826962bcee4f54d1f514502fed2018 Author: Stefan Kangas Commit: Stefan Kangas * adaptive-wrap.el: Depend on Emacs 24.1 (for lexical-binding). --- adaptive-wrap.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adaptive-wrap.el b/adaptive

[elpa] externals/persist cd28c65898: Fix two spaces after sentence in a docstring

2024-01-13 Thread Stefan Kangas
branch: externals/persist commit cd28c6589800f222644934bfc7ebe58213347a57 Author: Stefan Kangas Commit: Stefan Kangas Fix two spaces after sentence in a docstring --- persist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist.el b/persist.el index ca83e3580b

[elpa] externals/persist 79e7c819ef 2/4: Fix typo

2024-01-13 Thread Stefan Kangas
branch: externals/persist commit 79e7c819efc50317ee206820eb004c558457d8ce Author: Stefan Kangas Commit: Stefan Kangas Fix typo --- persist.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist.texi b/persist.texi index fcc7c6ef01..99f61a25d8 100644

[elpa] externals/persist adaf3ff2ce 1/4: Prefer HTTPS to HTTP

2024-01-13 Thread Stefan Kangas
branch: externals/persist commit adaf3ff2cea9be1042aea21ce5c75b2949823c8c Author: Stefan Kangas Commit: Stefan Kangas Prefer HTTPS to HTTP --- persist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist.el b/persist.el index d3f369b020..1f105a20a9 100644

[elpa] externals/persist 737d095b45 4/4: Bump version

2024-01-13 Thread Stefan Kangas
branch: externals/persist commit 737d095b4504436e6d870923ed471687f16b992e Author: Joseph Turner Commit: Stefan Kangas Bump version --- persist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist.el b/persist.el index ba8046f665..ca83e3580b 100644 --- a/persist.el

[elpa] externals/persist a9e8699bb9 3/4: Update Maintainer header

2024-01-13 Thread Stefan Kangas
branch: externals/persist commit a9e8699bb95dfa7948964aa8159c7c06cc85e9ef Author: Joseph Turner Commit: Stefan Kangas Update Maintainer header --- persist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist.el b/persist.el index 1f105a20a9..ba8046f665 100644

[elpa] externals/persist updated (01e5001da9 -> 737d095b45)

2024-01-13 Thread Stefan Kangas
skangas pushed a change to branch externals/persist. from 01e5001da9 Merge branch 'indent' into 'master' new adaf3ff2ce Prefer HTTPS to HTTP new 79e7c819ef Fix typo new a9e8699bb9 Update Maintainer header new 737d095b45 Bump version Summary of changes:

[elpa] main ae1f4e9771: * elpa-packages (persist): Move to elpa.git, remove upstream.

2024-01-13 Thread Stefan Kangas
branch: main commit ae1f4e977169c2567f50dd7ffcc184b6298fabaf Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (persist): Move to elpa.git, remove upstream. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index

Re: @dircategory (Re: Translating Emacs manuals is of strategic importance)

2024-01-06 Thread Stefan Kangas
Eli Zaretskii writes: > IMO we should postpone more complicated stuff, like user preferences > and locale-dependent magic to later, when the way of handling > translations of the manuals is based on discussions and decisions that > are not private to Emacs. I feel we are putting the cart ahead

Re: @dircategory (Re: Translating Emacs manuals is of strategic importance)

2024-01-06 Thread Stefan Kangas
Eli Zaretskii writes: >> If that’s the case, what about using “Translated manuals” for now, >> since the number of translated manuals is very low? > > I'd say the other way around: as long as we have very few > translations, keeping them together with the English version is > better. I'm

Re: @dircategory (Re: Translating Emacs manuals is of strategic importance)

2024-01-06 Thread Stefan Kangas
Jean-Christophe Helary writes: >> @author is a TeX command and goes into the printed version. For >> translation, we'd need a separate directive, I think, since a >> translator is not the author. Again, this is something for the >> Texinfo folks to handle. > > Legally speaking a translator is

[nongnu] main 119e5d4ac0: * elpa-packages (evil-escape): Re-enable package, move to emacsorphanage.

2024-01-03 Thread Stefan Kangas
branch: main commit 119e5d4ac0d253b6f58749212f48b497d36a558e Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (evil-escape): Re-enable package, move to emacsorphanage. --- elpa-packages | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elpa-packages b

Re: [DISCUSSION] Possible inclusion of org-capture.el into Emacs core (was: [ELPA] New package: jami-bot and org-jami-bot)

2023-12-30 Thread Stefan Kangas
Ihor Radchenko writes: > With org-protocol, one can also make Emacs receive data from browser and > perform any action defined by custom handler function - all fully > configurable and not necessarily related to Org mode. I don't have much to add besides giving support to the idea. It would be

Re: [DISCUSSION] org-capture.el vs remember.el (was: [ELPA] New package: jami-bot and org-jami-bot)

2023-12-30 Thread Stefan Kangas
Ihor Radchenko writes: > The refactoring de-coupled what used to be org-remember.el into > completely rewritten org-capture.el that added important features that > could not be implemented within remember.el framework: > > 1. org-capture arranges writing the text to remember directly into the >

[elpa] main 002f58cec4: * elpa-packages (bufferlo): Update :ignored-files.

2023-11-05 Thread Stefan Kangas
branch: main commit 002f58cec4cfa6b1a5088ee686777caf17fa62c8 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (bufferlo): Update :ignored-files. --- elpa-packages | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index b4547106dd

[elpa] main bc4fabffa4: * elpa-packages (bufferlo): New package.

2023-11-05 Thread Stefan Kangas
branch: main commit bc4fabffa43c82d1bd263e5ab3a26c82fc41c306 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (bufferlo): New package. --- elpa-packages | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elpa-packages b/elpa-packages index a3ab257369..b4547106dd 100644

[elpa] main f195bf043d: * elpa-packages (plz-see): New package.

2023-11-01 Thread Stefan Kangas
branch: main commit f195bf043df2a6776c907609ccb69a7eadb7 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (plz-see): New package. --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index ea7b8d700a..416aa7a685 100644

[elpa] main 734a0e2b20: * elpa-packages (flymake-codespell): New package.

2023-10-30 Thread Stefan Kangas
branch: main commit 734a0e2b20c723c79e2db6263526e66c4b577a62 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (flymake-codespell): New package. --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index f4fc9d9628..ea7b8d700a

[nongnu] main e5adab3409: * elpa-packages (hyperdrive): Update ':doc' property.

2023-10-20 Thread Stefan Kangas
branch: main commit e5adab3409abfa69ecbaeb07bb88d48f78e03d3f Author: Joseph Turner Commit: Stefan Kangas * elpa-packages (hyperdrive): Update ':doc' property. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index

[elpa] main d06575fb16: * elpa-packages (ob-asymptote): New package.

2023-10-14 Thread Stefan Kangas
branch: main commit d06575fb1694983cfc3a45c0d843c25dc9e939ed Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (ob-asymptote): New package. --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index 86b9826e0d..8120e90ba1 100644

[nongnu] main f901d857ea: * elpa-packages (evil-visual-mark-mode): New package.

2023-10-09 Thread Stefan Kangas
branch: main commit f901d857ea534934c6df1dc23261be19533488a3 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (evil-visual-mark-mode): New package. Ref: https://github.com/roman/evil-visual-mark-mode/pull/11 --- elpa-packages | 4 1 file changed, 4 insertions

[nongnu] main d022d5260f: * elpa-packages (evil-surround): New package.

2023-10-09 Thread Stefan Kangas
branch: main commit d022d5260f955823569f5693dd52ef55b7034c00 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (evil-surround): New package. Ref: https://github.com/emacs-evil/evil-surround/pull/188 --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git

[elpa] main 7078135085: * elpa-packages (bind-key): Adjust library location.

2023-09-24 Thread Stefan Kangas
branch: main commit 70781350853e176a7015b1ede2a1908c1a264700 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (bind-key): Adjust library location. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index a0cd123d43

[elpa] externals/xpm 72f43a16fd: Update maintainer for passing of Thien-Thi Nguyen

2023-09-10 Thread Stefan Kangas
branch: externals/xpm commit 72f43a16fdc629e3d7bf90bf6cdebdaff97a95c7 Author: Stefan Kangas Commit: Stefan Kangas Update maintainer for passing of Thien-Thi Nguyen * flower.el: * xpm-m2z.el: * xpm.el: Update maintainer for passing of Thien-Thi Nguyen. --- flower.el | 4

[elpa] externals/ascii-art-to-unicode 53b49ffcf2: Update maintainer for passing of Thien-Thi Nguyen

2023-09-10 Thread Stefan Kangas
branch: externals/ascii-art-to-unicode commit 53b49ffcf2cabe8ef0f7fc1a74fd6748c3f99c58 Author: Stefan Kangas Commit: Stefan Kangas Update maintainer for passing of Thien-Thi Nguyen * ascii-art-to-unicode.el: Update maintainer for passing of Thien-Thi Nguyen. --- ascii-art

[elpa] externals/gnugo a9b2979c20: Update maintainer for passing of Thien-Thi Nguyen

2023-09-10 Thread Stefan Kangas
branch: externals/gnugo commit a9b2979c20258b00c49f9932a5eac104bab1124e Author: Stefan Kangas Commit: Stefan Kangas Update maintainer for passing of Thien-Thi Nguyen * gnugo-frolic.el: * gnugo-imgen.el: * gnugo.el: Update maintainer for passing of Thien-Thi Nguyen

[elpa] elpa-admin e91544e231: Add link to signature file on package page

2023-09-10 Thread Stefan Kangas
branch: elpa-admin commit e91544e2318489fa24931771c2adecdf805c35db Author: Stefan Kangas Commit: Stefan Kangas Add link to signature file on package page * elpa-admin.el (elpaa--html-make-pkg): Add link to signature file on package page. (Bug#61569) --- elpa-admin.el | 4

[elpa] elpa-admin 363af22f3a: Add *BSD and macOS build support

2023-09-10 Thread Stefan Kangas
branch: elpa-admin commit 363af22f3ae5b0d2c0adca634028bd6e3cbf4e27 Author: Stefan Kangas Commit: Stefan Kangas Add *BSD and macOS build support * elpa-admin.el (elpa-admin--tar-command): New function. (elpaa--make-one-tarball-1): Use above new function. --- elpa-admin.el | 12

[nongnu] main 7be7879e3e: ; Remove outdated comment about haskell-mode

2023-09-07 Thread Stefan Kangas
branch: main commit 7be7879e3ea01401ff51a515da882e79148392ea Author: Stefan Kangas Commit: Stefan Kangas ; Remove outdated comment about haskell-mode --- elpa-packages | 6 -- 1 file changed, 6 deletions(-) diff --git a/elpa-packages b/elpa-packages index 1a732e185e..d8dac1e55e 100644

[elpa] externals/system-packages updated (14b2cc3d54 -> 781f8d40ed)

2023-09-07 Thread Stefan Kangas
skangas pushed a change to branch externals/system-packages. from 14b2cc3d54 Bump version to 1.0.12 new ae31edd1ed Avoid conflicts with the pacman package manager new 781f8d40ed Bump version to 1.0.13 Summary of changes: system-packages.el | 48

[elpa] externals/system-packages 781f8d40ed 2/2: Bump version to 1.0.13

2023-09-07 Thread Stefan Kangas
branch: externals/system-packages commit 781f8d40ed35a86a65dda3123506dc810adc10e3 Author: Stefan Kangas Commit: Stefan Kangas Bump version to 1.0.13 --- system-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-packages.el b/system-packages.el index

[elpa] externals/system-packages ae31edd1ed 1/2: Avoid conflicts with the pacman package manager

2023-09-07 Thread Stefan Kangas
branch: externals/system-packages commit ae31edd1ed8521d89e0f2b126ac8fd79254d7729 Author: Stefan Kangas Commit: Stefan Kangas Avoid conflicts with the pacman package manager * system-packages.el (system-packages-supported-package-managers): Move pacman to the end of the list

[nongnu] main 7b74826211: * elpa-packages (golden-ratio): New package.

2023-09-07 Thread Stefan Kangas
branch: main commit 7b74826211bf676588bc726bcb5a90a96d9a1b13 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (golden-ratio): New package. --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index f8ba4ee5c1..1a732e185e 100644

[nongnu] branch elpa-admin created (now 85baef2281)

2023-09-07 Thread Stefan Kangas
skangas pushed a change to branch elpa-admin. at 85baef2281 Add *BSD and macOS build support This branch includes the following new commits: new ce02925d98 Initial revision new 20cbb20270 * sml-mode.texi: somewhat updated the doc. * release 3.9.3 new

[nongnu] main b04be206b9: * elpa-packages (afternoon-theme): Prefer HTTPS. (Bug#60229)

2023-09-06 Thread Stefan Kangas
branch: main commit b04be206b9ce6eb43b806402e7a47c2d3191ff0c Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (afternoon-theme): Prefer HTTPS. (Bug#60229) --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index

[elpa] externals/debbugs 143b4c72de: Document debbugs-gnu-apply-patch-prefers-magit

2023-09-05 Thread Stefan Kangas
branch: externals/debbugs commit 143b4c72de49501e2882e4b62caa0052a2bcdfd5 Author: Stefan Kangas Commit: Stefan Kangas Document debbugs-gnu-apply-patch-prefers-magit * debbugs-ug.texi (Applying Patches): Document new user option 'debbugs-gnu-apply-patch-prefers-magit

[elpa] externals/debbugs c1934c0296: New option to prefer Magit over VC

2023-09-04 Thread Stefan Kangas
branch: externals/debbugs commit c1934c0296817f8953cfbc3a4299ffb22d77d4f0 Author: Stefan Kangas Commit: Stefan Kangas New option to prefer Magit over VC * debbugs-gnu.el (debbugs-gnu-apply-patch-prefers-magit): New defcustom and helper function with the same name. (debbugs

[elpa] externals/seq 9d9f51b0e3: Sync seq.el with Emacs master and bump version to 2.24

2023-09-04 Thread Stefan Kangas
branch: externals/seq commit 9d9f51b0e3ca59e0a488801064512f4878ac910b Author: Stefan Kangas Commit: Stefan Kangas Sync seq.el with Emacs master and bump version to 2.24 --- seq-24.el | 2 +- seq-25.el | 268 -- seq.el| 15

[elpa] externals/system-packages 14b2cc3d54 6/6: Bump version to 1.0.12

2023-08-04 Thread Stefan Kangas
branch: externals/system-packages commit 14b2cc3d54cc26692fb4a71ae4befee1f0b15e1b Author: Stefan Kangas Commit: Stefan Kangas Bump version to 1.0.12 --- system-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-packages.el b/system-packages.el index

[elpa] externals/system-packages 6fd433f363 1/6: Fix quoting in docstring

2023-08-04 Thread Stefan Kangas
branch: externals/system-packages commit 6fd433f363021c8db601757ed3534c7941dd9045 Author: Stefan Kangas Commit: Stefan Kangas Fix quoting in docstring * system-packages.el (system-packages-get-command): Fix quoting. --- system-packages.el | 2 +- 1 file changed, 1 insertion(+), 1

[elpa] externals/system-packages d1a680ed67 3/6: Don't consider /usr/games/pacman a package manager

2023-08-04 Thread Stefan Kangas
branch: externals/system-packages commit d1a680ed6726f167b256c292dc87edb5a6181322 Author: Stefan Kangas Commit: Stefan Kangas Don't consider /usr/games/pacman a package manager * system-packages.el (system-packages-package-manager): Don't try to use /usr/games/pacman. Ref

[elpa] externals/system-packages 65b30e19b8 4/6: Update copyright year and add missing license

2023-08-04 Thread Stefan Kangas
branch: externals/system-packages commit 65b30e19b82818110267ae9ae9c8d6d748a2ad41 Author: Stefan Kangas Commit: Stefan Kangas Update copyright year and add missing license --- system-packages.el | 2 +- test/system-packages-test.el | 17 - 2 files changed, 17

[elpa] externals/system-packages 7a207db766 2/6: Prefer HTTPS to HTTP

2023-08-04 Thread Stefan Kangas
branch: externals/system-packages commit 7a207db766b33fc4c4b9816dc7ef4928902b8417 Author: Stefan Kangas Commit: Stefan Kangas Prefer HTTPS to HTTP --- system-packages.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system-packages.el b/system-packages.el index

[elpa] externals/system-packages 3ab0084a02 5/6: Add .elpaignore

2023-08-04 Thread Stefan Kangas
branch: externals/system-packages commit 3ab0084a024f6c422dfd4d8c8c2fb47ca3497415 Author: Stefan Kangas Commit: Stefan Kangas Add .elpaignore --- .elpaignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 00..6b1d0bfabc

[elpa] externals/system-packages updated (c087d2c6e5 -> 14b2cc3d54)

2023-08-04 Thread Stefan Kangas
skangas pushed a change to branch externals/system-packages. from c087d2c6e5 Merge commit 'a13bad6c2abd81c7fb3f113f44ecd9af3099ff8c' new 6fd433f363 Fix quoting in docstring new 7a207db766 Prefer HTTPS to HTTP new d1a680ed67 Don't consider /usr/games/pacman a package

[elpa] elpa-admin 0190d7faba: ; Fix typo

2022-12-28 Thread Stefan Kangas
branch: elpa-admin commit 0190d7faba5c504d18f104c55a192118e67f29be Author: Stefan Kangas Commit: Stefan Kangas ; Fix typo --- elpa-admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-admin.el b/elpa-admin.el index 947f40dbb7..18151d69ab 100644 --- a/elpa

[nongnu] main b552c02813: * elpa-packages (engine-mode): New package.

2022-12-21 Thread Stefan Kangas
branch: main commit b552c0281318bbde11e618e3101f5bf45dc8c19f Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (engine-mode): New package. --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index 1d26a5a884..bbeefa71a3 100644

[elpa] externals/yasnippet-classic-snippets 21cdaaa98d: ; Prefer HTTPS to HTTP in some URLs

2022-12-21 Thread Stefan Kangas
branch: externals/yasnippet-classic-snippets commit 21cdaaa98dca38cc2a19418ca3be575a57858eef Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in some URLs --- snippets/scala-mode/doc.file-scala | 2 +- snippets/scala-mode/doc.file-scala-api | 2 +- yasnippet-classic

[elpa] externals/xpm 838f340239: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/xpm commit 838f3402394a1f75f0b3890367c04e4a9bc14886 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6dbb54802e..e76df18c4c 100644 --- a/NEWS +++ b

[elpa] externals/xclip ec064e6ea9: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/xclip commit ec064e6ea9b236e56c0966b2ce03870a12a5d78d Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- xclip.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xclip.el b/xclip.el index 4fe07d3c80..ed38add19d 100644

[elpa] externals/wpuzzle cc5e4c5317: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/wpuzzle commit cc5e4c53177d01ab160e4f42e4e66410aeb69419 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- wpuzzle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpuzzle.el b/wpuzzle.el index ba6cc8af6f..82c478b06c

[elpa] externals/wisitoken-grammar-mode 541b6fd423: ; Prefer HTTPS to HTTP in most URLs

2022-12-21 Thread Stefan Kangas
branch: externals/wisitoken-grammar-mode commit 541b6fd4237d25f154e3ab6fbcfd5c6dc72399d7 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in most URLs --- wisitoken-grammar-mode.el | 2 +- wisitoken_grammar_1-process.el | 2 +- wisitoken_grammar_1

[elpa] externals/wisi e7d848deff: ; Prefer HTTPS to HTTP in most URLs

2022-12-21 Thread Stefan Kangas
branch: externals/wisi commit e7d848deff370dbf103dcc45f012d9f2c3904278 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in most URLs --- doclicense.texi | 4 ++-- wisi-fringe.el| 2 +- wisi-parse-common.el | 2 +- wisi-prj.el

[elpa] externals/windresize b61132c344: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/windresize commit b61132c344f10ca02df56357b0aa3e8eaf4a3392 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- windresize.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windresize.el b/windresize.el index 84638454b8

[elpa] externals/visual-filename-abbrev ca6b547af7: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/visual-filename-abbrev commit ca6b547af746eac98c8969a10eeca16c5068ec18 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- visual-filename-abbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual-filename-abbrev.el b

[elpa] externals/vigenere 3236bb7f19: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/vigenere commit 3236bb7f19c77123c5796200d2b8149edd2c7503 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- vigenere.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vigenere.el b/vigenere.el index 930743f41e..bd71f33811

[elpa] externals/url-http-ntlm ddffee7338: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/url-http-ntlm commit ddffee7338136b46c8f1f544872045e991312ba2 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- url-http-ntlm.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/url-http-ntlm.el b/url-http-ntlm.el

[elpa] externals/uniquify-files 7f84a57990: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/uniquify-files commit 7f84a579906eb449270ffe5e5ccc090aa3821c97 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- uniquify-files-test.el | 2 +- uniquify-files.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[elpa] externals/transcribe 2c2d493d54: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/transcribe commit 2c2d493d5488f3b444d2a771ab443589fcc72c13 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- transcribe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transcribe.el b/transcribe.el index e8b269ad03

[elpa] externals/tramp-theme 129eb954a0: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/tramp-theme commit 129eb954a02e601d037adfba7b987a9bcc1cca47 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- tramp-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tramp-theme.el b/tramp-theme.el index 050a079c82

[elpa] externals/timerfunctions 40da260f99: ; Prefer HTTPS to HTTP in license URL

2022-12-21 Thread Stefan Kangas
branch: externals/timerfunctions commit 40da260f990bc9506342c71570c1e93cefc9b513 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in license URL --- timerfunctions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timerfunctions.el b/timerfunctions.el

[elpa] externals/systemd a0a88926a1: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/systemd commit a0a88926a101fadaa269c0ddc3a9b8de80050a31 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- systemctl.el | 2 +- systemd-codegen.el | 2 +- systemd-mode.el| 2 +- systemd.el | 2 +- 4 files changed, 4 insertions

[elpa] externals/svg-clock bbac80d0cf: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/svg-clock commit bbac80d0cf1a67c9cf24ce1409248bdcdbd4a2c1 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- svg-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svg-clock.el b/svg-clock.el index 454c66bc64

[elpa] externals/stream 57d73aa73f: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/stream commit 57d73aa73f5b212be03a90b18cb257775c379f3f Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- stream-x.el | 2 +- stream.el | 2 +- tests/stream-tests.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions

[elpa] externals/sql-smie 902d88d3ec: ; Prefer HTTPS to HTTP in URL

2022-12-21 Thread Stefan Kangas
branch: externals/sql-smie commit 902d88d3ec4a0e6fd0040d239634e44bc00d65b1 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URL --- sql-smie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-smie.el b/sql-smie.el index 6fb1ff6f28..877fb2ee89

[elpa] externals/sql-cassandra a81ede0e9d: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sql-cassandra commit a81ede0e9dc0292a6f6ff69845f774f8a0ef309e Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- sql-cassandra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-cassandra.el b/sql-cassandra.el index

[elpa] externals/sql-beeline fc1d552b46: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sql-beeline commit fc1d552b4602fa6fcd8d4264cea7bd1238078f18 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- sql-beeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-beeline.el b/sql-beeline.el index 90dbba08a3

[elpa] externals/sml-mode 28814c9d82: ; Prefer HTTPS to HTTP in license URL

2022-12-21 Thread Stefan Kangas
branch: externals/sml-mode commit 28814c9d82106251ffd8e81a4df928d4c0f0478d Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in license URL --- sml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sml-mode.el b/sml-mode.el index 172ffe59c7

[elpa] externals/smart-yank 5494fb8f1c: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/smart-yank commit 5494fb8f1cfb89561cdebdd34cd7f899203cbc52 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- smart-yank.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-yank.el b/smart-yank.el index 699c0e7abd

[elpa] externals/smalltalk-mode f2e976fd39: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/smalltalk-mode commit f2e976fd395f36c95b9b0b44a22e027232f550ac Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- gst-mode.el | 2 +- smalltalk-mode.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-mode.el b

[elpa] externals/sm-c-mode f43bb9ad09: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sm-c-mode commit f43bb9ad0906fab10e135b7ba5db66a32628323b Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- sm-c-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm-c-mode.el b/sm-c-mode.el index 7422a66f5d

[elpa] externals/slime-volleyball c2372eaa21: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/slime-volleyball commit c2372eaa214be7008b2b5448c6e0b683bbf73655 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- LICENSE | 8 slime-volleyball.el | 10 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff

[elpa] externals/sisu-mode 96ab69ba22: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/sisu-mode commit 96ab69ba228860c99f505bc02d2917a8b607cc07 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- sisu-mode.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sisu-mode.el b/sisu-mode.el index

[elpa] externals/shen-mode 5719bb7e5f: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/shen-mode commit 5719bb7e5fd62b08ff73ca21b58db87263fd0202 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- README | 2 +- inf-shen.el | 2 +- shen-mode.el | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README

[elpa] externals/shell-quasiquote 36f919b5dc: ; Prefer HTTPS to HTTP in URLs

2022-12-21 Thread Stefan Kangas
branch: externals/shell-quasiquote commit 36f919b5dc2426d826077b1d59a62b21528bdb60 Author: Stefan Kangas Commit: Stefan Kangas ; Prefer HTTPS to HTTP in URLs --- shell-quasiquote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-quasiquote.el b/shell

  1   2   3   4   5   6   7   8   9   >