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
09e5eab5
Commit
09e5eab5
authored
Nov 22, 2006
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
("Turkish"): Sync with HEAD.
parent
2bb915b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
lisp/language/european.el
lisp/language/european.el
+15
-9
No files found.
lisp/language/european.el
View file @
09e5eab5
...
...
@@ -486,19 +486,25 @@ and it selects the Spanish tutorial."))
(unibyte-display . iso-latin-5)
(input-method . "
turkish-postfix
")
(sample-text . "
Turkish
(
T
$
(
D+d
(
Brk
$
(
D+.
(
Be
)
Merhaba
")
(setup-function
. (lambda ()
(set-case-syntax-pair ?I ?$(D)E(B (standard-case-table))
(set-case-syntax-pair ?$(D*D(B ?i (standard-case-table))))
(exit-function
. (lambda ()
(set-case-syntax-pair ?I ?i (standard-case-table))
(set-case-syntax ?$(D)E(B "
w
" (standard-case-table))
(set-case-syntax ?$(D*D(B "
w
" (standard-case-table))))
(setup-function . turkish-case-conversion-enable)
(setup-function . turkish-case-conversion-disable)
(documentation . "
Support
for
Turkish.
Differs
from
the
Latin-5
environment
in
using
the
`
turkish-postfix
'
input
method
and
applying
Turkish
case
rules
for
the
characters
i,
I,
$
(
D
)
E
(
B,
$
(
D*D
(
B.
")))
(defun turkish-case-conversion-enable ()
"
Set
up
Turkish
case
conversion
of
`
i
'
and
`
I
'
into
`
$
(
D*D
(
B
'
and
`
$
(
D
)
E
(
B
'.
"
(let ((table (standard-case-table)))
(set-case-syntax-pair ?$(D*D(B ?i table)
(set-case-syntax-pair ?I ?$(D)E(B table)))
(defun turkish-case-conversion-disable ()
"
Set
up
normal
(
non-Turkish
)
case
conversion
of
`
i
'
into
`
I
'.
"
(let ((table (standard-case-table)))
(set-case-syntax-pair ?I ?i table)
(set-case-syntax ?$(D*D(B "
w
" table)
(set-case-syntax ?$(D)E(B "
w
" table)))
;; Polish ISO 8859-2 environment.
;; Maintainer: Wlodek Bzyl <matwb@univ.gda.pl>
;; Keywords: multilingual, Polish
...
...
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