1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
emacs/doc
Philipp Stephani 512e9886be Add support for Unicode whitespace in [:blank:]
See Bug#25366.

* src/character.c (blankp): New function for checking Unicode
horizontal whitespace.
* src/regex.c (ISBLANK): Use 'blankp' for non-ASCII horizontal
whitespace.
(BIT_BLANK): New bit for range table.
(re_wctype_to_bit, execute_charset): Use it.
* test/lisp/subr-tests.el (subr-tests--string-match-p--blank): Add
unit test for [:blank:] character class.
* test/src/regex-tests.el (test): Adapt unit test.
* doc/lispref/searching.texi (Char Classes): Document new Unicode
behavior for [:blank:].
2017-01-06 20:12:48 +01:00
..
emacs Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispintro Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispref Add support for Unicode whitespace in [:blank:] 2017-01-06 20:12:48 +01:00
man Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
misc Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00