Mercurial > emacs
comparison etc/NEWS @ 33499:178c626ccf39
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 15 Nov 2000 13:37:16 +0000 |
parents | e64bda3bd077 |
children | 3542a106155f |
comparison
equal
deleted
inserted
replaced
33498:02bf0aa33c9f | 33499:178c626ccf39 |
---|---|
3888 the text. In the latter case you can also use the simpler form IMAGE | 3888 the text. In the latter case you can also use the simpler form IMAGE |
3889 as display specification. | 3889 as display specification. |
3890 | 3890 |
3891 *** Other display properties | 3891 *** Other display properties |
3892 | 3892 |
3893 - :space-width FACTOR | 3893 - (space-width FACTOR) |
3894 | 3894 |
3895 Specifies that space characters in the text having that property | 3895 Specifies that space characters in the text having that property |
3896 should be displayed FACTOR times as wide as normal; FACTOR must be an | 3896 should be displayed FACTOR times as wide as normal; FACTOR must be an |
3897 integer or float. | 3897 integer or float. |
3898 | 3898 |
3899 - :height HEIGHT | 3899 - (height HEIGHT) |
3900 | 3900 |
3901 Display text having this property in a font that is smaller or larger. | 3901 Display text having this property in a font that is smaller or larger. |
3902 | 3902 |
3903 If HEIGHT is a list of the form `(+ N)', where N is an integer, that | 3903 If HEIGHT is a list of the form `(+ N)', where N is an integer, that |
3904 means to use a font that is N steps larger. If HEIGHT is a list of | 3904 means to use a font that is N steps larger. If HEIGHT is a list of |
3913 height as argument. The function should return the new height to use. | 3913 height as argument. The function should return the new height to use. |
3914 | 3914 |
3915 Otherwise, HEIGHT is evaluated to get the new height, with the symbol | 3915 Otherwise, HEIGHT is evaluated to get the new height, with the symbol |
3916 `height' bound to the current specified font height. | 3916 `height' bound to the current specified font height. |
3917 | 3917 |
3918 - :raise FACTOR | 3918 - (raise FACTOR) |
3919 | 3919 |
3920 FACTOR must be a number, specifying a multiple of the current | 3920 FACTOR must be a number, specifying a multiple of the current |
3921 font's height. If it is positive, that means to display the characters | 3921 font's height. If it is positive, that means to display the characters |
3922 raised. If it is negative, that means to display them lower down. The | 3922 raised. If it is negative, that means to display them lower down. The |
3923 amount of raising or lowering is computed without taking account of the | 3923 amount of raising or lowering is computed without taking account of the |
3924 `:height' subproperty. | 3924 `height' subproperty. |
3925 | 3925 |
3926 *** Conditional display properties | 3926 *** Conditional display properties |
3927 | 3927 |
3928 All display specifications can be conditionalized. If a specification | 3928 All display specifications can be conditionalized. If a specification |
3929 has the form `(:when CONDITION . SPEC)', the specification SPEC | 3929 has the form `(:when CONDITION . SPEC)', the specification SPEC |