[elpa] externals/org updated (01877f4 -> 490eba3)

2021-08-11 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 01877f4 org-compat: Fix org-directory-empty-p new 31c07bd oc: rx compatibility with Emacs < 27.1 new 26d1711 oc: Add missing `require' new 100641b oc-biblatex: Refactor code to simplify byte-compilation

[elpa] externals/org 490eba3 5/5: Remove spurious `provide'

2021-08-11 Thread ELPA Syncer
branch: externals/org commit 490eba3a423b4031cfc66915fe1e77f6b8391faf Author: Nicolas Goaziou Commit: Nicolas Goaziou Remove spurious `provide' Provide only features matching file names. --- lisp/oc-basic.el| 1 - lisp/oc-biblatex.el | 1 - lisp/oc-csl.el | 3 +-- lisp/oc-

[elpa] externals/org 7336237 4/5: oc-basic: Pacify byte-compilator

2021-08-11 Thread ELPA Syncer
branch: externals/org commit 733623761d6cdb078f05060816075596487e4277 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-basic: Pacify byte-compilator * lisp/oc-basic.el (org-cite-basic--parse-bibliography): Use `org-buffer-hash' instead of `buffer-hash' since Org supports Emacs

[elpa] externals/org 31c07bd 1/5: oc: rx compatibility with Emacs < 27.1

