elpasync pushed a change to branch externals/org.
from 1a9d0850b6 org-persist: Do not re-download url files on write
new 4c90e0b613 org-table: Require org-fold-core
new 8880cca3d6 ob-core: Revert space misalignment from recent commit
new a12d15df98 org-display-inline
branch: externals/org
commit 4c90e0b613d48e248a5e6c235aea3e1229b444a9
Author: Kyle Meyer
Commit: Ihor Radchenko
org-table: Require org-fold-core
* lisp/org-table.el: Explicitly load org-fold-core.
'make single' warns that org-fold-core-ignore-modifications in
org-table.
branch: externals/org
commit 8880cca3d6448167c01be31e7fb290160c8c6736
Author: Kyle Meyer
Commit: Ihor Radchenko
ob-core: Revert space misalignment from recent commit
cc5427b7e (org-babel-result-to-file: Fix results file inside
attachment dir, 2022-12-07) carried along an unrelat
branch: externals/org
commit a12d15df982686ed41654f5487d58d77dfb56966
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-display-inline-remove-overlay: Do better job clearing images from cache
* lisp/org.el (org-display-inline-remove-overlay): Force remove
overlay images from Ema
branch: externals-release/org
commit 41a8666c09c702cb851b79a6f5eb3b3f0ba3e52b
Author: Ihor Radchenko
Commit: Ihor Radchenko
org-display-inline-remove-overlay: Do better job clearing images from cache
* lisp/org.el (org-display-inline-remove-overlay): Force remove
overlay images
elpasync pushed a change to branch elpa/eat.
from ab52caff52 ; Release version 0.2.1
new 7891cae44b Synchronize scrolling and point properly
new aa0607e1cb Use Eshell "emacs" mode map when process is live
new 917464cf56 * eat.el (eat-eshell-emacs-mode-map): Disable u
branch: elpa/eat
commit 7891cae44bc2fa25775d83e697d139c2a5eb8e8b
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Synchronize scrolling and point properly
* eat.el (eat--synchronize-scroll)
(eat--eshell-synchronize-scroll): Call 'set-window-point' in
addition to 'goto-cha
branch: elpa/eat
commit aa0607e1cb44b9f237ba2e5872333ed4dbb07f3e
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Use Eshell "emacs" mode map when process is live
* eat.el (eat-eshell-emacs-mode-map): Update docstring.
* eat.el (eat--eshell-process-running-mode): New
non-
branch: elpa/eat
commit 65dbbfcad352f674095740c2026b57b6981d90eb
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
* integration/bash: Check TERM before enabling
---
integration/bash | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/integration/bash b/integration/bash
branch: elpa/eat
commit 917464cf561dc430fdcf503499ee19b255927a7e
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
* eat.el (eat-eshell-emacs-mode-map): Disable undo
---
eat.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/eat.el b/eat.el
index bf7750f6fb..941e3d7d50 100644
--- a/ea
branch: externals/consult
commit 962f19837dbbc98df8b6ffe4c9a4a62edc700e75
Author: Augusto Stoffel
Commit: GitHub
Highlight all matches of each regexp in consult-grep (#699)
---
consult.el | 22 --
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/consult.el
branch: externals/consult
commit b404039f567ce296823425b641b2348482a1750e
Author: Daniel Mendler
Commit: Daniel Mendler
Minor cleanup
---
consult.el | 27 +--
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/consult.el b/consult.el
index 98fd381b73..1f
elpasync pushed a change to branch externals/consult.
from 6161f60ecd Drop Selectrum support
new 962f19837d Highlight all matches of each regexp in consult-grep
(#699)
new b404039f56 Minor cleanup
Summary of changes:
consult.el | 9 +
1 file changed, 5 insertions
branch: elpa/eat
commit 731ead9bfbf5ea101fdaaa059b5a1ebfd41fd02b
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
; * .gitignore: New file
---
.gitignore | 6 ++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00..01feb68f9c
--
branch: externals/ef-themes
commit 4c9b68869d1baacb10afc47bdd31368a5377d1fa
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Remove bold from magit-diff-hunk-heading
Inactive diff hunk headings do not need to be bold, as they are
already easy to tell apart from their cont
branch: elpa/eat
commit fffca2c06ea5c51fcc6e90e05e67b30a8f5ec6dd
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Check whether 'yank-transform-functions' is bound
* eat.el (eat-yank, eat-yank-from-kill-ring): Check whether
'yank-transform-functions' is bound before using it'
branch: externals/standard-themes
commit f0d1f81be433af76830ae87b6c44595b187639ef
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
standard-dark-theme: refine bg-hl-line
This makes it easier to read the underlying text of the currently
highlighted line in hl-line-mode.
branch: elpa/eat
commit 6756e72d88327a25ab993d69a3e4573bdbb162ff
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
; Release version 0.2.2
* eat.el:
* eat.texi:
Bump version.
* ChangeLog: Update.
---
ChangeLog | 36
eat.el| 2
branch: externals/vertico
commit 89987d9df5dab8ee4335461b2cffb668e006c124
Author: Philip
Commit: GitHub
vertico-buffer: Avoid using 'buffer-local-value' as a gv (#274)
---
extensions/vertico-buffer.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/extensi
branch: externals/peg
commit 8fb32a2012d55fcc8b4d2ba0c170efce5c263906
Author: Stefan Monnier
Commit: Stefan Monnier
* peg.el: Use OClosures when available
(News:): New section.
(peg--when-fboundp): New macro.
(peg-function): New OClosure type.
(cl-print-object) : New met
branch: externals/peg
commit f5c07b1c2f65f325003a65b12573a0bbacd0fceb
Author: Stefan Monnier
Commit: Stefan Monnier
* peg-tests.el (peg-ex-lisp): Fix indent
---
peg-tests.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/peg-tests.el b/peg-tests.el
index cedccd7ea
monnier pushed a change to branch externals/peg.
from f5c07b1c2f * peg-tests.el (peg-ex-lisp): Fix indent
new f48b9066ef * peg.el (peg--translate) : New PEX form
new 26703e8695 * peg.el: Add named rulesets
Summary of changes:
peg.el | 68 ++
branch: externals/peg
commit f48b9066ef02871cc15be0f6743abe46f45ba079
Author: Stefan Monnier
Commit: Stefan Monnier
* peg.el (peg--translate) : New PEX form
---
peg.el | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/peg.el b/peg.el
index d7247bf1b6..0d0cab8ca
branch: externals/peg
commit 26703e869548d233effabc98a537707a3a8ce8e9
Author: Stefan Monnier
Commit: Stefan Monnier
* peg.el: Add named rulesets
(define-peg-ruleset): New macro.
(with-peg-rules): Allow reference to a ruleset.
---
peg.el | 57
branch: externals/peg
commit 912e9baf50da2ac83fc987336158af2ae0cbda4c
Author: Stefan Monnier
Commit: Stefan Monnier
* peg.el: Add support for arguments and indirect calls
(peg-leaf-types): Add `funcall`.
(peg--macroexpand): Rely on the unknown-function machinery to detect
un
branch: externals/org
commit 92ac00051a26f3f5c28914ad9757a05ebc0ff54d
Author: TEC
Commit: TEC
org-persist: Fix omitted argument
* lisp/org-persist.el (org-persist-associated-files:file): Add the
"container" argument used but omitted from the function declaration of
`org-pers
elpasync pushed a change to branch externals/corfu.
from 4b459d2c13 Update changelog
new fbf880b3ba Fix region mode predicate
new 739a61b8c2 Fix last commit
Summary of changes:
corfu.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
branch: externals/corfu
commit fbf880b3ba35d2ef6fe0db45e089d03abf4390f1
Author: Daniel Mendler
Commit: Daniel Mendler
Fix region mode predicate
---
corfu.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index 375a65e9db..9eb9d0560b 100644
--- a/c
branch: externals/corfu
commit 739a61b8c2e3d62651115734e731850ad46f7d93
Author: Daniel Mendler
Commit: Daniel Mendler
Fix last commit
---
corfu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index 9eb9d0560b..3a7b82c03a 100644
--- a/corfu.el
+++ b
branch: elpa/cider
commit 5f16f161544e52eaa122d0846fc8ffe05e0d7198
Author: Benson Chu
Commit: Bozhidar Batsov
Don't scale down time for overlay tests on MacOS
Overlay tests involve testing the timer functionality of overlays, and
require the use of sleep. The tests scale all tim
elpasync pushed a change to branch externals/org.
from 92ac00051a org-persist: Fix omitted argument
adds 269dce9fe7 org-table: Require org-fold-core
adds 954a95ec5f ob-core: Revert space misalignment from recent commit
adds 41a8666c09 org-display-inline-remove-overlay:
branch: externals/org
commit e42beabb484fcd5907875b120bfa2b6237973d44
Merge: 92ac00051a 41a8666c09
Author: Kyle Meyer
Commit: Kyle Meyer
Merge branch 'bugfix'
branch: elpa/cider
commit 228d2fe62e78cc268af7ea2418ef855e87ba90d6
Author: Alex
Commit: GitHub
[GHA] Harden test.yml permissions (#3284)
---
.github/workflows/test.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index efc548
branch: elpa/xah-fly-keys
commit e5ac096b1585c2c28e8d4ce543aec6ae840cac14
Author: Xah Lee
Commit: Xah Lee
xah-reformat-to-sentence-lines now handles question mark and exclaimation
mark
---
xah-fly-keys.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xah-fly-k
branch: elpa/diff-ansi
commit 40da62486e5da91a2cb148c7b9812df29d38ccd8
Author: Campbell Barton
Commit: Campbell Barton
Cleanup: format
---
diff-ansi.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/diff-ansi.el b/diff-ansi.el
index 8c3e4c718a..ba9d6786f2 100644
--- a
branch: elpa/diff-ansi
commit 73a8ba750bb0f2147d6c471e6bc9bdfea400360a
Author: Campbell Barton
Commit: Campbell Barton
Cleanup: format
---
diff-ansi.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/diff-ansi.el b/diff-ansi.el
index ba9d6786f2..f38f77568b 10064
branch: main
commit fd537db35efd3ba5f0b5cc31125f98780bde547b
Author: Stefan Kangas
Commit: Stefan Kangas
* elpa-packages (lorem-ipsum): New package.
---
elpa-packages | 3 +++
1 file changed, 3 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 7fba97f5c1..4a1ccf2930 100644
---
branch: elpa/lorem-ipsum
commit 4c7a9df33e80a82999df59a8b47ace51d762e579
Author: Stefan Kangas
Commit: Joe Schafer
Fix some minor stylistic issues
---
lorem-ipsum.el | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/lorem-ipsum.el b/lorem
branch: elpa/lorem-ipsum
commit 7b0ff165d76ec0b2ae52ac0dbd72890743a82a92
Author: Joe Schafer
Commit: Joe Schafer
remove errant newline
---
lorem-ipsum.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 2c1a68122a..df0ebe6e56 100644
--- a/lorem-ipsum.
branch: elpa/lorem-ipsum
commit a1d1a63b6d7f5087f83b8fba4f9f9baecc4df4b8
Author: Joe Schafer
Commit: Joe Schafer
add commentary
---
lorem-ipsum.el | 20 +++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 9d8a5a8055..750d1
branch: elpa/lorem-ipsum
commit 7416d71dfd6ccc49ccc5e04a58c4ca32140a644c
Author: Joe Schafer
Commit: Joe Schafer
add group and default keybindings
---
lorem-ipsum.el | 12
1 file changed, 12 insertions(+)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 66164a84cc..358cb4983
branch: elpa/lorem-ipsum
commit 7268e111f9d5b65d613247030ab5b5538d4f5280
Author: Johan Andersson
Commit: Johan Andersson
Insert list beginning
---
lorem-ipsum.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 50eeb3a7
branch: elpa/lorem-ipsum
commit bdbe8a1fb11210a077a6454e0b8eddb16d87d096
Author: Joe Schafer
Commit: Joe Schafer
fix comments and add docstrings
---
lorem-ipsum.el | 64 ++
1 file changed, 42 insertions(+), 22 deletions(-)
diff --git
branch: elpa/lorem-ipsum
commit cc7f00cfa593193bbe06061a279f4dd337d812ef
Author: Joe Schafer
Commit: Joe Schafer
add convenience keyword
---
lorem-ipsum.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 61cc451165..32e7ff29e7 100644
branch: elpa/lorem-ipsum
commit bfcb7cd50afeaec074624c261fd6f736a550ec16
Author: Joe Schafer
Commit: Joe Schafer
add README.md
---
README.md | 8
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index e69de29bb2..0222820755 100644
--- a/README.md
+++ b/README.md
branch: elpa/lorem-ipsum
commit eaef7029382b25b205a91e7e80fe402cae2468fa
Author: Joe Schafer
Commit: Joe Schafer
replace " " with lorem-ipsum-paragraph-separator
---
lorem-ipsum.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index bc
branch: elpa/lorem-ipsum
commit 2242006bd0b0ad8b2776227369b1beb8d316cabe
Author: Joe Schafer
Commit: Joe Schafer
fix provide symbol to Lorem-ipsum
---
lorem-ipsum.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 32e7ff29e7..66164a8
elpasync pushed a change to branch elpa/lorem-ipsum.
at 63e5e5f21c Bump version to 0.3
This branch includes the following new commits:
new 60045e7d1d initial commit
new eaef702938 replace " " with lorem-ipsum-paragraph-separator
new c317c2f1b7 remove obsolete fun
branch: elpa/lorem-ipsum
commit 60045e7d1dc6e339a480f2eda798c994e7cfeb63
Author: Joe Schafer
Commit: Joe Schafer
initial commit
---
.gitignore | 1 +
README.md | 0
lorem-ipsum.el | 153 +
3 files changed, 154 insertions(+
branch: elpa/lorem-ipsum
commit 5c50581fb1d3294656251f21513eb0ea82ea
Author: Joe Schafer
Commit: Joe Schafer
put key sequences in code blocks
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 40fe9eab43..b58044bf14 100644
branch: elpa/lorem-ipsum
commit a2a45dd4018585f3978ead20c8dcf8d899c33a53
Merge: 60045e7d1d 65b486c051
Author: Joe Schafer
Commit: Joe Schafer
Merge pull request #1 from jschaf/tweaks
Tweaks
---
README.md | 8
lorem-ipsum.el | 17 +++--
2 files changed, 15
branch: elpa/lorem-ipsum
commit 5d35808d77dd203e987e5b58428127075e2897b6
Author: Joe Schafer
Commit: Joe Schafer
add autoload cookies to entry functions
---
lorem-ipsum.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 323d33b5c4..61cc451165 100
branch: elpa/lorem-ipsum
commit 63e5e5f21c2ed41bfa7c921ee3a0aff159dd5a3c
Author: Stefan Kangas
Commit: Joe Schafer
Bump version to 0.3
---
lorem-ipsum.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 362d0ed82b..a2a6d51f38 1006
branch: elpa/lorem-ipsum
commit c287072c462a4829bbac43c3a844d7d4788d9f79
Author: Joe Schafer
Commit: Joe Schafer
fix table formatting
---
README.md | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 0646165735..40fe9eab43 100644
--- a
branch: elpa/lorem-ipsum
commit 65b486c051a4ec93ec2f4d2459bf66f13800b690
Author: Joe Schafer
Commit: Joe Schafer
bump version to 0.2
---
lorem-ipsum.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 0401604c62..45872525e1 100644
-
branch: elpa/lorem-ipsum
commit 4b39f6fed455d67f635b3837cf5668bf74d0f6cd
Merge: 893a275057 57682a5d6b
Author: Joe Schafer
Commit: GitHub
Merge pull request #2 from peterwvj/patch-1
Add MELPA installation instructions
---
README.md | 10 +-
1 file changed, 9 insertions(+), 1
branch: elpa/lorem-ipsum
commit c317c2f1b7454f038172f981c414a96a1e3d24d1
Author: Joe Schafer
Commit: Joe Schafer
remove obsolete function interactive-p
---
lorem-ipsum.el | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 05
branch: elpa/lorem-ipsum
commit 57682a5d6b89500a6b3e0ab4e55ba02c9cb9c84c
Author: Peter W. V. Tran-Jørgensen
Commit: GitHub
Add MELPA installation instructions
---
README.md | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3709c6018b..
branch: elpa/lorem-ipsum
commit 58576869895a38e976a5520ea25d063dcf7a88d9
Author: Joe Schafer
Commit: Joe Schafer
change Lorem to lorem
---
README.md | 14
lorem-ipsum.el | 106 +++--
2 files changed, 64 insertions(+), 56 del
branch: elpa/lorem-ipsum
commit e265ac064a42b2880d7eb5e791e690f8bf384259
Author: Joe Schafer
Commit: Joe Schafer
add interactive to lorem-ipsum-use-default-bindings
---
lorem-ipsum.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
branch: elpa/lorem-ipsum
commit 590301d2c3aabb6dcd0af0a567b278056009ab16
Author: Stefan Kangas
Commit: Joe Schafer
Fix some minor packaging issues and warnings
---
lorem-ipsum.el | 43 +++
1 file changed, 23 insertions(+), 20 deletions(-)
diff --git
branch: elpa/lorem-ipsum
commit 3d0152632d5dad48e1b633b2cee38c9f64e873a0
Author: Joe Schafer
Commit: Joe Schafer
add detail to README.md
---
README.md | 24
1 file changed, 24 insertions(+)
diff --git a/README.md b/README.md
index 0222820755..0646165735 100644
---
branch: elpa/lorem-ipsum
commit 861e29b034ae2cff48804d10595af98582c76b4a
Author: Stefan Kangas
Commit: Joe Schafer
Use lexical-binding
---
lorem-ipsum.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index c69e0346ff..255b8b8bbe 1006
branch: elpa/lorem-ipsum
commit db7e5433e145e010bb5bcfde968a477460b6b589
Author: Joe Schafer
Commit: Joe Schafer
add package version and additional commentary
---
lorem-ipsum.el | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
branch: elpa/lorem-ipsum
commit 9ee134c149b735d851442d3340ab26399e3cf011
Author: Joe Schafer
Commit: Joe Schafer
expand on manual installation
---
README.md | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b58044bf14..5f562b1411 100644
---
branch: elpa/lorem-ipsum
commit 893a27505734a1497b79bc26e0736a78221b35d9
Author: Joe Schafer
Commit: Joe Schafer
move special thanks below package metadata
---
lorem-ipsum.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 5ac86
branch: elpa/lorem-ipsum
commit da75c155da327c7a7aedb80f5cfe409984787049
Merge: 4b39f6fed4 7268e111f9
Author: Joe Schafer
Commit: GitHub
Merge pull request #5 from nja/master
Insert list beginning
---
lorem-ipsum.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(
branch: elpa/lorem-ipsum
commit a19b5372ffc4fc46c0bb9b944856ce9235616c6b
Author: Joe Schafer
Commit: Joe Schafer
fix lonely paren
---
lorem-ipsum.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lorem-ipsum.el b/lorem-ipsum.el
index 750d1e103b..2c1a68122a 100644
---
branch: elpa/eat
commit f76c27cd93ad5573353e931ec66ea968852519ba
Author: Akib Azmain Turja
Commit: Akib Azmain Turja
Don't intercept background processes in Eshell
* eat.el (eat--eshell-adjust-make-process-args): Don't do any
change to the environment if 'eshell-current-subjob-p
69 matches
Mail list logo