[elpa] externals/xr 513e815 3/3: Run with case-fold-search set to nil

2019-03-05 Thread Mattias Engdeg�rd
branch: externals/xr commit 513e81551f01a1557f1f6a38c4cc0dcbadb14ffa Author: Mattias Engdegård Commit: Mattias Engdegård Run with case-fold-search set to nil Although none of the regexps matches in the code appear to have their meaning altered by `case-fold-search' right now,

[elpa] externals/xr dc6d6e3 1/3: Escape control chars in all warnings but not double quote

2019-03-05 Thread Mattias Engdeg�rd
branch: externals/xr commit dc6d6e3cab769ef85fb7a386769a499b6404c3de Author: Mattias Engdegård Commit: Mattias Engdegård Escape control chars in all warnings but not double quote --- xr.el | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/xr.el b/xr.el

[elpa] externals/xr ccc76c8 2/3: More careful character class parsing

2019-03-05 Thread Mattias Engdeg�rd
branch: externals/xr commit ccc76c8c0b836bbf26b94edfd33d5bb3e8e2a021 Author: Mattias Engdegård Commit: Mattias Engdegård More careful character class parsing [[:random rubbish:]] is an error, not a valid regexp. --- xr-test.el | 11 +++ xr.el | 12 ++-- 2

[elpa] externals/xr updated (369800c -> 513e815)

2019-03-05 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from 369800c Fix doc string mistake new dc6d6e3 Escape control chars in all warnings but not double quote new ccc76c8 More careful character class parsing new 513e815 Run with case-fold-search set to nil