[elpa] externals/mct 527c437 3/3: Extend minibuffer file map only when necessary

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit 527c437bf58983f311368717be5f1846b49af931 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Extend minibuffer file map only when necessary --- mct.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mct.el b/mct.el index 4c9e8d2..704f19

[elpa] externals/mct a670316 2/3: Apply candidate highlight only when necessary

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit a670316950f75c474a5ea2c4113b2f46d0d32c70 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Apply candidate highlight only when necessary This is a follow-up to commit a3e43e2. It pertains to issue 10:

[elpa] externals/mct a3e43e2 1/3: Fix mct interference with completion-in-region

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit a3e43e20dfa8c9f5e289542fb00a1c0becf510d0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix mct interference with completion-in-region Thanks to Benjamin for the feedback in issue 10: . --- mc

[elpa] externals/mct updated (f0d88e4 -> 527c437)

2021-11-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from f0d88e4 Update list of contributors new a3e43e2 Fix mct interference with completion-in-region new a670316 Apply candidate highlight only when necessary new 527c437 Extend minibuffer file map only when ne

[elpa] externals/org bb6f328: org-src: Implement native inline src fontification

2021-11-30 Thread ELPA Syncer
branch: externals/org commit bb6f32884767bec9b471ecf75d8b79c3b97dbf69 Author: TEC Commit: TEC org-src: Implement native inline src fontification * lisp/org-src.el (org-fontify-inline-src-blocks, org-fontify-inline-src-blocks-1): Create a function to search the buffer up to a

[elpa] externals/org updated (bb6f328 -> adadb5b)

2021-11-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from bb6f328 org-src: Implement native inline src fontification new 4a2cf81 org-element--cache-for-removal: Fix handling edits before first section new d8a1f34 org-element--current-element: Use explicit regexp to matc

[elpa] externals/org adadb5b 4/4: org-element--cachy-sync: Add exception for unregistered changes

2021-11-30 Thread ELPA Syncer
branch: externals/org commit adadb5b55405013b182251607349020accea9400 Author: Ihor Radchenko Commit: Ihor Radchenko org-element--cachy-sync: Add exception for unregistered changes * lisp/org-element.el (org-element--cache-sync): Another special case when Emacs <28 silently chang

[elpa] externals/org d8a1f34 2/4: org-element--current-element: Use explicit regexp to match headline

