Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59579816
Commit
59579816
authored
Jun 28, 2005
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rules for inserting full-width space for
quail/Punct and quail/Punct-b5.
parent
9dae638c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
leim/ChangeLog
leim/ChangeLog
+5
-0
leim/leim-ext.el
leim/leim-ext.el
+6
-0
No files found.
leim/ChangeLog
View file @
59579816
2005
-
06
-
28
Kenichi
Handa
<
handa
@
m17n
.
org
>
*
leim
-
ext
.
el
:
Add
rules
for
inserting
full
-
width
space
for
quail
/
Punct
and
quail
/
Punct
-
b5
.
2005
-
06
-
04
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
makefile
.
w32
-
in
(
distclean
):
Fix
a
typo
(
colon
was
after
...
...
leim/leim-ext.el
View file @
59579816
...
...
@@ -34,6 +34,12 @@
(
eval-after-load
"quail/PY-b5"
'
(
quail-defrule
"ling2"
?
$
(
0!r
(
B
nil
t
))
;; Enable inputting full-width space (U+3000).
(
eval-after-load
"quail/Punct"
'
(
quail-defrule
" "
?
$A!!
(
B
nil
t
))
(
eval-after-load
"quail/Punct-b5"
'
(
quail-defrule
" "
?
$
(
0!!
(
B
nil
t
))
(
autoload
'ucs-input-activate
"quail/uni-input"
"Activate UCS input method.
With arg, activate UCS input method if and only if arg is positive.
...
...
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