elpasync pushed a change to branch externals/consult.
from 49b6442 consult-completing-read-multiple: Temporarily remove
UI-specific bindings
new a855696 consult-async: Disable TAB completion for all UIs
(General fix for #164)
new 888911f Remove consult--crm-setup-hoo
branch: externals/consult
commit 888911f2d719e8a0aa7286e8437c753091b2a600
Author: Daniel Mendler
Commit: Daniel Mendler
Remove consult--crm-setup-hook for now
---
consult-selectrum.el | 13 -
consult.el | 15 +--
2 files changed, 13 insertions(+), 15 deleti
branch: externals/consult
commit a8556966c42ba3d6b7d5e7a90089e9e4764b0eb0
Author: Daniel Mendler
Commit: Daniel Mendler
consult-async: Disable TAB completion for all UIs (General fix for #164)
TAB completion inserts the current candidate, this is undesired
with async completion,
elpasync pushed a change to branch externals/consult.
from 888911f Remove consult--crm-setup-hook for now
new db84521 Do not use hashed symbols for remappings
new 2f77568 More readable keybinding
Summary of changes:
consult-selectrum.el | 2 +-
consult-vertico.el
branch: externals/consult
commit db8452187c5eca08e9ee8b98c3f8b529d663820c
Author: Daniel Mendler
Commit: Daniel Mendler
Do not use hashed symbols for remappings
---
consult-selectrum.el | 2 +-
consult-vertico.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/consu
branch: externals/consult
commit 2f77568293cc3cb48dd599f5fdb19bd26949cf78
Author: Daniel Mendler
Commit: Daniel Mendler
More readable keybinding
---
consult.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 473f6c2..1ef02de 100644
--- a/con
branch: externals/consult
commit 4a810cc72687791d9159f47d09cb11a1d88963fd
Author: Daniel Mendler
Commit: Daniel Mendler
Move reset code
---
consult.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 1ef02de..dfd1880 100644
--- a/consult.el
+
branch: externals/dash
commit 350b4c3867316ca955e12b2ee8408fa5cae5004f
Merge: 774aa96 11a6296
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Merge PR #308 from basil-conto/blc/variadic
Closes: #72, #306.
---
NEWS.md | 4 ++
README.md | 113 +
branch: externals/dash
commit 11a629639111cb919ca6d2942270fb1999d540de
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Prefer n-ary over unary/binary combinators
This is a rewrite and extension of PR #72 to address issue #306.
For discussion, especially wrt perfo
branch: externals/consult
commit 66e0d4e69acec809f8cad9e46494d3605d6ebafd
Author: Daniel Mendler
Commit: Daniel Mendler
Use comment as docstring
---
consult.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/consult.el b/consult.el
index dfd1880..52866a5 100644
--- a/c
branch: externals/consult
commit 5aa87e6ed9dd91c38ab61dfc3061c75eccb700f4
Author: Daniel Mendler
Commit: Daniel Mendler
consult-completing-read-multiple: Minor corrections
---
consult.el | 57 +
1 file changed, 29 insertions(+), 28 del
branch: externals/consult
commit 2a3dc60de52c47cf7f7b5cb1256ba2881cdd094f
Author: Daniel Mendler
Commit: Daniel Mendler
Minor README update
---
README.org | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index a5bc4db..b8837b2 100644
--- a/
branch: externals/consult
commit f3fd9fa7267db9cc215d5ccf625dc1c220f8bb98
Author: Daniel Mendler
Commit: Daniel Mendler
consult-buffer: Do not preview hidden buffers by default
---
consult.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 8
branch: externals/dash
commit 2675596b9ac1c4b9d47b93e227f06f8ec6755ec6
Author: Basil L. Contovounesios
Commit: Basil L. Contovounesios
Release Dash 2.19.0
* dash.el: Bump to version 2.19.0.
* README.md:
* dash.texi: Regenerate docs.
Closes #382.
---
README.md | 2 +
branch: externals/consult
commit f2d5d113c8063b8d5c6de3fdfceeb51475f98133
Author: Daniel Mendler
Commit: Daniel Mendler
consult-buffer: Only consider visible buffers, when removing files from
recentf source
---
consult.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
branch: externals/consult
commit 6d442c8e20e6a77267172801c7ac0281bd87a3a8
Author: Daniel Mendler
Commit: Daniel Mendler
consult-mode-command: Show major-mode
---
consult.el | 40 +++-
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/consult
elpasync pushed a change to branch externals/consult.
from f3fd9fa consult-buffer: Do not preview hidden buffers by default
new f2d5d11 consult-buffer: Only consider visible buffers, when
removing files from recentf source
new 6d442c8 consult-mode-command: Show major-
branch: elpa/tuareg
commit 1bd1b43c229d79136117180eedaea7ff81fa7512
Author: Mattias Engdegård
Commit: Mattias Engdegård
Rewrite doc comment fontifier as one big regexp
---
tuareg.el | 227 --
1 file changed, 116 insertions(+), 111
elpasync pushed a change to branch elpa/tuareg.
from 2e8482e Merge pull request #244 from rjbou/opammconf
new 1a2aa93 Better phrase discovery
new 382c09c Better face for extension nodes on dark background
new bb420bf Fontify ocamldoc comments
new 1bd1
branch: elpa/tuareg
commit bb420bf17607334e495c90fb90ae0d618fea7405
Author: Mattias Engdegård
Commit: Mattias Engdegård
Fontify ocamldoc comments
This makes markup constructs stand out in order to improve legibility
and reduce the risk of mistakes.
---
tuareg.el | 149 +
branch: elpa/tuareg
commit 382c09c00b662da16287c4614e68186236fcf188
Author: Mattias Engdegård
Commit: Mattias Engdegård
Better face for extension nodes on dark background
`tuareg-font-lock-extension-node-face` was nigh-unreadable when using
a dark background mode: lightsteelblue
branch: elpa/tuareg
commit 1a2aa93f3bb8b79a290d6a18e821cb10cd1bdf21
Author: Mattias Engdegård
Commit: Mattias Engdegård
Better phrase discovery
This rectifies imperfect phrase discovery and movement by defun for
several constructs. Fixes issue #256.
---
tuareg-tests.el | 92 +++
branch: elpa/tuareg
commit ad456ebe4463d61c8a1a2c920d236ec6652ca60f
Author: Mattias Engdegård
Commit: Mattias Engdegård
Generate the doc comment lexer from a macro
This works roughly like syntax-propertize-rules but simpler
(and uses regexps in rx form).
---
tuareg.el | 252 +++
branch: elpa/tuareg
commit b59c422759506402f990b089dbaa91c0578e2c2e
Merge: 1a2aa93 ad456eb
Author: Stefan Monnier
Commit: Stefan Monnier
Merge commit 'refs/pull/254/head' of github.com:/ocaml/tuareg into
elpa/tuareg
---
tuareg.el | 179 ++
branch: externals/org
commit 622f9fa76c8ee0766b15945c013b0950d703b955
Author: Allen Li
Commit: Nicolas Goaziou
org: Use crm for completing tags
* lisp/org-capture.el (org-capture-fill-template): Changed to use
completing-read-multiple.
* lisp/org.el (org-set-tags-command): C
branch: externals/org
commit a922b1764d1a1d49db132e4bd70c702b10dbc524
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
faces: Add `org-cite' and `org-cite-key' faces
* lisp/org-faces.el (org-cite):
(org-cite-key): New faces.
---
lisp/org-faces.el | 8
1 file changed, 8
branch: externals/org
commit d6cb37f4be3edd5e4d4c5a2eca6097404c0bfce5
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
oc-natbib: Implement `natbib' citation processor
* lisp/oc-natbib.el: New file.
---
lisp/oc-natbib.el | 189 ++
branch: externals/org
commit 2c2b7203947a7ab18e3d74bf9238b06c89bf9aaa
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
ox: Plug citations into export process
* lisp/ox.el (org-export-as): Add citation pre-processing.
---
lisp/ox.el | 26 +-
1 file changed, 21
branch: externals/org
commit 524d8fe4c1c758e868f236cb1da115a77683380a
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Plug citations into fontification process
---
lisp/org.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 9548155..15
branch: externals/org
commit ef79a8d8e6401c04f84d0ab707daf8036d28900d
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
org-keys: Plug citation insertion
* lisp/org-keys.el: Add a key-binding for `org-cite-insert'.
---
lisp/org-keys.el | 3 +++
1 file changed, 3 insertions(+)
diff -
elpasync pushed a change to branch externals/org.
from fdb98a4 Merge branch 'maint'
new 622f9fa org: Use crm for completing tags
new fed07be element: Add citation support
new 4c646a6 ox: Introduce "raw" pseudo objects
new a922b17 faces: Add `org-cit
branch: externals/org
commit 4c646a6bdeba1a5a55fdb78991c009e46853618b
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
ox: Introduce "raw" pseudo objects
* lisp/ox.el (org-export-raw-string): New function
(org-export-data):
(org-export-with-backend): React to raw objects.
branch: externals/org
commit a20a3ad5f11f85af73c15ac153dd2e945a79df93
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Plug citations into `org-open-at-point'
* lisp/org.el (org-open-at-point): Follow citations and citation
references.
---
lisp/org.el | 10 ++
1 file cha
33 matches
Mail list logo