[elpa] externals/posframe updated (5e654b0 -> 3454a4c)

2021-02-07 Thread Feng Shu
tumashu pushed a change to branch externals/posframe. from 5e654b0 Merge pull request #90 from tumashu/border new ff3670b * posframe.el (posframe-poshandler-argbuilder): New function. new 8097276 Merge pull request #91 from tumashu/argbuilder new aa57a24 * p

[elpa] externals/posframe aa57a24 3/4: * posframe.el (posframe-show): Add posframe-poshandler-argbuilder's info to docstring.

2021-02-07 Thread Feng Shu
branch: externals/posframe commit aa57a245680655c05720f5c9b3035dacfb9eb011 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-show): Add posframe-poshandler-argbuilder's info to docstring. --- posframe.el | 9 + 1 file changed, 9 insertions(+) diff --git a/posframe.el b/pos

[elpa] externals/posframe 3454a4c 4/4: v0.8.5

2021-02-07 Thread Feng Shu
branch: externals/posframe commit 3454a4cb9d218c38f9c5b88798dfb2f7f85ad936 Author: Feng Shu Commit: Feng Shu v0.8.5 --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index a72c67a..17904f0 100644 --- a/posframe.el +++ b/posframe.el

[elpa] externals/posframe 8097276 2/4: Merge pull request #91 from tumashu/argbuilder

2021-02-07 Thread Feng Shu
branch: externals/posframe commit 8097276022676f73fc14d5311cba94aa9b3ac444 Merge: 5e654b0 ff3670b Author: tumashu Commit: GitHub Merge pull request #91 from tumashu/argbuilder * posframe.el (posframe-poshandler-argument-builder): New function. --- posframe.el | 69 +

[elpa] externals/posframe ff3670b 1/4: * posframe.el (posframe-poshandler-argbuilder): New function.

2021-02-07 Thread Feng Shu
branch: externals/posframe commit ff3670baa30ef078da4628d822a6ac22d7ec88e5 Author: Feng Shu Commit: Feng Shu * posframe.el (posframe-poshandler-argbuilder): New function. --- posframe.el | 69 + 1 file changed, 69 insertions(+) di

[elpa] externals/org 49364f9: Avoid alist-get for compatibility with Emacs 24

2021-02-07 Thread ELPA Syncer
branch: externals/org commit 49364f904b793513112fb8f71dd6b7f6274171cf Author: Kyle Meyer Commit: Kyle Meyer Avoid alist-get for compatibility with Emacs 24 * lisp/ob-java.el (org-babel-execute:java): * lisp/org-id.el (org-id-store-link): Don't use alist-get, which isn't avai

[elpa] externals/org 5b0eb9a: manual, news: Document org-html-meta-tags

2021-02-07 Thread ELPA Syncer
branch: externals/org commit 5b0eb9aadaf675be53dcd5fdd0431b40b6479244 Author: TEC Commit: Kyle Meyer manual, news: Document org-html-meta-tags * docs/org-manual.org, etc/ORG-NEWS: Document and announce the new setting `org-html-meta-tags'. [km: spacing and spelling twea

[nongnu] elpa/sly ccdf38b 1/3: Make it easier to build SLY on NonGNU ELPA

2021-02-07 Thread ELPA Syncer
branch: elpa/sly commit ccdf38bc82c222d18d32358f62d759b08a6c0897 Author: Stefan Monnier Commit: João Távora Make it easier to build SLY on NonGNU ELPA I decided I didn't want to add `contrib` to `load-path` in sly's autoloads, and didn't want to try and add it manually in each o

[nongnu] elpa/sly updated (0f46f91 -> 3278819)

2021-02-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sly. from 0f46f91 Per #379: allow cd'ing into quirky directory names new ccdf38b Make it easier to build SLY on NonGNU ELPA new 573fef2 Fix #409: make it less dangerous to inadvertently restart a connection new 3278819

[nongnu] elpa/sly 573fef2 2/3: Fix #409: make it less dangerous to inadvertently restart a connection

2021-02-07 Thread ELPA Syncer
branch: elpa/sly commit 573fef2fe4bff961a764b5e27a3e8bf92e5fdf7e Author: João Távora Commit: João Távora Fix #409: make it less dangerous to inadvertently restart a connection * sly.el (sly-restart-connection-at-point): confirm with user. --- sly.el | 5 +++-- 1 file changed, 3 ins

[nongnu] elpa/sly 3278819 3/3: Delete sly-timer-call, remnant from pre-lexical binding times

2021-02-07 Thread ELPA Syncer
branch: elpa/sly commit 3278819ddf71d16444e6cea293dd41ca83ea9bae Author: João Távora Commit: João Távora Delete sly-timer-call, remnant from pre-lexical binding times It just complicates debugging, as seen in #410. * sly.el (sly-timer-call): Delete. (sly-attempt-connect