Mercurial > emacs
comparison etc/NEWS @ 26034:e7b463705814
Some typos fixed.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Oct 1999 00:09:05 +0000 |
parents | c5e8559a53cb |
children | fd35581d53c1 |
comparison
equal
deleted
inserted
replaced
26033:ffdaa0c4fb12 | 26034:e7b463705814 |
---|---|
776 | 776 |
777 (let ((s1 "hello, %s") | 777 (let ((s1 "hello, %s") |
778 (s2 "world")) | 778 (s2 "world")) |
779 (put-text-property 0 (length s1) 'face 'bold s1) | 779 (put-text-property 0 (length s1) 'face 'bold s1) |
780 (put-text-property 0 (length s2) 'face 'italic s2) | 780 (put-text-property 0 (length s2) 'face 'italic s2) |
781 (format s1 s2) | 781 (format s1 s2)) |
782 | 782 |
783 results in a bold-face string with an italic `world' at the end. | 783 results in a bold-face string with an italic `world' at the end. |
784 | 784 |
785 +++ | 785 +++ |
786 ** Messages can now be displayed with text properties. | 786 ** Messages can now be displayed with text properties. |
975 Emacs can make use of scalable fonts but doesn't do so by default, | 975 Emacs can make use of scalable fonts but doesn't do so by default, |
976 since the use of too many or too big scalable fonts may crash XFree86 | 976 since the use of too many or too big scalable fonts may crash XFree86 |
977 servers. | 977 servers. |
978 | 978 |
979 To enable scalable font use, set the variable | 979 To enable scalable font use, set the variable |
980 `scalable-fonts-allowed'. A value of nil, the default, means nver use | 980 `scalable-fonts-allowed'. A value of nil, the default, means never use |
981 scalable fonts. A value of t means any scalable font may be used. | 981 scalable fonts. A value of t means any scalable font may be used. |
982 Otherwise, the value must be a list of regular expressions. A | 982 Otherwise, the value must be a list of regular expressions. A |
983 scalable font may then be used if it matches a regular expression from | 983 scalable font may then be used if it matches a regular expression from |
984 that list. Example: | 984 that list. Example: |
985 | 985 |
1275 may be present in the image specification. | 1275 may be present in the image specification. |
1276 | 1276 |
1277 | 1277 |
1278 *** Supported image types | 1278 *** Supported image types |
1279 | 1279 |
1280 **** XBM, iamge type `xbm'. | 1280 **** XBM, image type `xbm'. |
1281 | 1281 |
1282 XBM images don't require an external library. Additional image | 1282 XBM images don't require an external library. Additional image |
1283 properties supported are | 1283 properties supported are |
1284 | 1284 |
1285 `:foreground FG' | 1285 `:foreground FG' |
1403 Additional image properties supported are: | 1403 Additional image properties supported are: |
1404 | 1404 |
1405 `:pt-width WIDTH' | 1405 `:pt-width WIDTH' |
1406 | 1406 |
1407 WIDTH is width of the image in pt (1/72 inch). WIDTH must be an | 1407 WIDTH is width of the image in pt (1/72 inch). WIDTH must be an |
1408 integer. This is an required property. | 1408 integer. This is a required property. |
1409 | 1409 |
1410 `:pt-height HEIGHT' | 1410 `:pt-height HEIGHT' |
1411 | 1411 |
1412 HEIGHT specifies the height of the image in pt (1/72 inch). HEIGHT | 1412 HEIGHT specifies the height of the image in pt (1/72 inch). HEIGHT |
1413 must be an integer. This is an required property. | 1413 must be a integer. This is an required property. |
1414 | 1414 |
1415 `:bounding-box BOX' | 1415 `:bounding-box BOX' |
1416 | 1416 |
1417 BOX must be a list or vector of 4 integers giving the bounding box of | 1417 BOX must be a list or vector of 4 integers giving the bounding box of |
1418 the PS image, analogous to the `BoundingBox' comment found in PS | 1418 the PS image, analogous to the `BoundingBox' comment found in PS |