[elpa] externals/ivy-posframe 4eee339: * ivy-posframe.el (ivy-posframe-parent-frame-poshandler): update docstring.

2021-04-08 Thread ELPA Syncer
branch: externals/ivy-posframe commit 4eee3396744104411b57b820093ee6c9237d6e02 Author: Feng Shu Commit: Feng Shu * ivy-posframe.el (ivy-posframe-parent-frame-poshandler): update docstring. --- ivy-posframe.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ivy-pos

[elpa] externals/posframe b21db81 2/3: * posframe.el (posframe-show): Add :parent-frame-position note.

2021-04-08 Thread ELPA Syncer
branch: externals/posframe commit b21db81d091e861aea06123237cfef896918cb3f Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-show): Add :parent-frame-position note. --- posframe.el | 4 1 file changed, 4 insertions(+) diff --git a/posframe.el b/posframe.el index 5cea285..2cd85

[elpa] externals/posframe f7ce740 1/3: * posframe.el (posframe-parent-frame-poshandler-xwininfo): tiny refact.

2021-04-08 Thread ELPA Syncer
branch: externals/posframe commit f7ce74052a53c1434c9f3c1d72815e3ba7c0da67 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-parent-frame-poshandler-xwininfo): tiny refact. --- posframe.el | 37 - 1 file changed, 20 insertions(+), 17 deletions(-)

[elpa] externals/posframe 98e420a 3/3: * posframe.el (posframe-show): Update docstring.

2021-04-08 Thread ELPA Syncer
branch: externals/posframe commit 98e420ad42c90099871d289b767edf86834fbf9e Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-show): Update docstring. --- posframe.el | 46 -- 1 file changed, 40 insertions(+), 6 deletions(-) diff --git a/p

[elpa] externals/posframe updated (9a6bb60 -> 98e420a)

2021-04-08 Thread ELPA Syncer
elpasync pushed a change to branch externals/posframe. from 9a6bb60 Add parent-frame-poshandler argument to posframe-show. new f7ce740 * posframe.el (posframe-parent-frame-poshandler-xwininfo): tiny refact. new b21db81 * posframe.el (posframe-show): Add :parent-frame-

[elpa] externals/vertico ee77886 01/11: Expand README

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit ee7788693d054be0e3ff05f8216098b0600b5577 Author: Daniel Mendler Commit: Daniel Mendler Expand README --- README.org | 52 vertico.el | 14 +++--- 2 files changed, 43 insertions(+), 23 deletions(-)

[elpa] externals/vertico updated (1a9b1b2 -> 82ed224)

2021-04-08 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from 1a9b1b2 Update readme new ee77886 Expand README new c734b0f Minor simplification and docstring updates new a68f4cf vertico--format-candidates: Only add space for point if eobp new d65eeac

[elpa] externals/vertico 1522d9a 07/11: Extract vertico--file-predicate

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 1522d9a34fa92f3b6dd74465b38094c82961f412 Author: Daniel Mendler Commit: Daniel Mendler Extract vertico--file-predicate --- vertico.el | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/vertico.el b/vertico.el index 0a2387

[elpa] externals/vertico bf76000 06/11: Rename vertico--pred to vertico--sort-predicate

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit bf7600075729a1b692fe122fac0a1d26e8c1fda9 Author: Daniel Mendler Commit: Daniel Mendler Rename vertico--pred to vertico--sort-predicate --- vertico.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vertico.el b/vertico.el index af778f

[elpa] externals/vertico 82ed224 11/11: Package: Remove license header in order to fix the ELPA linter

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 82ed224a6b370226716ce440056d3ba3984b376d Author: Daniel Mendler Commit: Daniel Mendler Package: Remove license header in order to fix the ELPA linter cc @protesilaos --- vertico.el | 1 - 1 file changed, 1 deletion(-) diff --git a/vertico.el b/vert

[elpa] externals/vertico a68f4cf 03/11: vertico--format-candidates: Only add space for point if eobp

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit a68f4cf6a307b9282394869428272eeaa6e65fe6 Author: Daniel Mendler Commit: Daniel Mendler vertico--format-candidates: Only add space for point if eobp This avoids a small display glitch if the prompt is selected and the point is not at the end. ---

[elpa] externals/vertico d9bb816 09/11: README: Mention a few more useful configurations

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit d9bb8168ff56f5ba70acbb94ed26b73a31cfa67a Author: Daniel Mendler Commit: Daniel Mendler README: Mention a few more useful configurations --- README.org | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.org b/RE

[elpa] externals/vertico 953ff1e 10/11: README: Document keymap

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 953ff1ed6f592ac635fc317bead4c428f78f8ca6 Author: Daniel Mendler Commit: Daniel Mendler README: Document keymap --- README.org | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index fbab1a

[elpa] externals/vertico c734b0f 02/11: Minor simplification and docstring updates

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit c734b0f72c999a6a6397333004bfa808caf8ded6 Author: Daniel Mendler Commit: Daniel Mendler Minor simplification and docstring updates --- vertico.el | 39 ++- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/ver

[elpa] externals/vertico d65eeac 04/11: vertico--recompute-candidates: Move exact input and default to front

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit d65eeac347b9c7c4b1872fac5638f53675919abd Author: Daniel Mendler Commit: Daniel Mendler vertico--recompute-candidates: Move exact input and default to front --- vertico.el | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) dif