2021-11-30 Thread ELPA Syncer
branch: externals/org commit d8a1f34cf6ac55648181ca97e86231208112afc4 Author: Ihor Radchenko Commit: Ihor Radchenko org-element--current-element: Use explicit regexp to match headline * lisp/org-element.el (org-element--current-element): Do not call `org-at-heading-p' to determi

[elpa] externals/org 8868f0f 3/4: org-archive-subtree: Speed up archiving

2021-11-30 Thread ELPA Syncer
branch: externals/org commit 8868f0f38e2ccdda88e835e3730cb320be98 Author: Ihor Radchenko Commit: Ihor Radchenko org-archive-subtree: Speed up archiving * lisp/org-element.el (org-element--cache-avoid-synchronous-headline-re-parsing): New internal variable controlling late

[elpa] externals/org 4a2cf81 1/4: org-element--cache-for-removal: Fix handling edits before first section

2021-11-30 Thread ELPA Syncer
branch: externals/org commit 4a2cf81dfb7dc36a8da364a54662c62fbb4da15b Author: Ihor Radchenko Commit: Ihor Radchenko org-element--cache-for-removal: Fix handling edits before first section * lisp/org-element.el (org-element--cache-for-removal): Consider edits within blank before

[elpa] externals/comint-mime 1431605: Encoding workaround for images

2021-11-30 Thread ELPA Syncer
branch: externals/comint-mime commit 1431605940724318c403a6048049c6a32cc16b0e Author: Augusto Stoffel Commit: Augusto Stoffel Encoding workaround for images Following the code snipped in https://ipython.readthedocs.io/en/stable/config/shell_mimerenderer.html Fixes #8 --

[elpa] externals/compat 22a40f3: Add make-directory-autoloads compatibility function

2021-11-30 Thread ELPA Syncer
branch: externals/compat commit 22a40f3618b789cabb170bc4bfc5e1c6efd05583 Author: Philip Kaludercic Commit: Philip Kaludercic Add make-directory-autoloads compatibility function --- compat-28.1.el | 22 ++ 1 file changed, 22 insertions(+) diff --git a/compat-28.1.el b/co

[elpa] externals/consult fec9fd3: Rename function in analogy to the Emacs 28 API

2021-11-30 Thread ELPA Syncer
branch: externals/consult commit fec9fd36829849f54f287d156f3b1645c8e28018 Author: Daniel Mendler Commit: Daniel Mendler Rename function in analogy to the Emacs 28 API --- consult.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/consult.el b/consult.el in

[elpa] externals/mct 799041d 1/8: Introduce mct--active variable, use advice for minibuffer setup

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit 799041d8652712376d8e6d744c5b9caaeedff680 Author: Daniel Mendler Commit: Protesilaos Stavrou Introduce mct--active variable, use advice for minibuffer setup By using an advice we ensure that Mct is only setup in the scenarios where we are sure that we

[elpa] externals/mct updated (527c437 -> f30dddf)

2021-11-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/mct. from 527c437 Extend minibuffer file map only when necessary new 799041d Introduce mct--active variable, use advice for minibuffer setup new 1cee8df Rename mct--setup-completions to mct--setup-live-completions n

[elpa] externals/mct 1cee8df 2/8: Rename mct--setup-completions to mct--setup-live-completions

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit 1cee8df0cbf41167d57efe1309839a8e4a0554f4 Author: Daniel Mendler Commit: Protesilaos Stavrou Rename mct--setup-completions to mct--setup-live-completions Avoid similar names. --- mct.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[elpa] externals/mct 6b19465 3/8: Unify completion list setup into a single function

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit 6b194653e653545e768034fb8ca7739efbd992f9 Author: Daniel Mendler Commit: Protesilaos Stavrou Unify completion list setup into a single function We check once that Mct is active and then setup all the different modifications. --- mct.el | 37 +

[elpa] externals/mct d0ac8aa 4/8: Avoid setting variables globally, restrict state to the buffers

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit d0ac8aa9db6e0de00b8020ef0ff0ef352c61ebcb Author: Daniel Mendler Commit: Protesilaos Stavrou Avoid setting variables globally, restrict state to the buffers We restrict the tweaks to the buffers where Mct is active. In particular we avoid the introduc

[elpa] externals/mct a5c4ba3 7/8: Do not affect completions-format global state

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit a5c4ba36da4c146b4a2feece902fc8170961e94e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Do not affect completions-format global state Thanks to Daniel Mendler for the contributions that make this possible, including the following patches:

[elpa] externals/mct f30dddf 8/8: Make sure the completions-format stays local

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit f30dddf1eb61696c9efe215201059cd5652650dd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make sure the completions-format stays local --- mct.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mct.el b/mct.el index 72623bb..5c419f9

[elpa] externals/mct dea8ed0 6/8: Rename internal functions for consistency

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit dea8ed082d64b0c86d8f00ecb30e4dc8a79b0457 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rename internal functions for consistency --- mct.el | 37 + 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/mct.

[elpa] externals/mct c77fb3f 5/8: Move mct--clean-completions to mct--setup-completion-list

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit c77fb3f3a2e07f9033316f0f85faebd9f68431f6 Author: Daniel Mendler Commit: Protesilaos Stavrou Move mct--clean-completions to mct--setup-completion-list Avoid a global hook. mct--clean-completions can be called in the completion-list-mode-hook instead.

[elpa] externals/org 5d2e2cd 1/3: oc: Factor out string to cite export processor triplet conversion

2021-11-30 Thread ELPA Syncer
branch: externals/org commit 5d2e2cd1bc46ed065f4c3d1a3fb16a5d6c9fc9e8 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc: Factor out string to cite export processor triplet conversion * lisp/oc.el (org-cite-read-processor-declaration): New function. (org-cite-store-export-proces

[elpa] externals/org updated (adadb5b -> 6766c45)

2021-11-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from adadb5b org-element--cachy-sync: Add exception for unregistered changes new 5d2e2cd oc: Factor out string to cite export processor triplet conversion new 3744713 oc: Make `org-cite-get-processor' public ne

