[elpa] master 11843e2: [el-search] Minibuffer pattern prompt hints part 2

2019-02-13 Thread Michael Heerdegen
branch: master commit 11843e2db4a24aaec2ad9a827ed4f079588dcf58 Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Minibuffer pattern prompt hints part 2 Implement displaying hints when prompting for a search pattern. This includes pointing to errors in the pattern

[elpa] master c0ccea9: [el-search] Minibuffer pattern prompt hints part 1: preparations

2019-02-13 Thread Michael Heerdegen
branch: master commit c0ccea931b063ffebd30a10b63c89d6335c77e7d Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Minibuffer pattern prompt hints part 1: preparations * packages/el-search/el-search.el (el-search--pattern-is-unquoted-symbol-p): New helper function

[elpa] master eae4541: [el-search] Add accessible buffer area to a validity check

2019-02-13 Thread Michael Heerdegen
branch: master commit eae4541cf820bab52d1577f6deb7c894f28ebe38 Author: Michael Heerdegen Commit: Michael Heerdegen [el-search] Add accessible buffer area to a validity check Add (POINT-MIN POINT-MAX) to the 'el-search--buffer-match-count-data' validity checks to ensure that the

[elpa] externals/xr 09fe373: More careful error handling of \s and \c

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 09fe37383ba81358fe9680c1bbf679b00da1d07d Author: Mattias Engdegård Commit: Mattias Engdegård More careful error handling of \s and \c \s and \c without a character following is an error, and should not result in a literal s or c. --- xr-test.el | 10

[elpa] externals/xr 41474cb 11/13: Accept unknown character categories

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 41474cbc8bcab67c097a8e111de01832b6fd4f97 Author: Mattias Engdegård Commit: Mattias Engdegård Accept unknown character categories New categories can be defined, so an unknown category code is not necessarily an error. Assume the best and use a raw

[elpa] externals/xr f79d50c 12/13: Add categories L, R, . and SPC

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit f79d50cca60f9ce242a52ac1eac8d9fc9beb282f Author: Mattias Engdegård Commit: Mattias Engdegård Add categories L, R, . and SPC The predefined categories L, R, . and SPC were recently added to rx. Add them here as well. --- xr-test.el | 4 xr.el

[elpa] externals/xr 8532df8 02/13: Move tests to separate file

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 8532df85cc9a65fde2afdfff2c7b8c8c6ec56dd2 Author: Mattias Engdegård Commit: Mattias Engdegård Move tests to separate file Put all tests in a separate file, xr-test.el, and use ert. Byte-compilation is now clean. --- xr-test.el | 228

[elpa] externals/xr 4bf6043 05/13: Export xr-pp-rx-to-str and fix a typo

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 4bf6043ef79024c27149611c09b8b602f4590b5b Author: Mattias Engdegård Commit: Mattias Engdegård Export xr-pp-rx-to-str and fix a typo Rename xr--pp-rx-to-str to xr-pp-rx-to-str for external use, and fix a typo in the doc string of xr-pp.

[elpa] externals/xr e8ec2d9 07/13: Add reference to the pcre2el package

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit e8ec2d9d7a0e65aeb888da353b9d079285787c07 Author: Mattias Engdegård Commit: Mattias Engdegård Add reference to the pcre2el package --- xr.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/xr.el b/xr.el index 761cac7..5a32a52

[elpa] externals/xr c2ede95 08/13: Improved errors for bad \s and \c sequences

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit c2ede958dec3e13a28549ae00782bf4f5d11a6fc Author: Mattias Engdegård Commit: Mattias Engdegård Improved errors for bad \s and \c sequences --- xr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xr.el b/xr.el index 5a32a52..3133906 100644

[elpa] externals/xr 8425772 01/13: Sync with ELPA: compilation workaround

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 84257724a851a4cfd515f6c98dc840c437720b1c Author: Mattias Engdegård Commit: Mattias Engdegård Sync with ELPA: compilation workaround --- xr.el | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/xr.el b/xr.el index

[elpa] externals/xr updated (7ba1fc6 -> e1c7734)

2019-02-13 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from 7ba1fc6 * xr.el: Fix compilation and use valid email address new 8425772 Sync with ELPA: compilation workaround new 8532df8 Move tests to separate file new 2a1de75 Correct parsing of group and backref

[elpa] externals/xr e1c7734 13/13: Merge branch 'externals/xr' of elpa.git (no actual change)

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit e1c7734639bf7afe9c848e81d6240d357a9d1242 Merge: f79d50c 7ba1fc6 Author: Mattias Engdegård Commit: Mattias Engdegård Merge branch 'externals/xr' of elpa.git (no actual change)

[elpa] externals/xr 8d052d6 09/13: Check for errors in \_

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 8d052d617f1e604143856b3b2b6657cac707d4c6 Author: Mattias Engdegård Commit: Mattias Engdegård Check for errors in \_ --- xr-test.el | 1 + xr.el | 14 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/xr-test.el b/xr-test.el

[elpa] externals/xr 4e2bd17 04/13: Export xr-pp-rx-to-str and fix a typo

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 4e2bd17df0e370ab6fd24c29711aa278575ca29b Author: Mattias Engdegård Commit: Mattias Engdegård Export xr-pp-rx-to-str and fix a typo Rename xr--pp-rx-to-str to xr-pp-rx-to-str for external use, and fix a typo in the doc string of xr-pp.

[elpa] externals/xr 2a1de75 03/13: Correct parsing of group and backref

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 2a1de75f192e351cd2ea7e4302756dbb9e995384 Author: Mattias Engdegård Commit: Mattias Engdegård Correct parsing of group and backref Parse groups and backrefs more carefully. In particular, there is no group 0; (?0:) is illegal and \0 means 0. ---

[elpa] externals/xr 37b2bcb 06/13: Merge branch 'master' of https://github.com/mattiase/xr

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 37b2bcbe45f6f06c18109ae071567f436c079541 Merge: 4bf6043 4e2bd17 Author: Mattias Engdegård Commit: Mattias Engdegård Merge branch 'master' of https://github.com/mattiase/xr

[elpa] externals/xr 0331e00 10/13: Recognise \sW as alias for \sw

2019-02-13 Thread Mattias Engdeg�rd
branch: externals/xr commit 0331e0055f964218d068e99c8aeb09225a8afe41 Author: Mattias Engdegård Commit: Mattias Engdegård Recognise \sW as alias for \sw The syntax class W appears to be an undocumented alternative to w, and \sW has been spotted at least once in the wild. ---