Mercurial > emacs
annotate lisp/international/charprop.el @ 107189:a48b193e3b5f
(tramp-handle-insert-file-contents): Set always the permissions of the
temporary file to "0600". In case the remote
file has no read permissions for the owner, there might be
problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Thu, 18 Feb 2010 11:03:12 +0100 |
parents | 9d7abc341a97 |
children | 1897051f6da3 |
rev | line source |
---|---|
105369
9d7abc341a97
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
Juanma Barranquero <lekktu@gmail.com>
parents:
105368
diff
changeset
|
1 ;; Copyright (C) 1991-2009 Unicode, Inc. |
9d7abc341a97
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
Juanma Barranquero <lekktu@gmail.com>
parents:
105368
diff
changeset
|
2 ;; This file was generated from the Unicode data file at |
9d7abc341a97
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
Juanma Barranquero <lekktu@gmail.com>
parents:
105368
diff
changeset
|
3 ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. |
9d7abc341a97
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
Juanma Barranquero <lekktu@gmail.com>
parents:
105368
diff
changeset
|
4 ;; See lisp/international/README for the copyright and permission notice. |
9d7abc341a97
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
Juanma Barranquero <lekktu@gmail.com>
parents:
105368
diff
changeset
|
5 |
90276 | 6 ;; FILE: uni-name.el |
7 (define-char-code-property 'name "uni-name.el" | |
8 "Unicode character name. | |
9 Property value is a string.") | |
10 ;; FILE: uni-category.el | |
11 (define-char-code-property 'general-category "uni-category.el" | |
12 "Unicode general category. | |
13 Property value is one of the following symbols: | |
14 Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po, | |
15 Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn") | |
16 ;; FILE: uni-combining.el | |
17 (define-char-code-property 'canonical-combining-class "uni-combining.el" | |
18 "Unicode canonical combining class. | |
19 Property value is an integer.") | |
20 ;; FILE: uni-bidi.el | |
21 (define-char-code-property 'bidi-class "uni-bidi.el" | |
22 "Unicode bidi class. | |
23 Property value is one of the following symbols: | |
24 L, LRE, LRO, R, AL, RLE, RLO, PDF, EN, ES, ET, | |
25 AN, CS, NSM, BN, B, S, WS, ON") | |
26 ;; FILE: uni-decomposition.el | |
27 (define-char-code-property 'decomposition "uni-decomposition.el" | |
28 "Unicode decomposition mapping. | |
29 Property value is a list of characters. The first element may be | |
30 one of these symbols representing compatibility formatting tag: | |
102903 | 31 font, noBreak, initial, medial, final, isolated, circle, super, |
32 sub, vertical, wide, narrow, small, square, fraction, compat") | |
90276 | 33 ;; FILE: uni-decimal.el |
34 (define-char-code-property 'decimal-digit-value "uni-decimal.el" | |
35 "Unicode numeric value (decimal digit). | |
36 Property value is an integer.") | |
37 ;; FILE: uni-digit.el | |
38 (define-char-code-property 'digit-value "uni-digit.el" | |
39 "Unicode numeric value (digit). | |
40 Property value is an integer.") | |
41 ;; FILE: uni-numeric.el | |
42 (define-char-code-property 'numeric-value "uni-numeric.el" | |
43 "Unicode numeric value (numeric). | |
100095 | 44 Property value is an integer or a floating point.") |
90276 | 45 ;; FILE: uni-mirrored.el |
46 (define-char-code-property 'mirrored "uni-mirrored.el" | |
47 "Unicode bidi mirrored flag. | |
48 Property value is a symbol `Y' or `N'.") | |
49 ;; FILE: uni-old-name.el | |
50 (define-char-code-property 'old-name "uni-old-name.el" | |
51 "Unicode old names as published in Unicode 1.0. | |
52 Property value is a string.") | |
53 ;; FILE: uni-comment.el | |
54 (define-char-code-property 'iso-10646-comment "uni-comment.el" | |
55 "Unicode ISO 10646 comment. | |
56 Property value is a string.") | |
57 ;; FILE: uni-uppercase.el | |
58 (define-char-code-property 'uppercase "uni-uppercase.el" | |
59 "Unicode simple uppercase mapping. | |
60 Property value is a character.") | |
61 ;; FILE: uni-lowercase.el | |
62 (define-char-code-property 'lowercase "uni-lowercase.el" | |
63 "Unicode simple lowercase mapping. | |
64 Property value is a character.") | |
65 ;; FILE: uni-titlecase.el | |
66 (define-char-code-property 'titlecase "uni-titlecase.el" | |
67 "Unicode simple titlecase mapping. | |
68 Property value is a character.") | |
69 ;; Local Variables: | |
70 ;; coding: utf-8 | |
71 ;; no-byte-compile: t | |
72 ;; End: | |
73 | |
74 ;; charprop.el ends here |