branch: elpa/markdown-mode
commit c1e98229989426ef4248bb0aaf69122ce02bb67b
Author: Shohei YOSHIDA
Commit: Shohei YOSHIDA
Fix table conversion issue
---
CHANGES.md | 2 ++
markdown-mode.el | 12 ++--
tests/markdown-test.el | 15 +++
3 files changed, 27
branch: elpa/markdown-mode
commit 562cd35a2eb7b638272940bd8b8fac754a32a34c
Merge: f8c14af c1e9822
Author: Shohei YOSHIDA
Commit: GitHub
Merge pull request #644 from jrblevin/issue-640
Fix table conversion issue
---
CHANGES.md | 2 ++
markdown-mode.el | 12 +++
branch: elpa/markdown-mode
commit 9170b37536d1e84e427a818329da7ec5d7d554c3
Author: Shohei YOSHIDA
Commit: Shohei YOSHIDA
Fix wrong menu command setting issue
---
CHANGES.md | 2 ++
markdown-mode.el | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/C
branch: elpa/markdown-mode
commit f8c14afe85a4cb958cb84b7598a814ece96656f1
Merge: ab0b5e9 9170b37
Author: Shohei YOSHIDA
Commit: GitHub
Merge pull request #643 from jrblevin/issue-639
Fix wrong menu command setting issue
---
CHANGES.md | 2 ++
markdown-mode.el | 4 ++--
2 fil
branch: elpa/markdown-mode
commit ab0b5e92a264cfc1fbbb69cd94ef9da83db31d0a
Merge: 536061e 12e67d3
Author: Shohei YOSHIDA
Commit: GitHub
Merge pull request #642 from jrblevin/issue-641
Fix executing markdown-table-sort-lines via menu bar issue
---
CHANGES.md | 2 ++
markdown-m
branch: elpa/markdown-mode
commit 12e67d3d8a8e9eaa73bd5edf38496b5db4fd35bb
Author: Shohei YOSHIDA
Commit: Shohei YOSHIDA
Fix executing markdown-table-sort-lines via menu bar issue
This issue is fixed in latest emacs.
---
CHANGES.md | 2 ++
markdown-mode.el | 8 ++--
2 fil
bles\")
+(eq
+ (cadr (symbol-function 'getb))
+ (cadr (symbol-function 'setb))
+ )
- (makunbound 'x)
- (defun getx () x)
- (getx)
-(let ((x 1)) (getx))
- (defun letxgetx () (let (
2 -03 2021
diff --git a/eev-intro.el b/eev-intro.el
index a052010..74e2e54 100644
--- a/eev-intro.el
+++ b/eev-intro.el
@@ -19,7 +19,7 @@
;;
;; Author: Eduardo Ochs
;; Maintainer: Eduardo Ochs
-;; Version:20210529
+;; Version:20210813
;; Keywords: e-scripts
;;
;; Latest
branch: elpa/proof-general
commit e2ee96b209e740afd9349bfaab8410d98e1eaccd
Author: Stefan Monnier
Commit: Stefan Monnier
* Makefile (BYTECOMP): Add the root dir to match to ELPA setup
Also don't remove the `cl-functions` warning any more.
---
Makefile | 2 +-
1 file changed, 1 inse
branch: elpa/proof-general
commit 3d361fa6915df412c3ecf707f219316ccb894e62
Author: Stefan Monnier
Commit: Stefan Monnier
* doc/PG-adapting.texi: Refresh with `make -C doc magic`
* lib/texi-docstring-magic.el: Use lexical-binding.
Fix regexps to avoid ineffective backslashes.
elpasync pushed a change to branch elpa/magit-section.
from b6b6251 magit-refresh-get-relative-position: Don't use count-lines
adds e401bd4 magit-mode-map: Reserve "N" for forge-dispatch
No new revisions were added by this update.
Summary of changes:
lisp/magit-mode.el | 3 +++
elpasync pushed a change to branch elpa/magit.
from b6b6251 magit-refresh-get-relative-position: Don't use count-lines
adds e401bd4 magit-mode-map: Reserve "N" for forge-dispatch
No new revisions were added by this update.
Summary of changes:
lisp/magit-mode.el | 3 +++
1 file
branch: elpa/git-commit
commit e401bd4d39c1799d8689f116f066bb8a7c7e8899
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-mode-map: Reserve "N" for forge-dispatch
And mention bindings of "n" and "p".
---
lisp/magit-mode.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/
branch: elpa/proof-general
commit ad2f811883106995005d2d396b48451c46f27861
Author: Stefan Monnier
Commit: Stefan Monnier
* lib/*.el: Use lexical-binding plus other minor changes
E.g. prefer #' to quote function names.
* lib/unicode-tokens.el: Use lexical-binding.
(unico
branch: elpa/proof-general
commit 063d066cb77dc2ec628c42f2d8e35fc24be341e4
Author: Stefan Monnier
Commit: Stefan Monnier
* ci/compile-tests/*/runtest.el: Use lexical-binding and find `cct-lib`
This removes the presumption that `ci/compile-tests` has somehow been added
to `load-p
branch: elpa/proof-general
commit d64f5a10bc4747f04b4ae908f88c21ae7f452495
Author: Stefan Monnier
Commit: Stefan Monnier
* generic/*.el: Use lexical-binding in proof-(tree|splash|pg-pamacs)
Plus various minor changes found along the way.
* generic/proof-tree.el: Use lexical
branch: elpa/proof-general
commit 91ce5cdec5ae4f4a00ea7411aea67d347895bef4
Author: Stefan Monnier
Commit: Stefan Monnier
* coq/*.el: Use lexical-binding plus various minor changes
Fit docstrings within 80 columns. Prefer #' to quote function names.
* coq/coq.el: Use lexica
elpasync pushed a change to branch elpa/proof-general.
from bc86736 Fixing #578: Canonical is a keyword bin itself.
new 063d066 * ci/compile-tests/*/runtest.el: Use lexical-binding and
find `cct-lib`
new ad2f811 * lib/*.el: Use lexical-binding plus other minor changes
elpasync pushed a change to branch elpa/magit-section.
from b8e64dc Remove stray whitespace
adds b6b6251 magit-refresh-get-relative-position: Don't use count-lines
No new revisions were added by this update.
Summary of changes:
Documentation/RelNotes/3.3.0.org | 3 +++
lisp/ma
elpasync pushed a change to branch elpa/magit.
from b8e64dc Remove stray whitespace
adds b6b6251 magit-refresh-get-relative-position: Don't use count-lines
No new revisions were added by this update.
Summary of changes:
Documentation/RelNotes/3.3.0.org | 3 +++
lisp/magit-mode
branch: elpa/git-commit
commit b6b625134729ec52413cd126b4a76645f3279c28
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-refresh-get-relative-position: Don't use count-lines
This function does not reliably return the number of lines between
two positions. It returns either
branch: elpa-admin
commit 384e8059a11625ecbfad22bb295ba23bd15a2e41
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-admin.el (elpaa--sandbox): Default to nil on w32 and macos
This basically reverts commit 069c128aea984b2f98567a5dcef82bee71f46e69,
because it provides a differ
branch: externals/emms
commit 89e2caf942299b64360280c2606cf2553dccb58a
Author: Yoni Rabkin
Commit: Yoni Rabkin
* emms.el: add player preference
---
emms.el | 38 +-
1 file changed, 37 insertions(+), 1 deletion(-)
diff --git a/emms.el b/emms.el
index 3711
branch: externals/auctex
commit 51c960c49e26fcd3f17ce7b7eba11399e7f847c1
Author: Tassilo Horn
Commit: Tassilo Horn
Release GNU AUCTeX 13.0.13
* GNU AUCTeX Version 13.0.13 released.
---
auctex.el | 2 +-
auctex.info| 204 ++-
branch: elpa/editorconfig
commit 375418d1d63f6ec780876593181b6d39054919da
Author: 10sr <8.slas...@gmail.com>
Commit: GitHub
Prepare v0.8.2 (#262)
* Update CHANGELOG
* 2021
* Prepare v0.8.2
---
CHANGELOG.md| 47 +++
branch: elpa/editorconfig
commit 3f56ff9e0e4a7c8d45e25a7a4bf239b261c39d28
Author: 10sr <8.slas...@gmail.com>
Commit: 10sr <8.slas...@gmail.com>
Update texi doc
---
doc/editorconfig.texi | 284 ++
1 file changed, 150 insertions(+), 134 deletions(
elpasync pushed a change to branch elpa/magit-section.
from 0348f1f magit-version: If installed from Melpa then also show
base version
adds 4ee9c9a Add several commands for switching to existing Magit
buffers
adds b1b5b85 magit-mode-map: Rearrange bindings
adds
elpasync pushed a change to branch elpa/magit.
from 0348f1f magit-version: If installed from Melpa then also show
base version
adds 4ee9c9a Add several commands for switching to existing Magit
buffers
adds b1b5b85 magit-mode-map: Rearrange bindings
adds a7ae411
branch: elpa/git-commit
commit b1b5b8553479126a2348d514ee050695e4075a76
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-mode-map: Rearrange bindings
---
lisp/magit-mode.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/lisp/magit-mode.el b/lisp/magi
branch: elpa/git-commit
commit dbf3897466bb7462c9e871755e4bd0564c580a1d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-dispatch: Refill columns
---
lisp/magit.el | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/lisp/magit.el b/lisp/magit.el
i
branch: elpa/git-commit
commit b54b537dbace2c9cf3e1ceb084e9baeb00a8570a
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-mode-map: Bind magit-init to "I" like in magit-dispatch
---
lisp/magit-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-mode.el
branch: elpa/git-commit
commit 9d7a34ee8e23aba93eb96b9cbe7f36e025369157
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Use RET and TAB syntax in key definitions
---
lisp/magit-mode.el| 4 ++--
lisp/magit-section.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/
branch: elpa/git-commit
commit b8e64dcb98677adeb00e6f9e52a5ae59732daafb
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Remove stray whitespace
---
lisp/magit.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index 1bf695c..df068c4 100644
--- a/lisp/magit
branch: elpa/git-commit
commit ae9a3ebeb8051b235b8f2099bf5a0dde50b6a464
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-dispatch: Bind magit-gitignore to "i" like in magit-mode-map
---
lisp/magit.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/magit.el b/lisp/magit.el
inde
branch: elpa/git-commit
commit 4ee9c9a1981cbc99b93623858edccfe9aee8f7d6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Add several commands for switching to existing Magit buffers
Closes #4259.
---
Documentation/RelNotes/3.3.0.org | 8 ++
Documentation/magit.org | 44
branch: elpa/git-commit
commit 9bec1c54ab0705eb68ae4aa6c8a0498999a018f6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-{mode-map,dispatch}: Add bindings for "H", "Q" and "Z"
---
Documentation/RelNotes/3.3.0.org | 3 +++
lisp/magit-mode.el | 6 --
lisp/magit.el
branch: elpa/git-commit
commit 5bba6262933a0bfc54dec0d36a3d4e93e26204df
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-help: New command
---
lisp/magit-mode.el | 5 +
lisp/magit.el | 1 +
2 files changed, 6 insertions(+)
diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
branch: elpa/git-commit
commit a7ae411bbc325ba1cb15f28f9567a1e30e8cd520
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-mode-map: Reindent bindings
---
lisp/magit-mode.el | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/lisp/magit-mode.el b/lisp/mag
branch: elpa/git-commit
commit 413a98f7ec50eb418f560d21766f528cc89653d1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Use kbd function more when defining key bindings
Use `kbd' instead of quoting. This makes searching easier because
we only have to look for one form. Continu
elpasync pushed a change to branch elpa/git-commit.
from 0348f1f magit-version: If installed from Melpa then also show
base version
new 4ee9c9a Add several commands for switching to existing Magit
buffers
new b1b5b85 magit-mode-map: Rearrange bindings
new a7a
40 matches
Mail list logo