Mercurial > emacs
annotate lisp/language/hebrew.el @ 74332:47735bfd0d95
(hexl-mode-old-hl-line-range-function): New variable
(hexl-mode-old-hl-line-face): New variable
(hexl-mode, hexl-mode-exit): Fix the highlighting of the current line when exit from the hexl-mode.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Thu, 30 Nov 2006 15:55:14 +0000 |
parents | 18a818a2ee7c |
children | 43cc94d955c2 f9a65d7ebd29 |
rev | line source |
---|---|
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
42152
diff
changeset
|
1 ;;; hebrew.el --- support for Hebrew -*- coding: iso-2022-7bit; no-byte-compile: t -*- |
17052 | 2 |
62396 | 3 ;; Copyright (C) 2001 Free Software Foundation, Inc. |
4 ;; Copyright (C) 1995 | |
5 ;; National Institute of Advanced Industrial Science and Technology (AIST) | |
6 ;; Registration Number H14PRO021 | |
42058 | 7 |
17052 | 8 ;; Keywords: multilingual, Hebrew |
9 | |
10 ;; This file is part of GNU Emacs. | |
11 | |
12 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
13 ;; it under the terms of the GNU General Public License as published by | |
14 ;; the Free Software Foundation; either version 2, or (at your option) | |
15 ;; any later version. | |
16 | |
17 ;; GNU Emacs is distributed in the hope that it will be useful, | |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 ;; GNU General Public License for more details. | |
21 | |
22 ;; You should have received a copy of the GNU General Public License | |
17071 | 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
64085 | 24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
25 ;; Boston, MA 02110-1301, USA. | |
17052 | 26 |
27 ;;; Commentary: | |
28 | |
42052 | 29 ;; For Hebrew, the character set ISO8859-8 is supported. |
37112 | 30 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM. |
42052 | 31 ;; Windows-1255 is also supported. |
42058 | 32 |
17052 | 33 ;;; Code: |
34 | |
35 (make-coding-system | |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17993
diff
changeset
|
36 'hebrew-iso-8bit 2 ?8 |
42152 | 37 "ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)." |
23899
5aca264ca763
Don't use sublists in the flags argument passed to make-coding-system.
Eli Zaretskii <eliz@gnu.org>
parents:
23158
diff
changeset
|
38 '(ascii hebrew-iso8859-8 nil nil |
48390
987c47f9b6cb
(hebrew-iso-8bit): Make it safe.
Kenichi Handa <handa@m17n.org>
parents:
47726
diff
changeset
|
39 nil nil nil nil nil nil nil nil t nil nil t) |
20741
dcad2d056d80
Adjusted for the change of
Kenichi Handa <handa@m17n.org>
parents:
20159
diff
changeset
|
40 '((safe-charsets ascii hebrew-iso8859-8) |
dcad2d056d80
Adjusted for the change of
Kenichi Handa <handa@m17n.org>
parents:
20159
diff
changeset
|
41 (mime-charset . iso-8859-8))) |
17052 | 42 |
18520
383d11185239
Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents:
18377
diff
changeset
|
43 (define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit) |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17993
diff
changeset
|
44 |
29157
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
45 ;; These are for Explicit and Implicit directionality information, as |
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
46 ;; defined in RFC 1556. We don't yet support directional information |
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
47 ;; in bidi languages, so these aliases are a lie, especially as far as |
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
48 ;; iso-8859-8-e is concerned. FIXME. |
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
49 (define-coding-system-alias 'iso-8859-8-e 'hebrew-iso-8bit) |
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
50 (define-coding-system-alias 'iso-8859-8-i 'hebrew-iso-8bit) |
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
51 |
17052 | 52 (set-language-info-alist |
23029
0105e2a62bcf
("Hebrew"): Delete describe-function key.
Kenichi Handa <handa@m17n.org>
parents:
22982
diff
changeset
|
53 "Hebrew" '((charset . (hebrew-iso8859-8)) |
22714
e632673d8975
("Hebrew"): Add coding-priority.
Kenichi Handa <handa@m17n.org>
parents:
20741
diff
changeset
|
54 (coding-priority hebrew-iso-8bit) |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17993
diff
changeset
|
55 (coding-system . (hebrew-iso-8bit)) |
22982
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
22714
diff
changeset
|
56 (nonascii-translation . hebrew-iso8859-8) |
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
22714
diff
changeset
|
57 (input-method . "hebrew") |
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
22714
diff
changeset
|
58 (unibyte-display . hebrew-iso-8bit) |
17772
550afdbb31d8
Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents:
17098
diff
changeset
|
59 (sample-text . "Hebrew ,Hylem(B") |
42058 | 60 (documentation . "Right-to-left writing is not yet supported."))) |
17052 | 61 |
42052 | 62 (set-language-info-alist |
63 "Windows-1255" '((coding-priority windows-1255) | |
64 (coding-system windows-1255) | |
65 (features code-pages) | |
42152 | 66 (documentation . "\ |
67 Support for Windows-1255 encoding, e.g. for Yiddish. | |
42058 | 68 Right-to-left writing is not yet supported."))) |
42052 | 69 |
33778 | 70 (provide 'hebrew) |
71 | |
52401 | 72 ;;; arch-tag: 3ca04f32-3f1e-498e-af46-8267498ba5d9 |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17993
diff
changeset
|
73 ;;; hebrew.el ends here |