branch: externals/denote
commit 32d98143fd544f8673b5a130430d825ef53cbdb9
Merge: d92fad4cdb e77ef96ccb
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Merge remote-tracking branch 'origin/excluded-files-regexp'
---
README.org | 69 +++--
branch: externals/denote
commit d92fad4cdbd1e756039d3dc573ceaf937b374ae0
Merge: 9a08d6bf25 fb39088ded
Author: Protesilaos Stavrou
Commit: GitHub
Merge pull request #385 from haji-ali/link-fontification-fix
Added a helper function to conditionally enable `denote-fontify-links-mode`
-
branch: externals/denote
commit fb39088dedba2073242e5372997ffae806def925
Author: Al Haji-Ali
Commit: Al Haji-Ali
Added a helper function to conditionally enable `denote-fontify-links-mode`.
---
README.org | 21 +++--
denote.el | 46 +-
elpasync pushed a change to branch externals/denote.
from 9a08d6bf25 Remove all deprecation notices that were in place before
version 2.3.0
new fb39088ded Added a helper function to conditionally enable
`denote-fontify-links-mode`.
new d92fad4cdb Merge pull request #385 fr
branch: externals/denote
commit e77ef96ccb0dfd19c78a7ca0211173d888052a66
Author: Protesilaos Stavrou
Commit: Protesilaos Stavrou
Add denote-excluded-files-regexp option to exclude files from prompts
This is in response to requests for such a user option done by Samuel
W. Flint a
branch: elpa/pcre2el
commit b4d846d80dddb313042131cf2b8fbf647567e000
Merge: 0565b3a7ee cd00dd6650
Author: Wes Hardaker
Commit: GitHub
Merge pull request #59 from joddie/revert-58-patch-1
Revert "Fix: Obsolete `buffer-substring` function replaced with
`buffer-subst…"
---
pcre2el.el
branch: elpa/pcre2el
commit cd00dd6650749c8ec8c5d0db77a0ba46548d1a62
Author: Wes Hardaker
Commit: GitHub
Revert "Fix: Obsolete `buffer-substring` function replaced with
`buffer-subst…"
---
pcre2el.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pcre2el.el b/pcre2
branch: elpa/smartparens
commit 98f135746c63bcef25fb2991cf72d8baf03a076c
Author: Matus Goljer
Commit: Matus Goljer
test: add test for sp-delete-blank-sexps
---
test/smartparens-commands-test.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/smartparens-commands
branch: elpa/smartparens
commit 74d2b65531d7004f3b9baadb5d986bb719faee6e
Author: Matus Goljer
Commit: Matus Goljer
feat: disable strict mode if smartparens-mode is turned off
This will remove some strict mode map remappings which would otherwise
stay in effect.
---
smartparens.
branch: elpa/smartparens
commit cf5704812a36e7bb64f7b449a4de646f9325afa7
Author: timor
Commit: Matus Goljer
Add customizable behavior allowing backward-delete of blank sexps
This also changes the return value of `sp-point-in-blank-sexp` to
return the beginning and ending positio
branch: elpa/smartparens
commit a865339f7c13c04ae5fdefa8b49957ce7b32179d
Author: Matus Goljer
Commit: Matus Goljer
docs: clarify the docstrings
---
smartparens.el | 20
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/smartparens.el b/smartparens.el
index
elpasync pushed a change to branch elpa/smartparens.
from 236748ccf8 feat(coq): add basic config for Coq
new 74d2b65531 feat: disable strict mode if smartparens-mode is turned
off
new cf5704812a Add customizable behavior allowing backward-delete of
blank sexps
new
branch: externals/tex-parens
commit 0d5e1566d51bcb2a64a9ff61f9f3ad2fe62e76af
Author: Paul Nelson
Commit: Paul Nelson
eliminate dependence on `transpose-sexps-function'
This variable was introduced only in Emacs 30.1, and is not needed for
the package to work, so we have removed
branch: externals/tex-parens
commit 6972f5127ad96aca7ed6025526e72e4b72841835
Author: Paul Nelson
Commit: Paul Nelson
bump version to 0.4
---
tex-parens.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex-parens.el b/tex-parens.el
index b86acbeeb9..97ce52fec9 100644
--
elpasync pushed a change to branch externals/tex-parens.
from ae2a66e3bf bump version to 0.3
new 0d5e1566d5 eliminate dependence on `transpose-sexps-function'
new 6972f5127a bump version to 0.4
Summary of changes:
README.org| 2 +-
tex-parens.el | 33
branch: externals/preview-auto
commit 4c7fcde32a1a02514ba643858cc8b65ff73f3829
Author: Paul Nelson
Commit: Paul Nelson
checkdoc docstring fixes
thanks to Jeremy Bryant for pointing these out
---
preview-auto.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a
branch: externals/dape
commit 708a483eb8bd12d1f6d818dee47f6fc5372706e8
Author: Daniel Pettersson
Commit: Daniel Pettersson
Rework displaying source line with new hook dape-display-source-hook
Pulse has an huge performance hit on macOS and as it's the spirit of
dape to do configu
branch: externals/dape
commit 8e362dfdfaa196b1ddda479519b98793835b649d
Author: Daniel Pettersson
Commit: Daniel Pettersson
Fix dape hook names
---
README.org | 12 +--
dape.el| 71 +++---
2 files changed, 42 insertions(+),
branch: externals/dape
commit 334eef3dc82bd87b4e36050fefdab67eb1d11273
Author: Daniel Pettersson
Commit: Daniel Pettersson
Rename dape--*-stack-pointers functions
---
dape.el | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/dape.el b/dape.el
elpasync pushed a change to branch externals/dape.
from 3ecccb96aa Fix dangling stack pointer overlays
new 334eef3dc8 Rename dape--*-stack-pointers functions
new 8e362dfdfa Fix dape hook names
new 708a483eb8 Rework displaying source line with new hook
dape-display-s
branch: elpa/smartparens
commit 236748ccf8ee0b305bf7892138db55425ccc1b36
Author: Matus Goljer
Commit: Matus Goljer
feat(coq): add basic config for Coq
Fixes #1007
---
smartparens-config.el | 1 +
smartparens-coq.el| 60 +++
2 fil
branch: externals/dape
commit 3ecccb96aa27e74879a6e83377c885c8a15eea3c
Author: Daniel Pettersson
Commit: Daniel Pettersson
Fix dangling stack pointer overlays
---
dape.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index ee372803d4..696f7c9888
branch: elpa/slime
commit 5f02c6ce1a1ab44d60110cef0e118407c921da28
Author: Stas Boukarev
Commit: Stas Boukarev
slime-net-close: clear slime-dispatching-connection.
---
slime.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/slime.el b/slime.el
index bab2b128f8..da86d162e7 100644
---
branch: elpa/slime
commit 1ebe29f3471444579a52fc6035c105526ef81489
Author: Stas Boukarev
Commit: Stas Boukarev
Remove *shebang-readtable* for sbcl.
It's not used anymore for a long time.
---
contrib/slime-repl.el | 5 ++-
contrib/swank-repl.lisp | 10 +++---
swank.lisp
elpasync pushed a change to branch elpa/slime.
from 81b6508cdf make-auto-flush-thread: sleep longer on allegro.
new 1ebe29f347 Remove *shebang-readtable* for sbcl.
new 5f02c6ce1a slime-net-close: clear slime-dispatching-connection.
Summary of changes:
contrib/slime-repl.e
branch: elpa/flycheck
commit 1fab0226884a4615e9af69629a8e4de405a0b661
Author: Tony Zorman
Commit: Bozhidar Batsov
Add flycheck-chktex-extra-flags
This works like tex-chktex-extra-flags in that the user may specify
arbitrary flags to be passed to chktex.
---
CHANGES.rst | 1 +
branch: elpa/flycheck
commit 7e739ead004ea30536d6ce34bb019780f22370d7
Author: Eric Berquist <727571+berqu...@users.noreply.github.com>
Commit: GitHub
ruff: --output-format=text replaced with --output-format=concise (#2078)
This has been deprecated since 0.2.0 and was finally removed
elpasync pushed a change to branch elpa/flycheck.
from 43cf1fdb0e Introduce flycheck-clear-displayed-errors-function to
give flycheck-display-error-at-point a chance to clear errors
new 7e739ead00 ruff: --output-format=text replaced with
--output-format=concise (#2078)
new
elpasync pushed a change to branch elpa/smartparens.
from 36f2e80c79 docs: fix the use-package declaration in README
new 0fe32ac56d feat(lisp): insert space before opening paren after
slurping
new 2cb5996cf9 ci: add Emacs 29.4 to test matrix
new c5ddcb7972 feat(cloj
branch: elpa/smartparens
commit 470451b12fd89eebd641fda7acb2adb1e2afa97f
Author: Matus Goljer
Commit: Matus Goljer
style: re-format list of modes for better diffs
---
smartparens-clojure.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/smartparens-clojure.e
branch: elpa/smartparens
commit 0fe32ac56da6d8e725850e9c438904db24be0bb9
Author: Matus Goljer
Commit: Matus Goljer
feat(lisp): insert space before opening paren after slurping
This prevents some weirdly formatted code like (foo)(bar)
becomnig (foo(bar)) instead of (foo (bar))
branch: elpa/smartparens
commit c5ddcb79720647f9cab8bfe0043796f01bd14097
Author: Dieter Komendera
Commit: Matus Goljer
feat(clojure): add support for clojure-ts-mode (and its derived modes)
---
smartparens-clojure.el | 3 ++-
smartparens-config.el | 3 ++-
smartparens.el | 6 ++
branch: elpa/smartparens
commit 2cb5996cf9d1ddbf7a8cd417b94ba1b0f07be248
Author: Matus Goljer
Commit: Matus Goljer
ci: add Emacs 29.4 to test matrix
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
ind
elpasync pushed a change to branch elpa/helm-core.
from 39ca479d0b Fix indentation
adds 4f19f28f09 Update NEWS
No new revisions were added by this update.
Summary of changes:
NEWS.org | 2 ++
1 file changed, 2 insertions(+)
branch: elpa/helm
commit 4f19f28f098e083255f457fec97cb50b75ba09f8
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Update NEWS
---
NEWS.org | 2 ++
1 file changed, 2 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 776af77cd0..ae87536ce1 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6
branch: elpa/flycheck
commit d56e98f656f02f447d07ceaad965e389254c792a
Author: Jimmy Yuen Ho Wong
Commit: GitHub
Fix ruff error-patterns and error-filter (#2079)
SyntaxErrors in ruff 0.5.0 has no IDs, which will be filtered out with the
existing implementation of error-filter. It is
branch: elpa/flycheck
commit efda9ad5f2d1e9b3981cb974d0103b41d653f779
Author: Clément Pit-Claudel
Commit: Bozhidar Batsov
Copy edit the docstring of the Ruff checker
Suggested-by: @joostkremers
---
flycheck.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/f
branch: elpa/flycheck
commit 43cf1fdb0ef39e8aa678108d1b2d8a07bfa0d989
Author: Jimmy Yuen Ho Wong
Commit: Bozhidar Batsov
Introduce flycheck-clear-displayed-errors-function to give
flycheck-display-error-at-point a chance to clear errors
---
CHANGES.rst| 3 ++
doc/user/
branch: elpa/flycheck
commit 32b4a60daa7031b89f5854d18fc923a9a91d1172
Author: Simon Schubert <2...@0x2c.org>
Commit: Bozhidar Batsov
Use project working-directory for python-ruff (#2068)
Without having working-directory set to the project root, ruff will be
confused about path names
elpasync pushed a change to branch elpa/flycheck.
from ea36cd459f Update vhdl-ghdl error-patterns
new efda9ad5f2 Copy edit the docstring of the Ruff checker
new 7e1a33b91c Support buffers without backing files in Ruff
new 32b4a60daa Use project working-directory for
branch: elpa/flycheck
commit 7e1a33b91c3f1f722a7ab71fafe47f348fba056b
Author: Clément Pit-Claudel
Commit: Bozhidar Batsov
Support buffers without backing files in Ruff
Closes #2061.
---
flycheck.el | 19 +--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --g
elpasync pushed a change to branch externals/dape.
from 3feca662d0 Mark dape-command as safe-local-variable
new 02aa44392a Fix dape-select-thread docstring spelling
new 111f90531f Keep current stack frame selection through dape--update
new fb6b4657c0 Clarify boundary
branch: externals/dape
commit 02aa44392acacb2f7db2d8859f27adc95517adf9
Author: Daniel Pettersson
Commit: Daniel Pettersson
Fix dape-select-thread docstring spelling
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 3e5f29c72e..416eda373c
branch: externals/dape
commit fb6b4657c04a1367ec5838baea47ef404637ed83
Author: Daniel Pettersson
Commit: Daniel Pettersson
Clarify boundary of exception message overlay with extended face
---
dape.el | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dape.el b/dape.
branch: externals/dape
commit caef77459366a1f78d931276cb454eed84f53340
Author: Daniel Pettersson
Commit: Daniel Pettersson
Convert error to message, as it will be invoked in timer context
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index
branch: externals/greader
commit a460af71d3d011febc106b3a0639aadfdd0d0f69
Author: Michelangelo Rodriguez
Commit: Michelangelo Rodriguez
Attempt to fix copyright.
---
greader-audiobook.el | 2 +-
greader-translate.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/grea
branch: externals/dape
commit 111f90531f77811d70a71450da5442cfb3614d0a
Author: Daniel Pettersson
Commit: Daniel Pettersson
Keep current stack frame selection through dape--update
* Rework `dape--update' call signature.
* Remove unused variable from `dape--update-stack-pointers'.
branch: externals/transient
commit f2cb28a56cd8f81bf18c0dcd8565e3ae128baf52
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--post-command: Only clear variables on real post-command
In [1: 0e0ece32] we started clearing `transient-current-*' variables
here instead of in
branch: elpa/flycheck
commit ea36cd459fc166e0394410778e98b60572b2950c
Author: Cyril Arnould
Commit: Bozhidar Batsov
Update vhdl-ghdl error-patterns
The error message format has changed going from ghdl 4.0.0 to
4.1.0. This also allows differentiating between errors and warnings.
branch: externals/vertico
commit 4498a2589c60cc788d6cb3909964c12c8fbad79a
Author: Daniel Mendler
Commit: Daniel Mendler
Use a better fix
---
extensions/vertico-buffer.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/extensions/vertico-buffer.el b/extensions/vert
elpasync pushed a change to branch externals/org-remark.
from b49ef0a0a0 bump to 1.2.2 for fix program error #78
new d5800909e9 admin(org-remark-line.el): Update last modified date
new 2e6fca7a29 fix(highlights-delay-load): rm
window-state-change-functions #82
Summary of
branch: externals/org-remark
commit 2e6fca7a294ab7a2220b61d2259616eba7046868
Author: Noboru Ota
Commit: Noboru Ota
fix(highlights-delay-load): rm window-state-change-functions #82
Refer to issues #82 #74.
If buffer in question is opened directly instead of using find-file -
branch: externals/org-remark
commit d5800909e9808421ffe3a1a942d3d22da1c09cf1
Author: Noboru Ota
Commit: Noboru Ota
admin(org-remark-line.el): Update last modified date
---
org-remark-line.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-remark-line.el b/org-remark-
elpasync pushed a change to branch externals/dape.
from c70d44734c Support watch expressions with space
dape-info-watch-finish-edit
new 0d6a43488e Fix dape--repl-message when MSG includes a %-sequence
new b85ca908bf Fix dape--repl-message to use the provided face
new
branch: externals/jinx
commit 4580aad8a0267bf30c98d210b6bdc1a08b1aad75
Author: Daniel Mendler
Commit: Daniel Mendler
Version 1.9
---
CHANGELOG.org | 2 +-
jinx.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 3b7c654666..8b8
branch: externals/dape
commit b85ca908bf3a94d895dce6d4162460e110ce617a
Author: Damien Cassou
Commit: Daniel Pettersson
Fix dape--repl-message to use the provided face
`message` doesn't accept a face as argument, we should use
`propertize`.
---
dape.el | 3 +--
1 file changed, 1
branch: externals/greader
commit 30a7cd44e5a8e8dc1f82c86d0fa360eec414f6a3
Author: Michelangelo Rodriguez
Commit: Michelangelo Rodriguez
greader version 0.11.9
Attempt to fix copyright.
---
greader.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/greader.el b/g
elpasync pushed a change to branch externals/ellama.
from 968b8631d1 Bump version
new 4dd5288c05 Add solve reasoning problem chain
new 73d07c3652 Improve docs
new a9df4be693 Merge pull request #131 from
s-kostyaev/solve-reasoning-problem-chain
new eef3840384
branch: externals/ellama
commit a9df4be69371cede1196d3fb7c67eb8267923326
Merge: 968b8631d1 73d07c3652
Author: Sergey Kostyaev
Commit: GitHub
Merge pull request #131 from s-kostyaev/solve-reasoning-problem-chain
Add solve reasoning problem chain
---
README.org | 7 ++
ellama.el
branch: externals/ellama
commit 73d07c36529f7129e9d9be8ecacf41be953ac5e9
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Improve docs
---
README.org | 7 +++
ellama.el | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 21a8a7a336..89a
branch: externals/ellama
commit eef3840384dd5b369a07036c776f93df6d8c6641
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Bump version
---
NEWS.org | 6 ++
ellama.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 3227e87908..1bf0592b4f 10
branch: externals/ellama
commit 4dd5288c05f7103b7947c84694bf1bc47e71dfc9
Author: Sergey Kostyaev
Commit: Sergey Kostyaev
Add solve reasoning problem chain
---
ellama.el | 81 ---
1 file changed, 62 insertions(+), 19 deletions(-)
d
branch: externals/dape
commit ab0679c8e6e4f594f7e8666e8504b00d4bd68ae7
Author: Daniel Pettersson
Commit: Daniel Pettersson
Small formatting in dape--config-eval-1
---
dape.el | 23 ++-
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/dape.el b/dape.el
inde
branch: externals/dape
commit 3feca662d000dd66197de14908d1a1fc4767
Author: Daniel Pettersson
Commit: Daniel Pettersson
Mark dape-command as safe-local-variable
---
dape.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dape.el b/dape.el
index e603602978..3e5f29c72e 100644
--- a/dap
branch: externals/dape
commit 0d6a43488e45842edfbe95afca6b084ba10b9e1f
Author: Damien Cassou
Commit: Daniel Pettersson
Fix dape--repl-message when MSG includes a %-sequence
If MSG includes a %-sequence such as "%5s", then `dape--repl-message`
crashes because it can find the corr
elpasync pushed a change to branch elpa/helm-core.
from 6309dc2b2f Add async support for helm-packages
adds 7a6d89828a Transmit compile buffer to parent in
helm-packages-do-async
adds 39ca479d0b Fix indentation
No new revisions were added by this update.
Summary of changes:
elpasync pushed a change to branch elpa/helm.
from 6309dc2b2f Add async support for helm-packages
new 7a6d89828a Transmit compile buffer to parent in
helm-packages-do-async
new 39ca479d0b Fix indentation
Summary of changes:
helm-packages.el | 42 +
branch: elpa/helm
commit 39ca479d0b3ae2141687993af967a364e366efe1
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Fix indentation
---
helm-packages.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-packages.el b/helm-packages.el
index 026a4cc971..9181067ab0 100
branch: elpa/helm
commit 7a6d89828a8e80fc489a8018a606ac54004608d0
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
Transmit compile buffer to parent in helm-packages-do-async
---
helm-packages.el | 40 ++--
1 file changed, 30 insertions(+), 10 deletion
branch: elpa/cider
commit 20f9a8f97cd01bc1bc8d064e653863ccc17d6d8b
Author: Naoya Yamashita
Commit: GitHub
Remove duplicate keybinding (#3719)
This keybinding was first introduced in the commit[1]. There are two
lines of keybindings to `C-c C-q`, probably due to a simple
mis
branch: externals/async
commit 5a1a2ddaaee9b455d3a0ce36f7779a5ef96fa665
Author: Thierry Volpiatto
Commit: Thierry Volpiatto
DRY in async-bytecomp callbacks
New function async-bytecomp--file-to-comp-buffer, use it in
async-byte-recompile-directory and async-byte-compile-file.
---
71 matches
Mail list logo