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
82a9ce0f
Commit
82a9ce0f
authored
Aug 09, 2010
by
Kenichi Handa
Browse files
language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the composable pattern.
parent
fc560445
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/language/hebrew.el
lisp/language/hebrew.el
+2
-2
No files found.
lisp/ChangeLog
View file @
82a9ce0f
2010-08-09 Kenichi Handa <handa@m17n.org>
* language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the
composable pattern.
2010-08-08 Chong Yidong <cyd@stupidchicken.com>
* tutorial.el (tutorial--default-keys): C-d is now bound to
...
...
lisp/language/hebrew.el
View file @
82a9ce0f
...
...
@@ -237,8 +237,8 @@ Bidirectional editing is supported.")))
(setq idx (1+ idx))))))
gstring))
(let ((pattern1 "
[\u05D0-\u05F2][\u0591-\u05BF\u05C1-\u05C5\u05C7]+
")
(pattern2 "
[\u05D0-\u05F2]\u200D[\u0591-\u05BF\u05C1-\u05C5\u05C7]+
"
))
(let ((pattern1 "
[\u05D0-\u05F2][\u0591-\
u05BD\
u05BF\u05C1-\u05C5\u05C7]+
")
(pattern2 "
[\u05D0-\u05F2]\u200D[\u0591-\
u05BD\
u05BF\u05C1-\u05C5\u05C7]+
"
))
(
set-char-table-range
composition-function-table
'
(
#x591
.
#x5C7
)
(
list
(
vector
pattern2
3
'hebrew-shape-gstring
)
...
...
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