Mercurial > emacs
annotate lisp/language/hebrew.el @ 109383:dcdf09a52e2c
[[[
* lisp/bookmark.el (bookmark-bmenu-switch-other-window,
bookmark-bmenu-other-window, bookmark-bmenu-2-window): Don't override
ambient binding of `bookmark-automatically-show-annotations'. (Bug #6515)
]]]
=== modified file 'lisp/bookmark.el'
--- lisp/bookmark.el 2010-04-14 15:07:53 +0000
+++ lisp/bookmark.el 2010-06-27 03:40:14 +0000
@@ -1860,8 +1860,7 @@
(pop-up-windows t))
(delete-other-windows)
(switch-to-buffer (other-buffer))
- (let ((bookmark-automatically-show-annotations nil)) ;FIXME: needed?
- (bookmark--jump-via bmrk 'pop-to-buffer))
+ (bookmark--jump-via bmrk 'pop-to-buffer)
(bury-buffer menu)))
@@ -1875,8 +1874,7 @@
"Select this line's bookmark in other window, leaving bookmark menu visible."
(interactive)
(let ((bookmark (bookmark-bmenu-bookmark)))
- (let ((bookmark-automatically-show-annotations t)) ;FIXME: needed?
- (bookmark--jump-via bookmark 'switch-to-buffer-other-window))))
+ (bookmark--jump-via bookmark 'switch-to-buffer-other-window)))
(defun bookmark-bmenu-switch-other-window ()
@@ -1887,8 +1885,7 @@
(pop-up-windows t)
same-window-buffer-names
same-window-regexps)
- (let ((bookmark-automatically-show-annotations t)) ;FIXME: needed?
- (bookmark--jump-via bookmark 'display-buffer))))
+ (bookmark--jump-via bookmark 'display-buffer)))
(defun bookmark-bmenu-other-window-with-mouse (event)
"Select bookmark at the mouse pointer in other window, leaving bookmark menu visible."
=== modified file 'lisp/saveplace.el'
--- lisp/saveplace.el 2010-01-13 08:35:10 +0000
+++ lisp/saveplace.el 2010-02-07 23:14:52 +0000
@@ -213,7 +213,7 @@
(symbol-name coding-system-for-write)))
(let ((print-length nil)
(print-level nil))
- (print save-place-alist (current-buffer)))
+ (pp save-place-alist (current-buffer)))
(let ((version-control
(cond
((null save-place-version-control) nil)
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Tue, 13 Jul 2010 18:09:20 -0400 |
parents | 09daf1538316 |
children | c18e82c381e4 |
rev | line source |
---|---|
109354 | 1 ;;; hebrew.el --- support for Hebrew -*- coding: utf-8 -*- |
17052 | 2 |
106815 | 3 ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
74544 | 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, |
106815 | 6 ;; 2005, 2006, 2007, 2008, 2009, 2010 |
62396 | 7 ;; National Institute of Advanced Industrial Science and Technology (AIST) |
8 ;; Registration Number H14PRO021 | |
42058 | 9 |
89483 | 10 ;; Copyright (C) 2003 |
11 ;; National Institute of Advanced Industrial Science and Technology (AIST) | |
12 ;; Registration Number H13PRO009 | |
42058 | 13 |
17052 | 14 ;; Keywords: multilingual, Hebrew |
15 | |
16 ;; This file is part of GNU Emacs. | |
17 | |
94665
55b7f25d920a
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
18 ;; GNU Emacs is free software: you can redistribute it and/or modify |
17052 | 19 ;; it under the terms of the GNU General Public License as published by |
94665
55b7f25d920a
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
20 ;; the Free Software Foundation, either version 3 of the License, or |
55b7f25d920a
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
21 ;; (at your option) any later version. |
17052 | 22 |
23 ;; GNU Emacs is distributed in the hope that it will be useful, | |
24 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
25 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
26 ;; GNU General Public License for more details. | |
27 | |
28 ;; You should have received a copy of the GNU General Public License | |
94665
55b7f25d920a
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93975
diff
changeset
|
29 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
17052 | 30 |
31 ;;; Commentary: | |
32 | |
42052 | 33 ;; For Hebrew, the character set ISO8859-8 is supported. |
37112 | 34 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM. |
42052 | 35 ;; Windows-1255 is also supported. |
42058 | 36 |
17052 | 37 ;;; Code: |
38 | |
88414
fad0f879877f
Call define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa <handa@m17n.org>
parents:
42152
diff
changeset
|
39 (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
|
40 "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
|
41 :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
|
42 :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
|
43 :charset-list '(iso-8859-8) |
88513 | 44 :mime-charset 'iso-8859-8) |
17052 | 45 |
18520
383d11185239
Swap args to define-coding-system-alias.
Richard M. Stallman <rms@gnu.org>
parents:
18377
diff
changeset
|
46 (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
|
47 |
29157
f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii <eliz@gnu.org>
parents:
28906
diff
changeset
|
48 ;; 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
|
49 ;; 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
|
50 ;; 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
|
51 ;; 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
|
52 (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
|
53 (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
|
54 |
17052 | 55 (set-language-info-alist |
89483 | 56 "Hebrew" '((charset iso-8859-8) |
22714
e632673d8975
("Hebrew"): Add coding-priority.
Kenichi Handa <handa@m17n.org>
parents:
20741
diff
changeset
|
57 (coding-priority hebrew-iso-8bit) |
88707
42305f57ba27
("Hebrew"): Add windows-1255, cp862 coding
Dave Love <fx@gnu.org>
parents:
88619
diff
changeset
|
58 (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
|
59 (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
|
60 (input-method . "hebrew") |
5fef9d1a7fc2
(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa <handa@m17n.org>
parents:
22714
diff
changeset
|
61 (unibyte-display . hebrew-iso-8bit) |
109354 | 62 (sample-text . "Hebrew שלום") |
108598
bd78a6519aa5
lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
63 (documentation . "Bidirectional editing is supported."))) |
17052 | 64 |
42052 | 65 (set-language-info-alist |
66 "Windows-1255" '((coding-priority windows-1255) | |
67 (coding-system windows-1255) | |
42152 | 68 (documentation . "\ |
69 Support for Windows-1255 encoding, e.g. for Yiddish. | |
108598
bd78a6519aa5
lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
70 Bidirectional editing is supported."))) |
42052 | 71 |
88558
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
72 (define-coding-system 'windows-1255 |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
73 "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)" |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
74 :coding-type 'charset |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
75 :mnemonic ?h |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
76 :charset-list '(windows-1255) |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
77 :mime-charset 'windows-1255) |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
78 (define-coding-system-alias 'cp1255 'windows-1255) |
cb333bb24363
(windows-1255, cp1255): New coding systems.
Dave Love <fx@gnu.org>
parents:
88513
diff
changeset
|
79 |
88619
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
80 (define-coding-system 'cp862 |
88707
42305f57ba27
("Hebrew"): Add windows-1255, cp862 coding
Dave Love <fx@gnu.org>
parents:
88619
diff
changeset
|
81 "DOS codepage 862 (Hebrew)" |
88619
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
82 :coding-type 'charset |
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
83 :mnemonic ?D |
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
84 :charset-list '(cp862) |
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
85 :mime-charset 'cp862) |
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
86 (define-coding-system-alias 'ibm862 'cp862) |
3157a3f9d92d
(cp862, ibm862): New coding systems.
Dave Love <fx@gnu.org>
parents:
88558
diff
changeset
|
87 |
109354 | 88 ;; Return a nested alist of Hebrew character sequences vs the |
89 ;; corresponding glyph of FONT-OBJECT. | |
90 (defun hebrew-font-get-precomposed (font-object) | |
91 (let ((precomposed (font-get font-object 'hebrew-precomposed)) | |
92 ;; Vector of Hebrew precomposed charaters. | |
93 (chars [#xFB2A #xFB2B #xFB2C #xFB2D #xFB2E #xFB2F #xFB30 #xFB31 | |
94 #xFB32 #xFB33 #xFB34 #xFB35 #xFB36 #xFB38 #xFB39 #xFB3A | |
95 #xFB3B #xFB3C #xFB3E #xFB40 #xFB41 #xFB43 #xFB44 #xFB46 | |
96 #xFB47 #xFB48 #xFB49 #xFB4A #xFB4B #xFB4C #xFB4D #xFB4E]) | |
97 ;; Vector of decomposition character sequences corresponding | |
98 ;; to the above vector. | |
99 (decomposed | |
100 [[#x05E9 #x05C1] | |
101 [#x05E9 #x05C2] | |
102 [#x05E9 #x05BC #x05C1] | |
103 [#x05E9 #x05BC #x05C2] | |
104 [#x05D0 #x05B7] | |
105 [#x05D0 #x05B8] | |
106 [#x05D0 #x05BC] | |
107 [#x05D1 #x05BC] | |
108 [#x05D2 #x05BC] | |
109 [#x05D3 #x05BC] | |
110 [#x05D4 #x05BC] | |
111 [#x05D5 #x05BC] | |
112 [#x05D6 #x05BC] | |
113 [#x05D8 #x05BC] | |
114 [#x05D9 #x05BC] | |
115 [#x05DA #x05BC] | |
116 [#x05DB #x05BC] | |
117 [#x05DC #x05BC] | |
118 [#x05DE #x05BC] | |
119 [#x05E0 #x05BC] | |
120 [#x05E1 #x05BC] | |
121 [#x05E3 #x05BC] | |
122 [#x05E4 #x05BC] | |
123 [#x05E6 #x05BC] | |
124 [#x05E7 #x05BC] | |
125 [#x05E8 #x05BC] | |
126 [#x05E9 #x05BC] | |
127 [#x05EA #x05BC] | |
128 [#x05D5 #x05B9] | |
129 [#x05D1 #x05BF] | |
130 [#x05DB #x05BF] | |
131 [#x05E4 #x05BF]])) | |
132 (unless precomposed | |
133 (setq precomposed (list t)) | |
134 (let ((gvec (font-get-glyphs font-object 0 (length chars) chars))) | |
135 (dotimes (i (length chars)) | |
136 (if (aref gvec i) | |
137 (set-nested-alist (aref decomposed i) (aref gvec i) | |
138 precomposed)))) | |
139 ;; Cache the result in FONT-OBJECT's property. | |
140 (font-put font-object 'hebrew-precomposed precomposed)) | |
141 precomposed)) | |
142 | |
143 ;; Composition function for hebrew. GSTRING is made of a Hebrew base | |
144 ;; character followed by Hebrew diacritical marks, or is made of | |
145 ;; single Hebrew diacritical mark. Adjust GSTRING to display that | |
146 ;; sequence properly. The basic strategy is: | |
147 ;; | |
148 ;; (1) If there's single diacritical, add padding space to the left | |
149 ;; and right of the glyph. | |
150 ;; | |
151 ;; (2) If the font has OpenType features for Hebrew, ask the OTF | |
152 ;; driver the whole work. | |
153 ;; | |
154 ;; (3) If the font has precomposed glyphs, use them as far as | |
155 ;; possible. Adjust the remaining glyphs artificially. | |
156 | |
108762 | 157 (defun hebrew-shape-gstring (gstring) |
109354 | 158 (let* ((font (lgstring-font gstring)) |
159 (otf (font-get font :otf)) | |
160 (nchars (lgstring-char-len gstring)) | |
161 header nglyphs base-width glyph precomposed val idx) | |
162 (cond | |
163 ((= nchars 1) | |
164 ;; Independent diacritical mark. Add padding space to left or | |
165 ;; right so that the glyph doesn't overlap with the surrounding | |
166 ;; chars. | |
167 (setq glyph (lgstring-glyph gstring 0)) | |
168 (let ((width (lglyph-width glyph)) | |
169 bearing) | |
170 (if (< (setq bearing (lglyph-lbearing glyph)) 0) | |
171 (lglyph-set-adjustment glyph bearing 0 (- width bearing))) | |
172 (if (> (setq bearing (lglyph-rbearing glyph)) width) | |
173 (lglyph-set-adjustment glyph 0 0 bearing)))) | |
174 | |
175 ((or (assq 'hebr (car otf)) (assq 'hebr (cdr otf))) | |
176 ;; FONT has OpenType features for Hebrew. | |
177 (font-shape-gstring gstring)) | |
178 | |
179 (t | |
180 ;; FONT doesn't have OpenType features for Hebrew. | |
181 ;; Try a precomposed glyph. | |
182 ;; Now GSTRING is in this form: | |
183 ;; [[FONT CHAR1 CHAR2 ... CHARn] nil GLYPH1 GLYPH2 ... GLYPHn nil ...] | |
184 (setq precomposed (hebrew-font-get-precomposed font) | |
185 header (lgstring-header gstring) | |
186 val (lookup-nested-alist header precomposed nil 1)) | |
187 (if (and (consp val) (vectorp (car val))) | |
188 ;; All characters can be displayed by a single precomposed glyph. | |
189 ;; Reform GSTRING to [HEADER nil PRECOMPOSED-GLYPH nil ...] | |
190 (let ((glyph (copy-sequence (car val)))) | |
191 (lglyph-set-from-to glyph 0 (1- nchars)) | |
192 (lgstring-set-glyph gstring 0 glyph) | |
193 (lgstring-set-glyph gstring 1 nil)) | |
194 (if (and (integerp val) (> val 2) | |
195 (setq glyph (lookup-nested-alist header precomposed val 1)) | |
196 (consp glyph) (vectorp (car glyph))) | |
197 ;; The first (1- VAL) characters can be displayed by a | |
198 ;; precomposed glyph. Provided that VAL is 3, the first | |
199 ;; two glyphs should be replaced by the precomposed glyph. | |
200 ;; In that case, reform GSTRING to: | |
201 ;; [HEADER nil PRECOMPOSED-GLYPH GLYPH3 ... GLYPHn nil ...] | |
202 (let* ((ncmp (1- val)) ; number of composed glyphs | |
203 (diff (1- ncmp))) ; number of reduced glyphs | |
204 (setq glyph (copy-sequence (car glyph))) | |
205 (lglyph-set-from-to glyph 0 (1- nchars)) | |
206 (lgstring-set-glyph gstring 0 glyph) | |
207 (setq idx ncmp) | |
208 (while (< idx nchars) | |
209 (setq glyph (lgstring-glyph gstring idx)) | |
210 (lglyph-set-from-to glyph 0 (1- nchars)) | |
211 (lgstring-set-glyph gstring (- idx diff) glyph) | |
212 (setq idx (1+ idx))) | |
213 (lgstring-set-glyph gstring (- idx diff) nil) | |
214 (setq idx (- ncmp diff) | |
215 nglyphs (- nchars diff))) | |
216 (setq glyph (lgstring-glyph gstring 0)) | |
217 (lglyph-set-from-to glyph 0 (1- nchars)) | |
218 (setq idx 1 nglyphs nchars)) | |
219 ;; Now IDX is an index to the first non-precomposed glyph. | |
220 ;; Adjust positions of the remaining glyphs artificially. | |
221 (setq base-width (lglyph-width (lgstring-glyph gstring 0))) | |
222 (while (< idx nglyphs) | |
223 (setq glyph (lgstring-glyph gstring idx)) | |
224 (lglyph-set-from-to glyph 0 (1- nchars)) | |
225 (if (>= (lglyph-lbearing glyph) (lglyph-width glyph)) | |
226 ;; It seems that this glyph is designed to be rendered | |
227 ;; before the base glyph. | |
228 (lglyph-set-adjustment glyph (- base-width) 0 0) | |
229 (if (>= (lglyph-lbearing glyph) 0) | |
230 ;; Align the horizontal center of this glyph to the | |
231 ;; horizontal center of the base glyph. | |
232 (let ((width (- (lglyph-rbearing glyph) | |
233 (lglyph-lbearing glyph)))) | |
234 (lglyph-set-adjustment glyph | |
235 (- (/ (- base-width width) 2) | |
236 (lglyph-lbearing glyph) | |
237 base-width) 0 0)))) | |
238 (setq idx (1+ idx)))))) | |
239 gstring)) | |
108762 | 240 |
241 (let ((pattern1 "[\u05D0-\u05F2][\u0591-\u05BF\u05C1-\u05C5\u05C7]+") | |
242 (pattern2 "[\u05D0-\u05F2]\u200D[\u0591-\u05BF\u05C1-\u05C5\u05C7]+")) | |
243 (set-char-table-range | |
244 composition-function-table '(#x591 . #x5C7) | |
109354 | 245 (list (vector pattern2 3 'hebrew-shape-gstring) |
246 (vector pattern2 2 'hebrew-shape-gstring) | |
108762 | 247 (vector pattern1 1 'hebrew-shape-gstring) |
109354 | 248 [nil 0 hebrew-shape-gstring])) |
108762 | 249 (set-char-table-range |
250 composition-function-table #x5C0 nil) | |
251 (set-char-table-range | |
252 composition-function-table #x5C6 nil)) | |
253 | |
33778 | 254 (provide 'hebrew) |
255 | |
93975
1e3a407766b9
Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
91327
diff
changeset
|
256 ;; arch-tag: 3ca04f32-3f1e-498e-af46-8267498ba5d9 |
18203
0745f30aec66
Adjusted for coding system name change.
Kenichi Handa <handa@m17n.org>
parents:
17993
diff
changeset
|
257 ;;; hebrew.el ends here |