[elpa] externals/vertico edf6a06 08/11: Do not always overwrite resize-mini-windows (See #5)

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit edf6a06d60a7a532e723c51127e239434535d2ee Author: Daniel Mendler Commit: Daniel Mendler Do not always overwrite resize-mini-windows (See #5) We must ensure that the variable is non-nil such that resizing happens. The user may prefer to set the va

[elpa] externals/excorporate 833045c: Fix excorporate-customize-time-zone on Emacs 24.1

2021-04-08 Thread Thomas Fitzsimmons
branch: externals/excorporate commit 833045cf6a00a3cda0d7bc8c88a677ddbf82c4da Author: Thomas Fitzsimmons Commit: Thomas Fitzsimmons Fix excorporate-customize-time-zone on Emacs 24.1 * excorporate.el (Package-Requires): Add cl-lib 0.6.1. * excorporate-time-zones.el: Require cl-li

[elpa] externals/vertico b94e577 3/6: Truncate multi line candidates to a single line

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit b94e577d7026fa10c70d5a216d86a9214d13 Author: Daniel Mendler Commit: Daniel Mendler Truncate multi line candidates to a single line --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index 6aba323..a

[elpa] externals/vertico c9a28d1 4/6: Minor simplifications

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit c9a28d1583e1ad39e7f17c7532a8fa45c08f7e8e Author: Daniel Mendler Commit: Daniel Mendler Minor simplifications --- vertico.el | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/vertico.el b/vertico.el index afa3

[elpa] externals/vertico 24fab0b 5/6: Avoid window resizing - ensure that we never show more than 10 lines

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 24fab0b2603a83d04212445a2bd2a86399c53f1e Author: Daniel Mendler Commit: Daniel Mendler Avoid window resizing - ensure that we never show more than 10 lines Fix #6 --- vertico.el | 34 -- 1 file changed, 20 insertions(

[elpa] externals/vertico updated (82ed224 -> 1fc43bb)

2021-04-08 Thread Protesilaos Stavrou
protesilaos pushed a change to branch externals/vertico. from 82ed224 Package: Remove license header in order to fix the ELPA linter new 18fae58 Fix #4 - Select prompt if `test-completion` succeeds for the input new 5e5192f Improve prompt selection new b94e57

[elpa] externals/vertico 5e5192f 2/6: Improve prompt selection

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 5e5192fbcbee314e056f2db356aedd9f6187db0c Author: Daniel Mendler Commit: Daniel Mendler Improve prompt selection Do not select the prompt if the first candidate equals the input after the completion boundary. This avoids jumping between candidate

[elpa] externals/vertico 18fae58 1/6: Fix #4 - Select prompt if `test-completion` succeeds for the input

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 18fae58335a3aec5598440fc49f7b15c4613de32 Author: Daniel Mendler Commit: Daniel Mendler Fix #4 - Select prompt if `test-completion` succeeds for the input Thanks go to @protesilaos for the report and to @oantolin for convincing me that the exitin

[elpa] externals/vertico 1fc43bb 6/6: Version 0.2

2021-04-08 Thread Protesilaos Stavrou
branch: externals/vertico commit 1fc43bbf7ced8431c290a61d4b5b262324955e59 Author: Daniel Mendler Commit: Daniel Mendler Version 0.2 --- vertico.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertico.el b/vertico.el index 339637a..fe2b47b 100644 --- a/vertico.el +++ b

[elpa] externals/ivy-posframe 5c8f71f: parent-frame-poshandler => refposhandler

2021-04-08 Thread ELPA Syncer
branch: externals/ivy-posframe commit 5c8f71fb2aa78c0648769809ac45e4e7c5126e98 Author: Feng Shu Commit: Feng Shu parent-frame-poshandler => refposhandler --- ivy-posframe.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ivy-posframe.el b/ivy-posframe.el index

[elpa] externals/posframe 054c9f3 1/2: * posframe.el (posframe-show, posframe-refposhandler-xwininfo): parent-frame-poshandler -> refposhandler

2021-04-08 Thread ELPA Syncer
branch: externals/posframe commit 054c9f345ab3623c24de7ab16043cdae4218f9e4 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-show, posframe-refposhandler-xwininfo): parent-frame-poshandler -> refposhandler --- posframe.el | 63 +--

[elpa] externals/posframe updated (98e420a -> 428d471)

2021-04-08 Thread ELPA Syncer
elpasync pushed a change to branch externals/posframe. from 98e420a * posframe.el (posframe-show): Update docstring. new 054c9f3 * posframe.el (posframe-show, posframe-refposhandler-xwininfo): parent-frame-poshandler -> refposhandler new 428d471 * posframe.el (posfram

[elpa] externals/posframe 428d471 2/2: * posframe.el (posframe-run-poshandler): Fix position calcuation

2021-04-08 Thread ELPA Syncer
branch: externals/posframe commit 428d471bbc224db38a554006d30c38bdd3407ce4 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-run-poshandler): Fix position calcuation --- posframe.el | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/posfra

[elpa] externals/ivy-posframe 755562e: * ivy-posframe.el (ivy-posframe-refposhandler-default): New function.

2021-04-08 Thread ELPA Syncer
branch: externals/ivy-posframe commit 755562e0a94091801bdfe86df1e2197bdb0b815d Author: Feng Shu Commit: Feng Shu * ivy-posframe.el (ivy-posframe-refposhandler-default): New function. --- ivy-posframe.el | 27 +-- 1 file changed, 17 insertions(+), 10 deletions(-) dif

[elpa] externals/ivy-posframe a8a304b: * ivy-posframe.el (ivy-posframe-refposhandler-default): use exwm info to get ref position.

2021-04-08 Thread ELPA Syncer
branch: externals/ivy-posframe commit a8a304b74d52ecfd6a2a0b0e21e018b749b47e4c Author: Feng Shu Commit: Feng Shu * ivy-posframe.el (ivy-posframe-refposhandler-default): use exwm info to get ref position. --- ivy-posframe.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions