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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c64fbf1f
Commit
c64fbf1f
authored
Sep 21, 2004
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add autoload for 'ucs-input-activate and
register-input-method for "ucs".
parent
6622d928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
leim/leim-ext.el
leim/leim-ext.el
+10
-0
No files found.
leim/leim-ext.el
View file @
c64fbf1f
...
@@ -34,4 +34,14 @@
...
@@ -34,4 +34,14 @@
(
eval-after-load
"quail/PY-b5"
(
eval-after-load
"quail/PY-b5"
'
(
quail-defrule
"ling2"
?
$
(
0!r
(
B
nil
t
))
'
(
quail-defrule
"ling2"
?
$
(
0!r
(
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.
While this input method is active, the variable
`input-method-function' is bound to the function `ucs-input-method'."
)
(
register-input-method
"ucs"
"UTF-8"
'ucs-input-activate
"U+"
"Unicode input as hex in the form Uxxxx."
)
;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e
;; arch-tag: 75cfdfc7-de85-44f9-b408-ff67d1ec664e
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