branch: scratch/hyperbole
commit 557cf93559e2d376cb792f7a63af8683726b044b
Author: Stefan Monnier
Commit: Stefan Monnier
* hyperbole.el: Preload `kotl-autoloads`
(hyperbole-mode): Remove redundant keywords.
---
hyperbole.el | 16
1 file changed, 16 insertions(+)
di
branch: scratch/hyperbole
commit 4f830e381d293f740d7a297b0096cc78a7d8a6a5
Author: Stefan Monnier
Commit: Stefan Monnier
hbut.el: Remove redundant `def-edebug-spec`s
* hbut.el (defib): Remove redundant `def-edebug-spec`.
(lambda-list): Remove definition that comes with `edebug.el
branch: scratch/yasnippet
commit b1c2baf4f63181f45e917abdb731dd737aa9216b
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet.el: Cosmetic changes
Prefer #' to quote function names.
(yas-after-exit-snippet-hook, yas-before-expand-snippet-hook)
(yas-after-reload-hook):
branch: scratch/yasnippet
commit 30a1c1882686102f3f90efdd03e1f132625a4747
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet.el (yas-minor-mode-map): Don't bind to `tab`
---
yasnippet.el | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/yasnippet.el b/yasnippe
branch: scratch/yasnippet
commit c0aec2e779616e6f230caae2f851bd9f289e69b4
Author: Stefan Monnier
Commit: Stefan Monnier
* .gitignore: Add patterns for ELPA-generated files
---
.gitignore | 4
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3ce1c40517..0f7733
branch: scratch/yasnippet
commit 50a54c0775fe655ceb617a771e89888f1df05ab5
Author: Stefan Monnier
Commit: Stefan Monnier
* doc/yas-doc-helper.el: Use `cl-lib` and `lexical-binding`
Also silence compiler warnings.
---
doc/yas-doc-helper.el | 38 ++
branch: scratch/yasnippet
commit 64bb554272fa318606d6f0d4e1a7a00727d1b7e1
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet-tests.el: Minor cosmetic changes
Use utf-8 rather than latin-1.
Prefer #' to quote function names.
(special-mode): Remove backward compatibilit
branch: scratch/yasnippet
commit 714a9dca043ace0a7dc0cbe6485552f4d1dfc9c7
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet.el: Use `add-function` and remove left-over debug code
Instead of using `setq` and storing the old value in
`yas--original-auto-fill-function`, use
monnier pushed a change to branch scratch/yasnippet.
at b1c2baf4f6 * yasnippet.el: Cosmetic changes
This branch includes the following new commits:
new c0aec2e779 * .gitignore: Add patterns for ELPA-generated files
new 50a54c0775 * doc/yas-doc-helper.el: Use `cl-lib` and
branch: scratch/yasnippet
commit 9c52efc14a85248d040d7ebac5aa16f886884709
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet-debug.el: Use `advice-add` i.s.o `defadvice`.
Now that we use `add-function`, we may as well avoid using the deprecated
`defadvice`
(cl-fl
branch: scratch/yasnippet
commit a0bbbc6eb598db7b59e6ac77b8cbb0625017658c
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet.el: Use `lexical-binding`
---
yasnippet.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/yasnippet.el b/yasnippet.el
index 78e
branch: main
commit f98fb64c53efa4e03dc645238d13e42392edf6db
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (window-commander): New package
Renamed from `swsw` and moved from NonGNU at the same time.
---
elpa-packages | 9 +
1 file changed, 9 insertions(+)
d
branch: main
commit c0840d025ba5ad3fc3f2dbd08d3b4ab72cf07574
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (swsw): Remove package
Renamed to `window-commander` and moved to GNU ELPA at the same time.
---
elpa-packages | 9 +
1 file changed, 5 insertions(+),
monnier pushed a change to branch scratch/evil.
at d3b7b6f5d4 Various code cleanups
This branch includes the following new commits:
new d3b7b6f5d4 Various code cleanups
branch: scratch/evil
commit d3b7b6f5d408054a766295cb3edd512061030c10
Author: Stefan Monnier
Commit: Stefan Monnier
Various code cleanups
The original motivation was to fix the misuse of `eval` in `evil-delay`
by turning it into a macro (name `evil-with-delay`). But it includes
monnier pushed a change to branch scratch/evil.
was bb2f3649cd Various code cleanups
This change permanently discards the following revisions:
discards bb2f3649cd Various code cleanups
monnier pushed a change to branch scratch/evil.
was d3b7b6f5d4 Various code cleanups
This change permanently discards the following revisions:
discards d3b7b6f5d4 Various code cleanups
branch: scratch/evil
commit d366673c773d5482ce6b83c6d46aaf75058c73d3
Author: Stefan Monnier
Commit: Stefan Monnier
Prefer #' to quote function names
---
evil-commands.el| 16 +--
evil-common.el | 10 +++
evil-core.el| 8 +++---
evil-ex.el | 2 +-
evil
monnier pushed a change to branch scratch/evil.
at be5584efb1 Misc minor changes
This branch includes the following new commits:
new 141f483adb evil-pkg.el: Remove file
new 335ff20ebf Better follow conventions for use of ' in docstrings
new d366673c77 Prefer #' t
branch: scratch/evil
commit be5584efb1b1af7729627c30d8449893ea04f494
Author: Stefan Monnier
Commit: Stefan Monnier
Misc minor changes
* evil-command-window.el (evil-command-window-draw-prefix):
Mark `ignored` as, well, ignored.
* README.md: Mention that `undo-fu` is also in
branch: scratch/evil
commit c0a6878a8f4727d223d5ca1ceba69f119a51d864
Author: Stefan Monnier
Commit: Stefan Monnier
Replace uses of `defadvice` with `advice-add`
This either requires a dependency on the `nadvice` package,
or bumping the minimum Emacs version to 24.4. I went with
branch: scratch/evil
commit 335ff20ebf53491a904325df02e864a396f6d31d
Author: Stefan Monnier
Commit: Stefan Monnier
Better follow conventions for use of ' in docstrings
This fixes some incorrect uses and eliminates some warnings but many
warnings remain about it.
---
evil-comman
branch: scratch/evil
commit 141f483adb9c5d63353e7de2357c54b81b0f3f15
Author: Stefan Monnier
Commit: Stefan Monnier
evil-pkg.el: Remove file
This file is auto-generated from headers in `evil.el` anyway.
* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
---
evil-pkg
branch: scratch/evil
commit 40a326753abc1a41196d571d9d4b2d3b01d2ff8b
Author: Stefan Monnier
Commit: Stefan Monnier
Remove redundant `:group` args
In the absence of `:group`, `defcustom` and `defface` default to
the group that was last defined in the same file.
* evil-di
branch: scratch/evil
commit d7999e33f3d4a2368111819d2983a203d0f3aa9a
Author: Stefan Monnier
Commit: Stefan Monnier
Use lexical-binding everywhere
Most of the code already used lexical-binding, but there were
still a few of remnant of use of the old dynbound dialect.
* e
branch: scratch/evil
commit 79ef3ad9f5e9f8024477929ebd0a023069ae893c
Author: Stefan Monnier
Commit: Stefan Monnier
(evil-with-delay): New macro, extracted from `evil-delay`
Save some kitten by using a macro instead of using `eval`.
This also exposes more code to the compiler, so
monnier pushed a change to branch scratch/evil.
was be5584efb1 Misc minor changes
This change permanently discards the following revisions:
discards be5584efb1 Misc minor changes
discards c0a6878a8f Replace uses of `defadvice` with `advice-add`
discards 40a326753a Remove redunda
branch: scratch/evil
commit 0a03b8d2ad65ea0f9c422d635474b4290b78b284
Author: Stefan Monnier
Commit: Stefan Monnier
Remove redundant `:group` args
In the absence of `:group`, `defcustom` and `defface` default to
the group that was last defined in the same file.
* evil-di
branch: scratch/evil
commit 9456d95befc25b13370522bfcc4131b597b005b4
Author: Stefan Monnier
Commit: Stefan Monnier
Prefer #' to quote function names
---
evil-commands.el| 16 +-
evil-common.el | 10 +++
evil-core.el| 8 ++---
evil-ex.el | 2 +-
evil-i
branch: scratch/evil
commit 49ba6e6fc5b9fb545b32fe48ae23f0179c57e75f
Author: Stefan Monnier
Commit: Stefan Monnier
Use lexical-binding everywhere
Most of the code already used lexical-binding, but there were
still a few of remnant of use of the old dynbound dialect.
* e
branch: scratch/evil
commit a3657caba8515c2b0e732ec994659ea8e05c3f14
Author: Stefan Monnier
Commit: Stefan Monnier
Replace uses of `defadvice` with `advice-add`
This either requires a dependency on the `nadvice` package,
or bumping the minimum Emacs version to 24.4. I went with
monnier pushed a change to branch scratch/evil.
at 30e812bb6c Misc minor changes
This branch includes the following new commits:
new f77b9d3723 evil-pkg.el: Remove file
new 891af30ef2 Better follow conventions for use of ' in docstrings
new 9456d95bef Prefer #' t
branch: scratch/evil
commit 891af30ef2668d7e5bcdb4f9b46eb1ba7d4581a3
Author: Stefan Monnier
Commit: Stefan Monnier
Better follow conventions for use of ' in docstrings
Also try and make the docstring fit within 80 columns.
This fixes some incorrect uses and eliminates some warni
branch: scratch/evil
commit b9298c600fc0d0e08fac8db3fa7ca2e0f2eb72d6
Author: Stefan Monnier
Commit: Stefan Monnier
(evil-with-delay): New macro, extracted from `evil-delay`
Save some kitten by using a macro instead of using `eval`.
This also exposes more code to the compiler, so
branch: scratch/evil
commit f77b9d372369b99488855acad8822a90ef24490a
Author: Stefan Monnier
Commit: Stefan Monnier
evil-pkg.el: Remove file
This file is auto-generated from headers in `evil.el` anyway.
* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitign
branch: scratch/evil
commit 30e812bb6c2841cdf728f6735a90e638d5522dad
Author: Stefan Monnier
Commit: Stefan Monnier
Misc minor changes
* evil-command-window.el (evil-command-window-draw-prefix):
Mark `ignored` as, well, ignored.
* README.md: Mention that `undo-fu` is also in
branch: scratch/evil
commit ea1b21d65843e7f1417fba098898e69946393dc1
Author: Stefan Monnier
Commit: Stefan Monnier
Misc minor changes
* evil-command-window.el (evil-command-window-draw-prefix):
Mark `ignored` as, well, ignored.
* README.md: Mention that `undo-fu` is also in
monnier pushed a change to branch scratch/evil.
at ea1b21d658 Misc minor changes
This branch includes the following new commits:
new b59be16833 evil-pkg.el: Remove file
new 1ba1eb9b66 Better follow conventions for use of ' in docstrings
new df957ddb68 Prefer #' t
monnier pushed a change to branch scratch/evil.
was 30e812bb6c Misc minor changes
This change permanently discards the following revisions:
discards 30e812bb6c Misc minor changes
discards a3657caba8 Replace uses of `defadvice` with `advice-add`
discards 0a03b8d2ad Remove redunda
branch: scratch/evil
commit 1ba1eb9b660aecde672efd5d92af06474256d5db
Author: Stefan Monnier
Commit: Stefan Monnier
Better follow conventions for use of ' in docstrings
Also try and make the docstring fit within 80 columns.
This fixes some incorrect uses and eliminates some warni
branch: scratch/evil
commit b59be16833d84d2620b1542fe643bcd9f36d0854
Author: Stefan Monnier
Commit: Stefan Monnier
evil-pkg.el: Remove file
This file is auto-generated from headers in `evil.el` anyway.
* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitign
branch: scratch/evil
commit df957ddb68dc8de3d99bf5ec63c2b265787fe8d9
Author: Stefan Monnier
Commit: Stefan Monnier
Prefer #' to quote function names
---
evil-commands.el| 16 +++---
evil-common.el | 10 -
evil-ex.el | 2 +-
evil-integration.el | 2 +-
evi
branch: scratch/evil
commit f09062ee127b7a892439c67bfc873939966ad2fa
Author: Stefan Monnier
Commit: Stefan Monnier
Remove redundant `:group` args
In the absence of `:group`, `defcustom` and `defface` default to
the group that was last defined in the same file.
* evil-di
branch: scratch/evil
commit 17c92495d804ec809d227084d3fae1e4731fccdc
Author: Stefan Monnier
Commit: Stefan Monnier
(evil-with-delay): New macro, extracted from `evil-delay`
Save some kitten by using a macro instead of using `eval`.
This also exposes more code to the compiler, so
branch: scratch/evil
commit 675faf080b6913efbb365b3e7a0306bfbea036b7
Author: Stefan Monnier
Commit: Stefan Monnier
Use lexical-binding everywhere
Most of the code already used lexical-binding, but there were
still a few of remnant of use of the old dynbound dialect.
* e
branch: scratch/evil
commit b04145a776d9efefbec32f077b2b5cd61b9c4f36
Author: Stefan Monnier
Commit: Stefan Monnier
Replace uses of `defadvice` with `advice-add`
This either requires a dependency on the `nadvice` package,
or bumping the minimum Emacs version to 24.4. I went with
branch: scratch/evil
commit 8c8a6cd493dbe93da03ad7c2887cb0d15fa7eec6
Author: Stefan Monnier
Commit: Stefan Monnier
Misc minor changes
* evil-command-window.el (evil-command-window-draw-prefix):
Mark `ignored` as, well, ignored.
* README.md: Mention that `undo-fu` is also in
monnier pushed a change to branch scratch/evil.
was ea1b21d658 Misc minor changes
This change permanently discards the following revisions:
discards ea1b21d658 Misc minor changes
discards b04145a776 Replace uses of `defadvice` with `advice-add`
discards f09062ee12 Remove redunda
monnier pushed a change to branch scratch/evil.
at 8c8a6cd493 Misc minor changes
This branch includes the following new commits:
new df07a56637 evil-pkg.el: Remove file
new afdf67455d Better follow conventions for use of ' in docstrings
new 1f75d30ad6 Prefer #' t
branch: scratch/evil
commit c160df1da2737a2ad1564a892f4697cd8724fa97
Author: Stefan Monnier
Commit: Stefan Monnier
Remove redundant `:group` args
In the absence of `:group`, `defcustom` and `defface` default to
the group that was last defined in the same file.
* evil-ju
branch: scratch/evil
commit 1f75d30ad62b3fcd00ae25c18057f5a9ed4cb9e6
Author: Stefan Monnier
Commit: Stefan Monnier
Prefer #' to quote function names
---
evil-commands.el| 16 +++---
evil-common.el | 10 -
evil-ex.el | 2 +-
evil-integration.el | 2 +-
evi
branch: scratch/evil
commit f4b6445f285c0d15b5e36bd72b90634f94214a9e
Author: Stefan Monnier
Commit: Stefan Monnier
Use lexical-binding everywhere
Most of the code already used lexical-binding, but there were
still a few of remnant of use of the old dynbound dialect.
* e
branch: scratch/evil
commit df07a566370349eb995f9556d1f33bceb4a13d4c
Author: Stefan Monnier
Commit: Stefan Monnier
evil-pkg.el: Remove file
This file is auto-generated from headers in `evil.el` anyway.
* evil.el: Synchronize metadata with what was in `evil-pkg.el`.
* .gitign
branch: scratch/evil
commit afdf67455d949bc841fd4eda9e4bcb42215bbe0c
Author: Stefan Monnier
Commit: Stefan Monnier
Better follow conventions for use of ' in docstrings
Also try and make the docstring fit within 80 columns.
This fixes some incorrect uses and eliminates some warni
branch: scratch/evil
commit b0d70e09c05725ea73a42ad7abf65a8016b32399
Author: Stefan Monnier
Commit: Stefan Monnier
Replace uses of `defadvice` with `advice-add`
This either requires a dependency on the `nadvice` package,
or bumping the minimum Emacs version to 24.4. I went with
branch: scratch/evil
commit a242846c1d1de5eaf3b548a031fce705967ea38e
Author: Stefan Monnier
Commit: Stefan Monnier
(evil-with-delay): New macro, extracted from `evil-delay`
Save some kitten by using a macro instead of using `eval`.
This also exposes more code to the compiler, so
branch: elpa/tuareg
commit 301c80b48919614c2b2220c27a4002477e55f016
Author: Erik Martin-Dorel
Commit: Stefan Monnier
docs(README.md): Mention opam-switch-mode in the relevant section
---
README.md | 11 +++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 4
monnier pushed a change to branch elpa/tuareg.
from eb3d8bb411 Apply review suggestions by @monnier
new d484910213 Misc minor simplifications
new 301c80b489 docs(README.md): Mention opam-switch-mode in the
relevant section
Summary of changes:
README.md | 11
branch: elpa/tuareg
commit d484910213d6a241d72a651cb46b7de17dac1ad5
Author: Stefan Monnier
Commit: Stefan Monnier
Misc minor simplifications
* dot-emacs.el: Don't eagerly load packages.
Don't set `merlin-command` to `opam` sine it's the default value anyway.
Set a major mode
branch: externals/sed-mode
commit 6009f57567959387b9e34068567e982b6991eb24
Author: Stefan Monnier
Commit: Stefan Monnier
Commentary: Improve
Suggested by Edrie Ddrie
---
sed-mode.el | 22 --
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/sed-mod
branch: main
commit 08f8f5f565923ff693c221e2c40b865a1099f1fc
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (phpinspect): New package
---
elpa-packages | 1 +
1 file changed, 1 insertion(+)
diff --git a/elpa-packages b/elpa-packages
index 48a0adac3a..69761fb349 100644
--- a/
branch: main
commit 6781ce215ca153fbae6483f0a995b9bc4c9030dc
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (phpinspect): Remove left over comment
---
elpa-packages | 2 --
1 file changed, 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 69761fb349..cefac030dd
branch: main
commit 3932b8e8335985dfb09e54966b3c15e5eb3fe0f8
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-package (engine-mode): Remove bogus `:readme`
---
elpa-packages | 1 -
1 file changed, 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index d49aebe08e..40abe9b89f 100
branch: externals/trie
commit e7326a61b1cd2605867063fcfc5aeed6d993
Author: Stefan Monnier
Commit: Stefan Monnier
* trie.el: Update code
Don't use `cl` any more. Prefer #' to quote function names.
Use `advice-add` rather than `defadvice`. Bump `Version:` to 0.6.
(c
branch: externals/jumpc
commit ab83a2a5416f83405361e25df8cbd8aab35cb8b3
Author: Stefan Monnier
Commit: Stefan Monnier
* jumpc.el: Avoid `defadvice` and some O(N²) problems
Prefer #' to quote function names. Bump `Version:`.
Drop `coding` cookie since utf-8 is now default for EL
branch: externals/dict-tree
commit a83ea986982b2d09d150456028a9f1e73658333a
Author: Stefan Monnier
Commit: Stefan Monnier
dict-tree.el: Avoid `defadvice` and adjust to new `trie`
Don't use `cl` any more.
Prefer #' to quote function names. Bump `Version:`.
Require `trie-0.6`
branch: externals/url-http-ntlm
commit 0ef4ebadff403a535a53f78a328009d155f6236a
Author: Stefan Monnier
Commit: Stefan Monnier
* url-http-ntlm.el: Avoid `defadvice`
Require `nadvice` and use `advice-add` instead.
(url-http-ntlm--if-when-compile): New macro.
---
url-http-ntlm.el
branch: externals/expand-region
commit 849323280027035b693f727f7119faaa186a54d2
Author: Stefan Monnier
Commit: Stefan Monnier
Update code for lexical-binding, cl-lib, and advice-add
Activate `lexical-binding`. Use `advice-add` rather than `defadvice`.
Avoid deprectaed `point-at
branch: scratch/expand-region
commit 09b44427b256b7543783124e0b185341842701e1
Author: Jen-Chieh
Commit: Jen-Chieh
Add badges to README.
---
README.md | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 82cfc6a2d8..b1d6375e81 100644
--- a/REA
branch: scratch/expand-region
commit 382519de0cf39fd0df4ef8911427a975464f25a3
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "Revert "refact: replace `if` with `unless` or `when` for more
idiomatic code""
This reverts commit dc161a33951e7a74020a71592f66f340477074f0.
---
yaml-mod
branch: scratch/expand-region
commit b70feaa644310dc2d599dc277cd20a1f2b6446ac
Author: Jen-Chieh Shen
Commit: Magnar Sveen
Add autoload to contract-region
---
expand-region-core.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/expand-region-core.el b/expand-region-core.el
index c13b9bc
monnier pushed a change to branch scratch/expand-region.
at d919353455 Merge remote-tracking branch
'upstream/expand-region/main' into externals/expand-region
This branch includes the following new commits:
new 40049c1243 Replace deprecated 'cl package by 'cl-lib
new ea
branch: scratch/expand-region
commit 4b8322774d9c1d8b64a0049d1dbbc1e7ce80c1a0
Author: Aaron W. Swenson
Commit: Magnar Sveen
Add installation instruction for use-package
Include a copy/paste example for installation via `use-package`.
---
README.md | 5 +
1 file changed, 5 inser
branch: scratch/expand-region
commit ea6b4cbb9985ddae532bd2faf9bb00570c9f2781
Author: muffinmad
Commit: Magnar Sveen
Make usage message optional
---
expand-region-core.el | 4 ++--
expand-region-custom.el | 5 +
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/expand-reg
branch: scratch/expand-region
commit 7e5bbe2763c12bae3e77fe0c49bcad05ff91dbfe
Author: Stefan Kangas
Commit: GitHub
Add GPLv3 license file (#272)
---
COPYING | 674
1 file changed, 674 insertions(+)
diff --git a/COPYING b/COPY
branch: scratch/expand-region
commit c5c4362741deebb0985a8a29f9b8b0e25160764a
Author: Paulus Esterhazy
Commit: Magnar Sveen
Fix wrong type argument on Emacs 28.1
After upgrading from Emacs 27 to 28.1, loading expand-region
breaks with the error message "Wrong type argument: stri
branch: scratch/expand-region
commit dc161a33951e7a74020a71592f66f340477074f0
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "refact: replace `if` with `unless` or `when` for more idiomatic
code"
This reverts commit 8f1e82537dd633b09a764943d62c8da613a486b4.
---
yaml-mode-expansi
branch: scratch/expand-region
commit 40049c1243bb17038107c2a88709ce432c698b2b
Author: Thomas Hisch
Commit: Magnar Sveen
Replace deprecated 'cl package by 'cl-lib
---
expand-region-core.el| 2 +-
features/step-definitions/expand-region-steps.el | 12 ++--
branch: scratch/expand-region
commit d91935345581a034c0424cf2885f6a25d329f888
Merge: 8493232800 b70feaa644
Author: Stefan Monnier
Commit: Stefan Monnier
Merge remote-tracking branch 'upstream/expand-region/main' into
externals/expand-region
---
COPYING
branch: scratch/expand-region
commit 95a773bd8f557cbd43d3b2dab2fa4417ec5927ab
Author: akater
Commit: Magnar Sveen
Cleaner build
---
ruby-mode-expansions.el| 24
the-org-mode-expansions.el | 1 +
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/r
branch: scratch/expand-region
commit 4168da1b9d1ea5fda64754e2226af15c11140889
Author: Aaron Gonzales
Commit: Magnar Sveen
feat: add `yaml-mode` expansions
---
expand-region.el| 1 +
yaml-mode-expansions.el | 156
2 files changed, 15
branch: scratch/expand-region
commit 09ebc2df5ce3aac05e82367b2e42e7d0f3ff1656
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "feat: add `yaml-mode` expansions"
This reverts commit 4168da1b9d1ea5fda64754e2226af15c11140889.
---
expand-region.el| 1 -
yaml-mode-expansions.
branch: scratch/expand-region
commit 519e92eabc470fe1792d8d4a37c98e76cf195840
Merge: 6ed37a7c58 09b44427b2
Author: Aaron Gonzales
Commit: GitHub
Merge pull request #265 from jcs-PR/badge
---
README.md | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/READ
branch: scratch/expand-region
commit b537db93a77efedf5052cb805609653b3d9839fb
Author: Stefan Kangas
Commit: Magnar Sveen
Add GNU ELPA badge
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e1ef6ffba3..876dbca5e2 100644
--- a/README.md
+++ b/READM
branch: scratch/expand-region
commit 51e0740e1f61f29bd64acd1afd83343a7168ba14
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "Revert "feat: add `yaml-mode` expansions""
This reverts commit 09ebc2df5ce3aac05e82367b2e42e7d0f3ff1656.
---
expand-region.el| 1 +
yaml-mode-ex
branch: scratch/expand-region
commit 530a593f5ee06280e26320967700a6292c5fef2e
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "Revert "feat: add `er/mark-yaml-outer-block` &
`er/mark-yaml-inner-block`""
This reverts commit 4419d5d52e24db530ec407f33cef361f485f46b9.
---
yaml-mode-e
branch: scratch/expand-region
commit 2690fd46026de87a416beab56bf9896422a0a189
Author: Aaron Gonzales
Commit: Magnar Sveen
fix: misplaced parenthesis
---
yaml-mode-expansions.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/yaml-mode-expansions.el b/yaml-mode-expans
branch: scratch/expand-region
commit 6ed37a7c58549da761f5d9b6864192ff5e535bec
Author: Aaron Gonzales
Commit: Magnar Sveen
feat: add `er/mark-yaml-outer-block` & `er/mark-yaml-inner-block`
This also makes some fixes to marking for list items
---
yaml-mode-expansions.el | 74
branch: scratch/expand-region
commit 1c291daf14d4a763a28d3b19f32a2443c1e6dd82
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "fix: misplaced parenthesis"
This reverts commit 2690fd46026de87a416beab56bf9896422a0a189.
---
yaml-mode-expansions.el | 4 ++--
1 file changed, 2 insertio
branch: scratch/expand-region
commit 0481966ae48474cacb4f803e76ed12db838b427b
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "Revert "fix: misplaced parenthesis""
This reverts commit 1c291daf14d4a763a28d3b19f32a2443c1e6dd82.
---
yaml-mode-expansions.el | 4 ++--
1 file changed, 2
branch: scratch/expand-region
commit 4419d5d52e24db530ec407f33cef361f485f46b9
Author: Magnar Sveen
Commit: Magnar Sveen
Revert "feat: add `er/mark-yaml-outer-block` & `er/mark-yaml-inner-block`"
This reverts commit 6ed37a7c58549da761f5d9b6864192ff5e535bec.
---
yaml-mode-expansions.
branch: scratch/expand-region
commit 8f1e82537dd633b09a764943d62c8da613a486b4
Author: Aaron Gonzales
Commit: Magnar Sveen
refact: replace `if` with `unless` or `when` for more idiomatic code
---
yaml-mode-expansions.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff
branch: scratch/ergoemacs-mode
commit d597b824df100783243765c91365764e34fb6189
Author: Stefan Monnier
Commit: Stefan Monnier
Remove some dead code and address various compiler warnings
The original goal was to remove the remaining use of `defadvice` (in
`ergoemacs-advice`) but t
monnier pushed a change to branch scratch/ergoemacs-mode.
at d597b824df Remove some dead code and address various compiler
warnings
This branch includes the following new commits:
new d597b824df Remove some dead code and address various compiler
warnings
monnier pushed a change to branch scratch/ergoemacs-mode.
at 53bd030bdf Remove some dead code and address various compiler
warnings
This branch includes the following new commits:
new 53bd030bdf Remove some dead code and address various compiler
warnings
monnier pushed a change to branch scratch/ergoemacs-mode.
was d597b824df Remove some dead code and address various compiler
warnings
This change permanently discards the following revisions:
discards d597b824df Remove some dead code and address various compiler
warnings
branch: scratch/ergoemacs-mode
commit 53bd030bdffced40cb43f12818a4598bef80c5f9
Author: Stefan Monnier
Commit: Stefan Monnier
Remove some dead code and address various compiler warnings
The original goal was to remove the remaining use of `defadvice` (in
`ergoemacs-advice`) but t
branch: externals/vlf
commit 6192573ee088079bf1f81abc2bf2a370a5a92397
Author: Stefan Monnier
Commit: Stefan Monnier
Require Emacs-24.4; avoid `defadvice`; fix compiler warnings
Try and make some docstrings fit 80 columns.
Use `advice-add` instead of `defadvice`.
Prefer #' to
branch: main
commit 1f7cf5ed71a67be73c9ca9e672b35e897017ea73
Author: Stefan Monnier
Commit: Stefan Monnier
elpa-packages: Update status of some packages
(dict-tree, heap, queue, tNFA, trie): Remove long-dead upstream.
(eldoc-eval, package-fixes): Remove, obsolete.
---
elpa-pack
branch: scratch/yasnippet
commit b09ab9841959abff8cccb5eddff4677b4dad9fa8
Author: Stefan Monnier
Commit: Stefan Monnier
* yasnippet-tests.el: Minor cosmetic changes
Use utf-8 rather than latin-1.
Prefer #' to quote function names.
(special-mode): Remove backward compatibilit
2601 - 2700 of 2968 matches
Mail list logo