[elpa] externals/org 6766c45 3/3: org-lint: Add checkers for citations and related

2021-11-30 Thread ELPA Syncer
branch: externals/org commit 6766c45bfd09d6cd2dee1e1400a80b137f65 Author: Nicolas Goaziou Commit: Nicolas Goaziou org-lint: Add checkers for citations and related * lisp/org-lint.el (org-lint--checkers): Register new checkers. (org-lint-non-existent-bibliography): (org-l

[elpa] externals/org 3744713 2/3: oc: Make `org-cite-get-processor' public

2021-11-30 Thread ELPA Syncer
branch: externals/org commit 3744713b8a83eb815bcb97c8f376d60cf09ee528 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc: Make `org-cite-get-processor' public * lisp/oc.el (org-cite--get-processor): rename to... (org-cite-get-processor): ... this. (org-cite-unregister-proces

[elpa] externals/vertico updated (2b0415d -> b9170ca)

2021-11-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/vertico. from 2b0415d Delete consecutive duplicates (Fix #69) new e6bd2e0 Distribute the extensions together with the Vertico package (Fix #83) new b9170ca README: Fix some typos Summary of changes: README.org | 42 +

[elpa] externals/vertico b9170ca 2/2: README: Fix some typos

2021-11-30 Thread ELPA Syncer
branch: externals/vertico commit b9170ca66464e8e8678655cd06e18e3b6b76dbc2 Author: Daniel Mendler Commit: Daniel Mendler README: Fix some typos --- README.org | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 1210151..e1bf2ab 100644

[elpa] externals/vertico e6bd2e0 1/2: Distribute the extensions together with the Vertico package (Fix #83)

2021-11-30 Thread ELPA Syncer
branch: externals/vertico commit e6bd2e0dfa9c345e91e1ebd4ff7a9a548cac4cef Author: Daniel Mendler Commit: Daniel Mendler Distribute the extensions together with the Vertico package (Fix #83) This is the easiest approach in the long term. The extensions are still separate from th

[elpa] externals/csv-mode 7d37f3c: Mention `set-variable' in csv-separators doc string

2021-11-30 Thread Lars Ingebrigtsen
branch: externals/csv-mode commit 7d37f3ca6cb0108cce1396e922985c81856bbca5 Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen Mention `set-variable' in csv-separators doc string * csv-mode.el (csv-separators): Mention that you have to use `set-variable'. --- csv-mode.el | 7 ++

[elpa] externals/csv-mode f6bf2b4: Fix previous csv-separators doc string change

2021-11-30 Thread Lars Ingebrigtsen
branch: externals/csv-mode commit f6bf2b47a7a6945b2c755de94846839070c6fd85 Author: Lars Ingebrigtsen Commit: Lars Ingebrigtsen Fix previous csv-separators doc string change * csv-mode.el (csv-separators): Fix previous change. --- csv-mode.el | 2 +- 1 file changed, 1 insertion(+),

[elpa] externals/eev 81c4615: Rewrote (find-eev-exercises-intro).

2021-11-30 Thread ELPA Syncer
0-9" +(replace-regexp-in-string "video$" "" str))) diff --git a/eev-intro.el b/eev-intro.el index dc60b45..2f173c4 100644 --- a/eev-intro.el +++ b/eev-intro.el @@ -19,7 +19,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; V

[elpa] externals/mct 1762cb9: Stop binding minibuffer-force-complete

2021-11-30 Thread ELPA Syncer
branch: externals/mct commit 1762cb93205689087653e6157b6db4fd0e6a5daa Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Stop binding minibuffer-force-complete This is something that users should do in their personal configurations. For the purposes of mct, it is better to