Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c4186f9c
Commit
c4186f9c
authored
Oct 15, 2010
by
Kenichi Handa
Browse files
international/characters.el: Add category '|' (word breakable) to fullwidth characters.
parent
9650fc61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/characters.el
lisp/international/characters.el
+3
-0
No files found.
lisp/ChangeLog
View file @
c4186f9c
2010-10-15 Kenichi Handa <handa@m17n.org>
* international/characters.el: Add category '|' (word breakable)
to fullwidth characters.
2010-10-14 Kenichi Handa <handa@m17n.org>
* mail/rmail.el (rmail-show-message-1): Catch an error of
...
...
lisp/international/characters.el
View file @
c4186f9c
...
...
@@ -188,6 +188,9 @@ Combining diacritic or mark (Unicode General Category M)")
cp932-2-byte
))
(
map-charset-chars
#'
modify-category-entry
l
?j
))
;; Fullwidth characters
(
modify-category-entry
'
(
#xff01
.
#xff60
)
?\|
)
;; Unicode equivalents of JISX0201-kana
(
let
((
range
'
(
#xff61
.
#xff9f
)))
(
modify-category-entry
range
?k
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment