annotate lisp/language/hebrew.el @ 92594:674c88622bd9

Move many autoloads to separate file, cal-loaddefs.el. Move defcustoms to start and re-order. (calendar-month-name-array, calendar-starred-day): No need to declare for compiler. (cal-loaddefs): Require it. (appt, chinese-calendar, calendar-tex): Move custom groups to the appropriate file. (diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Reverse logic. (diary-face, diary-file-name-prefix-function, diary-include-string) (diary-glob-file-regexp-prefix, diary-face-attrs) (diary-file-name-prefix, sexp-diary-entry-symbol) (print-diary-entries-hook, list-diary-entries-hook) (nongregorian-diary-listing-hook, mark-diary-entries-hook) (nongregorian-diary-marking-hook, diary-list-include-blanks): Move to diary-lib. (all-christian-calendar-holidays, all-islamic-calendar-holidays) (all-bahai-calendar-holidays): Doc fix. (calendar-mark-ring): Add doc-string. (calendar-starred-day): Defvar it. (calendar-mode): Make calendar-starred-day local. (calendar-star-date): No need to make calendar-starred-day local.
author Glenn Morris <rgm@gnu.org>
date Sat, 08 Mar 2008 03:47:03 +0000
parents 606f2d163a64
children 1e3a407766b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2
79711
b5d3fc1c4afe Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78309
diff changeset
3 ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
74544
43cc94d955c2 Update copyright years.
Glenn Morris <rgm@gnu.org>
parents: 64085
diff changeset
4 ;; Free Software Foundation, Inc.
74605
6ee41fdd69ff Update AIST copyright years.
Kenichi Handa <handa@m17n.org>
parents: 74544
diff changeset
5 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
79711
b5d3fc1c4afe Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78309
diff changeset
6 ;; 2005, 2006, 2007, 2008
62396
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 52401
diff changeset
7 ;; National Institute of Advanced Industrial Science and Technology (AIST)
197607499a29 Fix copyrights.
Kenichi Handa <handa@m17n.org>
parents: 52401
diff changeset
8 ;; Registration Number H14PRO021
42058
265cb913043e Fix typo.
Pavel Janík <Pavel@Janik.cz>
parents: 42052
diff changeset
9
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 88707
diff changeset
10 ;; Copyright (C) 2003
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 88707
diff changeset
11 ;; National Institute of Advanced Industrial Science and Technology (AIST)
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 88707
diff changeset
12 ;; Registration Number H13PRO009
42058
265cb913043e Fix typo.
Pavel Janík <Pavel@Janik.cz>
parents: 42052
diff changeset
13
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
14 ;; Keywords: multilingual, Hebrew
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
15
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
16 ;; This file is part of GNU Emacs.
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
17
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
18 ;; GNU Emacs is free software; you can redistribute it and/or modify
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
19 ;; it under the terms of the GNU General Public License as published by
78309
0938de05f510 Restore comma mistakenly removed in last change.
Glenn Morris <rgm@gnu.org>
parents: 78300
diff changeset
20 ;; the Free Software Foundation; either version 3, or (at your option)
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
21 ;; any later version.
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
22
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
23 ;; GNU Emacs is distributed in the hope that it will be useful,
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
24 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
25 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
26 ;; GNU General Public License for more details.
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
27
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
28 ;; You should have received a copy of the GNU General Public License
17071
70194012fb3a Fix FSF address in comment.
Karl Heuer <kwzh@gnu.org>
parents: 17052
diff changeset
29 ;; along with GNU Emacs; see the file COPYING. If not, write to the
64085
18a818a2ee7c Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 62396
diff changeset
30 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18a818a2ee7c Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 62396
diff changeset
31 ;; Boston, MA 02110-1301, USA.
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
32
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
33 ;;; Commentary:
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
34
42052
95bb550ed1ff ("Windows-1255"): New language.
Dave Love <fx@gnu.org>
parents: 38414
diff changeset
35 ;; For Hebrew, the character set ISO8859-8 is supported.
37112
9bd793285be5 comment
Dave Love <fx@gnu.org>
parents: 33778
diff changeset
36 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.
42052
95bb550ed1ff ("Windows-1255"): New language.
Dave Love <fx@gnu.org>
parents: 38414
diff changeset
37 ;; Windows-1255 is also supported.
42058
265cb913043e Fix typo.
Pavel Janík <Pavel@Janik.cz>
parents: 42052
diff changeset
38
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
39 ;;; Code:
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
40
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42152
diff changeset
41 (define-coding-system 'hebrew-iso-8bit
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42152
diff changeset
42 "ISO 2022 based 8-bit encoding for Hebrew (MIME:ISO-8859-8)."
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42152
diff changeset
43 :coding-type 'charset
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42152
diff changeset
44 :mnemonic ?8
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42152
diff changeset
45 :charset-list '(iso-8859-8)
88513
bafe04d82c5d Fix :mime-charset properties.
Dave Love <fx@gnu.org>
parents: 88414
diff changeset
46 :mime-charset 'iso-8859-8)
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
47
18520
383d11185239 Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents: 18377
diff changeset
48 (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
49
29157
f0754aea38e3 (iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents: 28906
diff changeset
50 ;; 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
51 ;; 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
52 ;; 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
53 ;; 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
54 (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
55 (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
56
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
57 (set-language-info-alist
89483
2f877ed80fa6 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 88123 88707
diff changeset
58 "Hebrew" '((charset iso-8859-8)
22714
e632673d8975 ("Hebrew"): Add coding-priority.
Kenichi Handa <handa@m17n.org>
parents: 20741
diff changeset
59 (coding-priority hebrew-iso-8bit)
88707
42305f57ba27 ("Hebrew"): Add windows-1255, cp862 coding
Dave Love <fx@gnu.org>
parents: 88619
diff changeset
60 (coding-system hebrew-iso-8bit windows-1255 cp862)
88414
fad0f879877f Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents: 42152
diff changeset
61 (nonascii-translation . iso-8859-8)
22982
5fef9d1a7fc2 (setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents: 22714
diff changeset
62 (input-method . "hebrew")
5fef9d1a7fc2 (setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents: 22714
diff changeset
63 (unibyte-display . hebrew-iso-8bit)
17772
550afdbb31d8 Make functions setup-LANGUAGE-environment
Kenichi Handa <handa@m17n.org>
parents: 17098
diff changeset
64 (sample-text . "Hebrew ,Hylem(B")
42058
265cb913043e Fix typo.
Pavel Janík <Pavel@Janik.cz>
parents: 42052
diff changeset
65 (documentation . "Right-to-left writing is not yet supported.")))
17052
d0d7b244b1d0 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
66
42052
95bb550ed1ff ("Windows-1255"): New language.
Dave Love <fx@gnu.org>
parents: 38414
diff changeset
67 (set-language-info-alist
95bb550ed1ff ("Windows-1255"): New language.
Dave Love <fx@gnu.org>
parents: 38414
diff changeset
68 "Windows-1255" '((coding-priority windows-1255)
95bb550ed1ff ("Windows-1255"): New language.
Dave Love <fx@gnu.org>
parents: 38414
diff changeset
69 (coding-system windows-1255)
42152
e3ae5ef41293 Improving doc strings.
Werner LEMBERG <wl@gnu.org>
parents: 42058
diff changeset
70 (documentation . "\
e3ae5ef41293 Improving doc strings.
Werner LEMBERG <wl@gnu.org>
parents: 42058
diff changeset
71 Support for Windows-1255 encoding, e.g. for Yiddish.
42058
265cb913043e Fix typo.
Pavel Janík <Pavel@Janik.cz>
parents: 42052
diff changeset
72 Right-to-left writing is not yet supported.")))
42052
95bb550ed1ff ("Windows-1255"): New language.
Dave Love <fx@gnu.org>
parents: 38414
diff changeset
73
88558
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
74 (define-coding-system 'windows-1255
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
75 "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)"
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
76 :coding-type 'charset
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
77 :mnemonic ?h
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
78 :charset-list '(windows-1255)
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
79 :mime-charset 'windows-1255)
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
80 (define-coding-system-alias 'cp1255 'windows-1255)
cb333bb24363 (windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents: 88513
diff changeset
81
88619
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
82 (define-coding-system 'cp862
88707
42305f57ba27 ("Hebrew"): Add windows-1255, cp862 coding
Dave Love <fx@gnu.org>
parents: 88619
diff changeset
83 "DOS codepage 862 (Hebrew)"
88619
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
84 :coding-type 'charset
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
85 :mnemonic ?D
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
86 :charset-list '(cp862)
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
87 :mime-charset 'cp862)
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
88 (define-coding-system-alias 'ibm862 'cp862)
3157a3f9d92d (cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents: 88558
diff changeset
89
33778
6d966e8b4bbe Use provide.
Dave Love <fx@gnu.org>
parents: 29157
diff changeset
90 (provide 'hebrew)
6d966e8b4bbe Use provide.
Dave Love <fx@gnu.org>
parents: 29157
diff changeset
91
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48390
diff changeset
92 ;;; arch-tag: 3ca04f32-3f1e-498e-af46-8267498ba5d9
18203
0745f30aec66 Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents: 17993
diff changeset
93 ;;; hebrew.el ends here