[elpa] externals/dired-git-info 65b9901 3/5: Version bump

2019-02-21 Thread Clemens Radermacher
branch: externals/dired-git-info commit 65b9901dc2fb5c4e17450c00fee2ec5b17ffd624 Author: Clemens Radermacher Commit: Clemens Radermacher Version bump --- dired-git-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dired-git-info.el b/dired-git-info.el index

[elpa] externals/dired-git-info b4c5636 5/5: Fix package link to elpa

2019-02-21 Thread Clemens Radermacher
branch: externals/dired-git-info commit b4c5636c75c303b3d3dd64fd372031baf767068e Author: Clemens Radermacher Commit: Clemens Radermacher Fix package link to elpa --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index

[elpa] externals/dired-git-info 9b5fb9c 4/5: Add elpa badge

2019-02-21 Thread Clemens Radermacher
branch: externals/dired-git-info commit 9b5fb9c11b91446ee89eafb3e83ae248b0b3eedc Author: Clemens Radermacher Commit: Clemens Radermacher Add elpa badge --- README.org | 4 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 6dbbff5..1f5f6ae 100644 ---

[elpa] externals/dired-git-info cfa7d69 2/5: Ignore output of failed commands

2019-02-21 Thread Clemens Radermacher
branch: externals/dired-git-info commit cfa7d69d8c8d5f1d02d5313428791e90d22f8190 Author: Clemens Radermacher Commit: Clemens Radermacher Ignore output of failed commands --- dired-git-info.el | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

[elpa] externals/dired-git-info updated (cd60dd4 -> b4c5636)

2019-02-21 Thread Clemens Radermacher
clemera pushed a change to branch externals/dired-git-info. from cd60dd4 Check visible part of file names for right formatting new bd38537 Convert tramp file names to local ones new cfa7d69 Ignore output of failed commands new 65b9901 Version bump new

[elpa] externals/dired-git-info bd38537 1/5: Convert tramp file names to local ones

2019-02-21 Thread Clemens Radermacher
branch: externals/dired-git-info commit bd38537e099de10f989330c7c26ca43b396579a7 Author: Clemens Radermacher Commit: Clemens Radermacher Convert tramp file names to local ones --- dired-git-info.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dired-git-info.el

[elpa] externals/xr 5318a94 1/3: Eliminate duplicated \ in character alternatives

2019-02-21 Thread Mattias Engdeg�rd
branch: externals/xr commit 5318a946ec06aae190203d59ec7adc5f8c12ace3 Author: Mattias Engdegård Commit: Mattias Engdegård Eliminate duplicated \ in character alternatives Since we detect duplicated \ in character alternatives, we might just as well remove them in the

[elpa] externals/xr 127d3fe 3/3: Escape control characters in warnings and errors

2019-02-21 Thread Mattias Engdeg�rd
branch: externals/xr commit 127d3fee727367294dcff86c695fb154a30358e1 Author: Mattias Engdegård Commit: Mattias Engdegård Escape control characters in warnings and errors --- xr-test.el | 5 +++-- xr.el | 65 -- 2 files

[elpa] externals/xr 3c1344b 2/3: Don't warn about repetition of counted repetition

2019-02-21 Thread Mattias Engdeg�rd
branch: externals/xr commit 3c1344b10a2700a16359434a60c4b3eb6bb1de0c Author: Mattias Engdegård Commit: Mattias Engdegård Don't warn about repetition of counted repetition Repetition of counted repetition can actually be legitimate; -- consider a\{3\}? -- so don't warn about it.

[elpa] externals/xr updated (dec9a2e -> 127d3fe)

2019-02-21 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from dec9a2e Don't warn about \] new 5318a94 Eliminate duplicated \ in character alternatives new 3c1344b Don't warn about repetition of counted repetition new 127d3fe Escape control characters in warnings and

[elpa] externals/xr 1b26866 1/2: Warn about repetition of repetition

2019-02-21 Thread Mattias Engdeg�rd
branch: externals/xr commit 1b26866aad4ceae17da416bd9328641a516c0d6a Author: Mattias Engdegård Commit: Mattias Engdegård Warn about repetition of repetition Make xr-lint complain about constructs such as a?* as they are usually mistakes. --- xr-test.el | 5 + xr.el |

[elpa] externals/xr updated (8912612 -> dec9a2e)

2019-02-21 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from 8912612 Fix xr-lint complaint about \[ new 1b26866 Warn about repetition of repetition new dec9a2e Don't warn about \] Summary of changes: xr-test.el | 6 +- xr.el | 18 -- 2 files

[elpa] externals/xr dec9a2e 2/2: Don't warn about \]

2019-02-21 Thread Mattias Engdeg�rd
branch: externals/xr commit dec9a2ebc6bc79a1383e10b820e4934176f84b8b Author: Mattias Engdegård Commit: Mattias Engdegård Don't warn about \] Do not warn about an escaped ], since [ needs to be escaped and writing \] is unlikely to be a hidden error. --- xr-test.el | 9