2021-08-11 Thread ELPA Syncer
branch: externals/org commit 31c07bd3bd900984de2bc0486673a1f0d5b402ab Author: Max Nikulin Commit: Nicolas Goaziou oc: rx compatibility with Emacs < 27.1 * lisp/oc.el (org-cite-adjust-note): * lisp/oc-basic.el (org-cite-basic-goto): * lisp/oc-biblatex.el (org-cite-biblatex-pr

[elpa] externals/org 100641b 3/5: oc-biblatex: Refactor code to simplify byte-compilation

2021-08-11 Thread ELPA Syncer
branch: externals/org commit 100641bc5a7df388f0880092856720b7d9ac5ff1 Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Refactor code to simplify byte-compilation * lisp/oc-biblatex.el (org-cite-biblatex-export-citation): Refactor code. Reported-by: Maxim Nik

[elpa] externals/org 26d1711 2/5: oc: Add missing `require'

2021-08-11 Thread ELPA Syncer
branch: externals/org commit 26d1711167011b127d501139eaade6e9a18a89c6 Author: Max Nikulin Commit: Nicolas Goaziou oc: Add missing `require' * lisp/oc.el: * lisp/oc-basic.el: Add some `require' to avoid compile warnings. --- lisp/oc-basic.el | 3 +++ lisp/oc.el | 1 + 2 fi

[elpa] externals/eev 12f4d8f: Renamed some functions that had bad prefixes.

2021-08-11 Thread ELPA Syncer
ware Foundation, Inc. +;; Copyright (C) 2012,2015,2018,2019,2020,2021 Free Software Foundation, Inc. ;; ;; This file is part of GNU eev. ;; @@ -19,7 +19,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; Version:20210808 +;; Version:20210811 ;; Keywords: e-scripts ;

[elpa] externals/org e7454ce: oc: Call select-style function with a citation argument

2021-08-11 Thread ELPA Syncer
branch: externals/org commit e7454ceb79a51de8e79492fc30a1f4e2ab3414bd Author: Nicolas Goaziou Commit: Nicolas Goaziou oc: Call select-style function with a citation argument * lisp/oc.el (org-cite--keys-to-citation): New function. (org-cite-make-insert-processor): Use new functi

[nongnu] main b76c0eb: * elpa-packages (crux, guru-mode, inf-clojure, projectile, rubocop): New pkgs

2021-08-11 Thread monnier--- via
branch: main commit b76c0eb148ff64eb8f7cac91277c76030f058bc9 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (crux, guru-mode, inf-clojure, projectile, rubocop): New pkgs --- elpa-packages | 14 ++ 1 file changed, 14 insertions(+) diff --git a/elpa-packages b/elp

[nongnu] branch elpa/crux created (now 6bfd212)

2021-08-11 Thread ELPA Syncer
elpasync pushed a change to branch elpa/crux. at 6bfd212 Update my e-mail This branch includes the following new commits: new 12c4901 Initial commit new 8666ae8 Fix a docstring new 61bf2bd Code style new ae602a8 Use lexical scoping new b

[nongnu] elpa/crux db47b78 010/112: Don't promote the default keybindings

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit db47b78119775a644bdce46dd6796b9ef44da4b3 Author: Bozhidar Batsov Commit: Bozhidar Batsov Don't promote the default keybindings --- README.md | 53 +++-- 1 file changed, 23 insertions(+), 30 deletions(-) diff --git a/R

[nongnu] elpa/crux 8666ae8 002/112: Fix a docstring

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 8666ae8835e1f661d61bba8dc398f7bed468ed02 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix a docstring --- crux.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crux.el b/crux.el index 95b299a..54e88b2 100644 --- a/crux.el +++ b/crux.el

[nongnu] elpa/crux 12c4901 001/112: Initial commit

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 12c4901d85813a5308767fda5d46507e7ce68078 Author: Bozhidar Batsov Commit: Bozhidar Batsov Initial commit --- README.md | 85 ++ crux.el | 373 ++ 2 files changed, 458 insertions(+) diff --git

[nongnu] elpa/crux ae602a8 004/112: Use lexical scoping

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit ae602a85e7b39186e3af80e139c523476c057af2 Author: Bozhidar Batsov Commit: Bozhidar Batsov Use lexical scoping --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 2c861e0..019a373 100644 --- a/crux.el +++ b/crux.el @

[nongnu] elpa/crux 9330468 016/112: Add missing crux-shell defcustom

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 93304680ec4beea168651399b622e1ee4bff05aa Author: Bozhidar Batsov Commit: Bozhidar Batsov Add missing crux-shell defcustom --- crux.el | 5 + 1 file changed, 5 insertions(+) diff --git a/crux.el b/crux.el index c7b60db..8a13173 100644 --- a/crux.el +++ b/crux.el

[nongnu] elpa/crux 3088be2 012/112: Add a way to make commands operate on either a region or a buffer

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 3088be246ee18c5dccaf70afbf6f33a137654639 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a way to make commands operate on either a region or a buffer --- README.md | 15 +++ crux.el | 11 +++ 2 files changed, 26 insertions(+) diff --git a

[nongnu] elpa/crux b5eac2a 008/112: Code style

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit b5eac2ab85772b9102740354656fb96837ed5100 Author: Bozhidar Batsov Commit: Bozhidar Batsov Code style --- crux.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crux.el b/crux.el index 01f60e8..64120f6 100644 --- a/crux.el +++ b/crux.el @@ -21

[nongnu] elpa/crux c8ad7c1 017/112: Fix the interactive spec for crux-find-user-init-file

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit c8ad7c1720f282a692a9878d744d2d6d5cd5962c Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix the interactive spec for crux-find-user-init-file --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 8a13173..b0695e9 10

[nongnu] elpa/crux b07b31a 005/112: Move a function around

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit b07b31ae6f8731534b490f706c2dc2f5feb27a7a Author: Bozhidar Batsov Commit: Bozhidar Batsov Move a function around --- crux.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/crux.el b/crux.el index 019a373..7ee47b2 100644 -

[nongnu] elpa/crux 7d4e425 013/112: Add some example keybinding code

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 7d4e425af79c5756c243f74e86884680e671c2e1 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add some example keybinding code --- README.md | 11 +++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3eecb43..e1274c7 100644 --- a/README.

[nongnu] elpa/crux 51d4240 007/112: Add missing space

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 51d4240b3697708bc9a11b349fd41bec5e510c43 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add missing space --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index dfe79da..01f60e8 100644 --- a/crux.el +++ b/crux.el @@

[nongnu] elpa/crux 16eb56d 011/112: Kill crux-setup-default-keybindings

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 16eb56d04a6496a6f140c6e64bb877e03e9d7237 Author: Bozhidar Batsov Commit: Bozhidar Batsov Kill crux-setup-default-keybindings As requested by @purcell. --- crux.el | 31 --- 1 file changed, 31 deletions(-) diff --git a/crux.el b/

[nongnu] elpa/crux 61bf2bd 003/112: Code style

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 61bf2bd57273e4fe63f4d31c8ad4242cac88e03c Author: Bozhidar Batsov Commit: Bozhidar Batsov Code style --- crux.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 54e88b2..2c861e0 100644 --- a/crux.el +++ b/crux.el @@ -255,

[nongnu] elpa/crux 66f4292 006/112: Code style

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 66f429202a72ca406fdb94b6fb98ebcac63c19c5 Author: Bozhidar Batsov Commit: Bozhidar Batsov Code style --- crux.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crux.el b/crux.el index 7ee47b2..dfe79da 100644 --- a/crux.el +++ b/crux.el @@ -325,

[nongnu] elpa/crux d2643ae 019/112: Add crux-ispell-word-then-abbrev

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit d2643ae98098fab91dec989057e2cf5a5dd27619 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add crux-ispell-word-then-abbrev Borrowed from @Malabarba. More info - http://endlessparentheses.com/ispell-and-abbrev-the-perfect-auto-correct.html. --- README.md

[nongnu] elpa/crux c174247 014/112: Change crux-kill-like-backward to crux-kill-line-backward

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit c1742477cf4e6aa0d9d78f29b52416224ca20a55 Author: Mark Simpson Commit: Mark Simpson Change crux-kill-like-backward to crux-kill-line-backward Surely that was a typo? --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/cr

[nongnu] elpa/crux e2124c8 023/112: Merge pull request #6 from verdammelt/patch-1

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e2124c8e1acdcb6bbd11c2fb54d528d10d9874ad Merge: 66954bf c174247 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #6 from verdammelt/patch-1 Change crux-kill-like-backward to crux-kill-line-backward --- crux.el | 2 +- 1 file changed, 1 ins

[nongnu] elpa/crux e6e3221 025/112: Fix crux-*-file-and-buffer commands inconsistencies and alias the inverse

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e6e3221f9f0a39945ae949266904369a9cbf4443 Author: justin talbott Commit: justin talbott Fix crux-*-file-and-buffer commands inconsistencies and alias the inverse `(crux-rename-file-and-buffer)` was incorrectly labeled in the README so I updated the name a

[nongnu] elpa/crux 0f04d98 015/112: Fix unbound var reference

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 0f04d98f50c55a13ca341923cd38fdfbe71c4464 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix unbound var reference --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index d099438..c7b60db 100644 --- a/crux.el +++ b/cru

[nongnu] elpa/crux 4c90762 026/112: Add complementary `with-region-or-line` & `with-region-or-point-to-eol`

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 4c907626d39f6c513ba2304cff4a73868520f314 Author: justin talbott Commit: justin talbott Add complementary `with-region-or-line` & `with-region-or-point-to-eol` --- README.md | 22 -- crux.el | 16 2 files changed, 36 insertions(

[nongnu] elpa/crux aafcf48 009/112: Introduce some customization options

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit aafcf48fe9c5ec381ef5552e645dc8048e992249 Author: Bozhidar Batsov Commit: Bozhidar Batsov Introduce some customization options --- crux.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/crux.el b/crux.el index 64120f6..67d450d 100644 --- a/crux.el +

[nongnu] elpa/crux 86cabce 027/112: Merge pull request #10 from waymondo/file-and-buffer-naming-conventions

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 86cabce06b9d6dddab67558824af631a60a7cbc6 Merge: 3c14b4a e6e3221 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #10 from waymondo/file-and-buffer-naming-conventions Fix file-and-buffer commands inconsistencies --- crux.el | 6 +- 1 fi

[nongnu] elpa/crux 5ee7dc9 032/112: Require tramp for `tramp-tramp-file-p`

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 5ee7dc91e835fa36a192719ce011d28595dd8ee4 Author: Jiege Chen Commit: Jiege Chen Require tramp for `tramp-tramp-file-p` --- crux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/crux.el b/crux.el index 244344a..f7c1ec8 100644 --- a/crux.el +++ b/crux.el @@ -36,6

[nongnu] elpa/crux 3009713 018/112: Update the copyright

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 300971387965355f6ae87b7c9be9e0b861c40def Author: Bozhidar Batsov Commit: Bozhidar Batsov Update the copyright --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index b0695e9..3de5450 100644 --- a/crux.el +++ b/crux.el

[nongnu] elpa/crux 1e591c5 031/112: Merge pull request #16 from jiegec/master

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 1e591c5a1ecfa99fcd67105a58b2e7d782abf969 Merge: 3042f6f 79e500e Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #16 from jiegec/master Add multiple choice with completion for shell init files --- crux.el | 46 +

[nongnu] elpa/crux e6c7421 035/112: Remove crux-swap-windows and alias it to crux-transpose-windows

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e6c742122606a748690093a0c29b257c17890d4c Author: Charles Comstock Commit: Charles Comstock Remove crux-swap-windows and alias it to crux-transpose-windows --- README.md | 1 - crux.el | 19 ++- 2 files changed, 2 insertions(+), 18 deletions(-) di

[nongnu] elpa/crux ca62859 038/112: Merge pull request #22 from dgtized/fix-tranpose-typo

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit ca62859c495732b720faebf9a08e40fd5db0d947 Merge: 5938c84 cf547b7 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #22 from dgtized/fix-tranpose-typo Typo Fix: Missed an s in transpose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1

[nongnu] elpa/crux 3e03d72 049/112: Don't use dash.el function (#34)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 3e03d7272f99939eb669c59f5b8843912e1e49cf Author: Syohei YOSHIDA Commit: Bozhidar Batsov Don't use dash.el function (#34) --- crux.el | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/crux.el b/crux.el index 157b07b..ed3e306

[nongnu] elpa/crux 382834e 020/112: Fix contributors link

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 382834edb99de9b347d61beca8834838da199911 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix contributors link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a13b6b5..25b79eb 100644 --- a/README.md

[nongnu] elpa/crux 5938c84 036/112: Merge pull request #21 from dgtized/transpose-windows

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 5938c84930543ed1d8baa870784c78d258f3d6c3 Merge: a71669e e6c7421 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #21 from dgtized/transpose-windows Add crux-transpose-windows for swapping the buffers between two windows --- README.md | 2

[nongnu] elpa/crux e4c539b 028/112: Merge pull request #9 from waymondo/with-region-or-line

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e4c539ba569901c1441bf007aa6f88a3f218bcf2 Merge: 86cabce 4c90762 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #9 from waymondo/with-region-or-line Add complementary `with-region-or-line` & `with-region-or-point-to-eol` --- README.md | 2

[nongnu] elpa/crux fde9d4b 044/112: Fix malformed header line

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit fde9d4b3e3674a62ec7a51134a88fa0e49f2fee9 Author: Steve Purcell Commit: Bozhidar Batsov Fix malformed header line --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 1c3d857..1d68fac 100644 --- a/crux.el +++ b/crux.

[nongnu] elpa/crux 2be95ea 040/112: Use read-from-minibuffer for the new file name

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 2be95ea0ff7285624268e75135d52b7a3b68d1ef Author: Wilfred Hughes Commit: Wilfred Hughes Use read-from-minibuffer for the new file name `read-file-name` works great for existing file names, but this command is often used to renaming files to names that are

[nongnu] elpa/crux bcbfdec 048/112: Don't assume ido when offering files from recentf (#33)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit bcbfdec127b71605c672a49f2d9d256a06b5e063 Author: Wilfred Hughes Commit: Bozhidar Batsov Don't assume ido when offering files from recentf (#33) By using completing read in crux-recentf-find-file, we can support ido, helm and ivy users. I've left an alias

[nongnu] elpa/crux 1967a75 041/112: Allow users to create directories with crux-rename-file-and-buffer

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 1967a754832d8e02c0b230ea8fc026fda400d417 Author: Wilfred Hughes Commit: Wilfred Hughes Allow users to create directories with crux-rename-file-and-buffer --- crux.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 8c167

[nongnu] elpa/crux b60d9f4 051/112: Fix a compilation warning

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit b60d9f49e4874a9f333a9477e2c2440f4e419782 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix a compilation warning --- crux.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crux.el b/crux.el index e3aab64..579816d 100644 --- a/crux.el +++ b/crux.el @@ -38,6

[nongnu] elpa/crux 3c14b4a 024/112: Merge pull request #13 from jiegec/master

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 3c14b4ac6802af63c6b3ea01f35e756d465b4b29 Merge: e2124c8 ba4b05c Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #13 from jiegec/master Support tcsh, fish and ksh for crux-find-shell-init-file --- crux.el | 3 +++ 1 file changed, 3 inserti

[nongnu] elpa/crux 79e500e 030/112: Add multiple choice with completion for shell init files.

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 79e500e9168875f1391888126c51dba04742c1b6 Author: Jiege Chen Commit: Jiege Chen Add multiple choice with completion for shell init files. --- crux.el | 46 +- 1 file changed, 37 insertions(+), 9 deletions(-) diff --git a/c

[nongnu] elpa/crux 1c2c179 061/112: Improve a docstring

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 1c2c179de9f0292e6c7b602384aacb6ccbac6233 Author: Bozhidar Batsov Commit: Bozhidar Batsov Improve a docstring --- crux.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 59ded1e..eb36e8c 100644 --- a/crux.el +++ b/crux.

[nongnu] elpa/crux 3b377b4 054/112: Add smart kill line function

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 3b377b4fdd23df35f72bcb1021800d41fdccf863 Author: Adam Hess Commit: Bozhidar Batsov Add smart kill line function --- README.md | 1 + crux.el | 13 + 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 0f45a6f..e763da5 100644 --

[nongnu] elpa/crux 5a7201a 062/112: Fix a docstring

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 5a7201af754a28262f9b783b87c5d98cd42a4f62 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix a docstring --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index eb36e8c..b094ae8 100644 --- a/crux.el +++ b/crux.el @@ -4

[nongnu] elpa/crux a71669e 033/112: Merge pull request #17 from jiegec/master

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit a71669efd33d4fdd1335ed99bb27992de103ccc2 Merge: 1e591c5 5ee7dc9 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #17 from jiegec/master Require tramp for `tramp-tramp-file-p`. --- crux.el | 1 + 1 file changed, 1 insertion(+) diff --git a

[nongnu] elpa/crux dc1606b 034/112: Add crux-transpose-windows for swapping the buffers between two windows

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit dc1606b6d447cc8e27516f048f100f6ac05ff645 Author: Charles Comstock Commit: Charles Comstock Add crux-transpose-windows for swapping the buffers between two windows This is copied directly from https://www.emacswiki.org/emacs/TransposeWindows, and renamed

[nongnu] elpa/crux 54cc9b8 056/112: Fix typo in crux-top-join-line

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 54cc9b8e95d72669cead3e29474b32c2145f0f6e Author: Ross A. Baker Commit: Bozhidar Batsov Fix typo in crux-top-join-line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e763da5..3f04f98 100644 --- a/README.m

[nongnu] elpa/crux b401f45 050/112: [Fix #35] Replace a deprecated function

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit b401f452450456266e6c74b012e38af77ba04aa1 Author: Bozhidar Batsov Commit: Bozhidar Batsov [Fix #35] Replace a deprecated function --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index ed3e306..e3aab64 100644 --- a/cru

[nongnu] elpa/crux 3042f6f 029/112: Add some contribution guidelines

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 3042f6f5be197ea5159dd7c1ecefd1c58bca5c86 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add some contribution guidelines --- CONTRIBUTING.md | 34 ++ 1 file changed, 34 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md ne

[nongnu] elpa/crux 6d11d2e 039/112: When opening a line above, don't reindent the current line

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 6d11d2e6b56e237bb871af7e21ba6ef30e0a10da Author: Wilfred Hughes Commit: Bozhidar Batsov When opening a line above, don't reindent the current line For some languages, we can't call `indent-according-to-mode` as there are multiple possible indentatio

[nongnu] elpa/crux 66954bf 022/112: Mention crux-indent-defun

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 66954bfedbb1d0e838832ba9564efd2fb8742dfd Author: Bozhidar Batsov Commit: Bozhidar Batsov Mention crux-indent-defun --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25b79eb..4b6aef7 100644 --- a/README.md +++ b/README.md @

[nongnu] elpa/crux e805ab7 057/112: Use synchronous process for crux-open-with

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e805ab780a4a1ce22a4436bde09b95e97d150e51 Author: Justin Burkett Commit: Bozhidar Batsov Use synchronous process for crux-open-with Since the system open command appears to fork immediately there shouldn't be any real performance penalty to doing this.

[nongnu] elpa/crux 6ae09d0 045/112: Add functions on duplicate current line or region (#31)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 6ae09d05c7729a74b342017acbe54784abcee8f3 Author: wscisme Commit: Bozhidar Batsov Add functions on duplicate current line or region (#31) --- README.md | 46 -- crux.el | 34 ++ 2 files cha

[nongnu] elpa/crux 49dc7d7 067/112: Remove unused prefix argument from crux-smart-kill-line

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 49dc7d7ec9d6a17d4c54b2c53fa69da5f00b1a4a Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove unused prefix argument from crux-smart-kill-line --- crux.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crux.el b/crux.el index f9b228c..34

[nongnu] elpa/crux 11096b9 058/112: Fix typo in keybindings (#47)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 11096b95d1119847e746e4aae36c9de6163e5472 Author: Arif Rezai Commit: Bozhidar Batsov Fix typo in keybindings (#47) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f04f98..8be24f2 100644 --- a/README.md ++

[nongnu] elpa/crux acaaa00e 065/112: Bump the copyright years

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit acaaa00e02806139e8370ad27d2510d3be220db4 Author: Bozhidar Batsov Commit: Bozhidar Batsov Bump the copyright years --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 0b6d273..e5e943a 100644 --- a/crux.el +++ b/crux

[nongnu] elpa/crux 225b5e3 042/112: Merge pull request #29 from Wilfred/rename_file_and_buffer_tweaks

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 225b5e31a3a2aa0346e29b1752937312a17216c6 Merge: 6d11d2e 1967a75 Author: Bozhidar Batsov Commit: Bozhidar Batsov Merge pull request #29 from Wilfred/rename_file_and_buffer_tweaks Increase flexibility for inputs to crux-rename-file-and-buffer --- crux.el | 4

[nongnu] elpa/crux 582a68d 046/112: Fix the version header

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 582a68d962db17c1fde5c34144745cf0eb491d73 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix the version header Version 0.2 was released a while back. --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index df

[nongnu] elpa/crux 903db7b 080/112: Add history on crux and links to emacsredux blog posts

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 903db7b1a2052f4959d934cae26ec40a3f323ed4 Author: Daniel Compton Commit: Bozhidar Batsov Add history on crux and links to emacsredux blog posts --- README.md | 9 + 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 763d37c..b4b6c21 100

[nongnu] elpa/crux a6e0a52 043/112: Define a minor mode for crux-reopen-as-root (#28)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit a6e0a523aabaab8df9b597ea39b3fc7baa563a2f Author: Wilfred Hughes Commit: Bozhidar Batsov Define a minor mode for crux-reopen-as-root (#28) Rather than changing the default find-file behavior, providing a minor mode enables users to opt-in or toggle the be

[nongnu] elpa/crux fa064d7 068/112: Remove a bunch of redundant progn usages

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit fa064d705f19dccd2275c420dcfdcc70c27e5df2 Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove a bunch of redundant progn usages The `else` part of an `if` expression is automatically wrapped in `progn`. --- crux.el | 16 ++-- 1 file change

[nongnu] elpa/crux ad42bcf 053/112: Support make `crux-cleanup-buffer-or-region` support makefiles

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit ad42bcf77b588539386be8fbacd952efc9f887fd Author: Carlo Sciolla Commit: Bozhidar Batsov Support make `crux-cleanup-buffer-or-region` support makefiles Tabs are not equivalent to spaces in Makefiles --- crux.el | 9 - 1 file changed, 8 insertions(+),

[nongnu] elpa/crux cf547b7 037/112: Typo Fix: Missed an s in transpose

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit cf547b72743ef0cc3fccb022c9bc7c85208fd7cb Author: Charles Comstock Commit: Charles Comstock Typo Fix: Missed an s in transpose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36dd87..71fc7c1 100644 --- a/

[nongnu] elpa/crux 5b3c815 047/112: Release 0.3

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 5b3c8155a9e9fe6f189645d175976026a2dc7b8d Author: Bozhidar Batsov Commit: Bozhidar Batsov Release 0.3 --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 2ea4a95..637a50e 100644 --- a/crux.el +++ b/crux.el @@ -4,7 +

[nongnu] elpa/crux 772123a 081/112: Support using any shell creating function with crux-visit-term-buffer

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 772123a44a1be1bfe763f73a3e5cd3f502b18aca Author: Mathew Robinson Commit: Bozhidar Batsov Support using any shell creating function with crux-visit-term-buffer Closes #66 --- crux.el | 33 - 1 file changed, 28 insertions(+), 5

[nongnu] elpa/crux 2e16b82 087/112: Rework `move-to-mode-line-start` to add extensibility (#71)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 2e16b828910c9b8acba37e712d21b517d2cf78cc Author: Matthew Newton Commit: GitHub Rework `move-to-mode-line-start` to add extensibility (#71) --- crux.el | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/crux.el

[nongnu] elpa/crux 2cdf266 069/112: Insert literal s-exp instead of printing in crux-eval-and-replace (#50)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 2cdf266e42dd5937ad291c5a79070dec8e8e9a40 Author: diego <9020453+dieg...@users.noreply.github.com> Commit: Bozhidar Batsov Insert literal s-exp instead of printing in crux-eval-and-replace (#50) This makes it so that the sexp is replaced with the actual value.

[nongnu] elpa/crux 7365fdc 075/112: Add crux-copy-file-preserve-attribute

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 7365fdcfcd903e61faf3799fc4f851e736ae421c Author: Jimmy Yuen Ho Wong Commit: Bozhidar Batsov Add crux-copy-file-preserve-attribute --- README.md | 1 + crux.el | 48 2 files changed, 49 insertions(+) diff --git a/R

[nongnu] elpa/crux e3c9714 055/112: Make crux-move-beginning-of-line function mode aware (#45)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e3c9714d01b884d3e9b34ed6f008c0b86bdcb7f8 Author: KarlFish Commit: Bozhidar Batsov Make crux-move-beginning-of-line function mode aware (#45) This fixes https://github.com/bbatsov/prelude/issues/998 --- crux.el | 29 ++--- 1 file chan

[nongnu] elpa/crux a0a34d1 100/112: Fix defcustom types

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit a0a34d1dfbf8f8726f284c492d8b17621cb378d9 Author: Jimmy Yuen Ho Wong Commit: Bozhidar Batsov Fix defcustom types --- crux.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/crux.el b/crux.el index e8e0110..92c5c26 100644 ---

[nongnu] elpa/crux e3e16c1 066/112: Add a missing space

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e3e16c192cb4681352f2e94899328b9b73f8332e Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a missing space --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index e5e943a..f9b228c 100644 --- a/crux.el +++ b/crux.el @

[nongnu] elpa/crux c79985f 077/112: Saner functions for modifying cases on region for humans

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit c79985f69b7cd96edb505199bd751f71ce6d4e58 Author: Jimmy Yuen Ho Wong Commit: Bozhidar Batsov Saner functions for modifying cases on region for humans By default `upcase-region` `downcase-region` and `captialize-region` commands are disabled in emacs, and

[nongnu] elpa/crux 308f17d 079/112: Bump the copyright years

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 308f17d914e2cd79cbc809de66d02b03ceb82859 Author: Bozhidar Batsov Commit: Bozhidar Batsov Bump the copyright years --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index ed33230..6167a6d 100644 --- a/crux.el +++ b/crux

[nongnu] elpa/crux 4f5c8fe 059/112: [Fix #46] Address two issues with crux-move-beginning-line (#48)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f Author: KarlFish Commit: Bozhidar Batsov [Fix #46] Address two issues with crux-move-beginning-line (#48) See https://github.com/bbatsov/crux/issues/46 for more context (line-end-position) stops the search fr

[nongnu] elpa/crux 4ce9c4b 070/112: Fix a couple of docstrings

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 4ce9c4bcf1453b5fba9ce2a06a910e9f4b16f1a3 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fix a couple of docstrings --- crux.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crux.el b/crux.el index 37b520d..3a8e559 100644 --- a/crux.el

[nongnu] elpa/crux e67d040 078/112: Allow crux-sudo-edit on remote files

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e67d040f506c3feaf936d3ee8b5b4fda0d5826ae Author: dieggsy Commit: Bozhidar Batsov Allow crux-sudo-edit on remote files - If editing with sudo method or similar alternative, or user is 'root', do nothing. - If on localhost, use sudo method and switch

[nongnu] elpa/crux 2b6ddf0 060/112: Add missing space

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 2b6ddf0f090883671dfbb4c31e4d509d870f6534 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add missing space --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index a63aa77..59ded1e 100644 --- a/crux.el +++ b/crux.el @@

[nongnu] elpa/crux 6c02dab 071/112: Fold a few long lists

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 6c02dab04fadd8ffb96dc513467e443b0549d1d3 Author: Bozhidar Batsov Commit: Bozhidar Batsov Fold a few long lists --- crux.el | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/crux.el b/crux.el index 3a8e559..e1ff7a0 100644 ---

[nongnu] elpa/crux 785dfba 095/112: crux-smart-open-line-above: Use crux-move-to-mode-line-start

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 785dfbabd9aacfbf97bd29b6f48018053d51ad6c Author: Andrii Kolomoiets Commit: Bozhidar Batsov crux-smart-open-line-above: Use crux-move-to-mode-line-start --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index 0854e4f..e

[nongnu] elpa/crux cedec52 063/112: Mark crux-recentf-ido-find-file as obsolete

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit cedec52b2cbbb8300e22805709c24ae24612a002 Author: Bozhidar Batsov Commit: Bozhidar Batsov Mark crux-recentf-ido-find-file as obsolete --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index b094ae8..aaa75e1 100644 --- a

[nongnu] elpa/crux 2a1a39a 083/112: Add a few GitHub templates

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 2a1a39a2a27bb2b1ad70d11d5b13b6dab2ebd88d Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a few GitHub templates --- .github/FUNDING.yml | 5 + .github/ISSUE_TEMPLATE.md| 33 + .github/PULL_REQUEST_TEMPLAT

[nongnu] elpa/crux 4302357 052/112: Make crux-visit-term-buffer ask to restart dead process (#36)

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 430235753cda1e9af75d209e36a2c9c4f6599a80 Author: Justin Burkett Commit: Bozhidar Batsov Make crux-visit-term-buffer ask to restart dead process (#36) --- crux.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/crux.el b/crux.el index 579

[nongnu] elpa/crux dd3f0e5 089/112: Add function crux-kill-and-join-forward

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit dd3f0e5da00bc1b934d8d3992f588412c0e8e06f Author: thdox Commit: Bozhidar Batsov Add function crux-kill-and-join-forward This is complementary to crux-kill-line-backwards, but moving forward, and when called at end of line, it will join. --- README.md |

[nongnu] elpa/crux ba4a1f3 098/112: Restructure the README a bit

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit ba4a1f38eee0ae7597f67a1424bbf5c0c09473bf Author: Bozhidar Batsov Commit: Bozhidar Batsov Restructure the README a bit --- README.md | 40 +--- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md i

[nongnu] elpa/crux fb648f0 099/112: Add missing autoload

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit fb648f0e70e22d6808be91401af80975a72c8f2f Author: Bozhidar Batsov Commit: Bozhidar Batsov Add missing autoload --- crux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/crux.el b/crux.el index a5893dd..e8e0110 100644 --- a/crux.el +++ b/crux.el @@ -313,6 +313,7

[nongnu] elpa/crux 9341c6b 072/112: Silence byte compiler

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 9341c6b8e24ff1d61cdc7e8197fa38a12f1147d8 Author: Alex Branham Commit: Bozhidar Batsov Silence byte compiler --- crux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/crux.el b/crux.el index e1ff7a0..04642ac 100644 --- a/crux.el +++ b/crux.el @@ -39,6 +39,7 @@

[nongnu] elpa/crux bb5a133 090/112: Simplify a bit of code

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit bb5a133d2a5db7181524fe679e3f99f44a98426b Author: Bozhidar Batsov Commit: Bozhidar Batsov Simplify a bit of code --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index fdf6bef..1580be5 100644 --- a/crux.el +++ b/crux.e

[nongnu] elpa/crux 32baf6a 064/112: Bump the development version

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 32baf6afe7d9cbbe9125499635ab47cc18ec4d53 Author: Bozhidar Batsov Commit: Bozhidar Batsov Bump the development version --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index aaa75e1..0b6d273 100644 --- a/crux.el +++ b/

[nongnu] elpa/crux 2b4bf62 074/112: Give crux group to crux-reopen-as-root-mode

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 2b4bf62b00a8140a44dc2d4d24a73d025e195694 Author: Jimmy Yuen Ho Wong Commit: Bozhidar Batsov Give crux group to crux-reopen-as-root-mode --- crux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/crux.el b/crux.el index dac93f6..53e644a 100644 --- a/crux.el +++

[nongnu] elpa/crux de603e9 088/112: Add function other-window-or-switch-buffer

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit de603e953ed382277fd352c1a3a71924548ae7d9 Author: thdox Commit: Bozhidar Batsov Add function other-window-or-switch-buffer Move to other window if one exists, or switch to most recent buffer. Source is http://mbork.pl/2017-02-26_other-window-or-switch-buf

[nongnu] elpa/crux e561eb4 111/112: Update the sponsorship methods

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit e561eb4cf20030b02e0fb67c74df7dd689238568 Author: Bozhidar Batsov Commit: Bozhidar Batsov Update the sponsorship methods --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7c87286..a318a15 100

[nongnu] elpa/crux 519629b 094/112: Update the changelog

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 519629b79e618cc52c763d3bc68cf0d10a14fd22 Author: Bozhidar Batsov Commit: Bozhidar Batsov Update the changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a3829..8d5b16c 100644 --- a/CHANGELOG.md +++ b/CH

[nongnu] elpa/crux 3e07035 073/112: Add missing autoloads

2021-08-11 Thread ELPA Syncer
branch: elpa/crux commit 3e07035660f953cb08847362378267f5859bbe69 Author: Philippe Vaucher Commit: Bozhidar Batsov Add missing autoloads --- crux.el | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/crux.el b/crux.el index 04642ac..dac93f6

  1   2   3   4   5   6   >