Mercurial > emacs
comparison lisp/ps-print.el @ 90739:212262e82d04
Fix background height
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Fri, 26 Jan 2007 23:47:52 +0000 |
parents | 95d0cdf160ea |
children | f83d17e1ace6 |
comparison
equal
deleted
inserted
replaced
90738:a77c806ee80a | 90739:212262e82d04 |
---|---|
8 ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 8 ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> |
9 ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 9 ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) |
10 ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 10 ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) |
11 ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> | 11 ;; Vinicius Jose Latorre <viniciusjl@ig.com.br> |
12 ;; Keywords: wp, print, PostScript | 12 ;; Keywords: wp, print, PostScript |
13 ;; Version: 7.2 | 13 ;; Version: 7.2.1 |
14 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 14 ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
15 | 15 |
16 (defconst ps-print-version "7.2" | 16 (defconst ps-print-version "7.2.1" |
17 "ps-print.el, v 7.2 <2007/01/19 vinicius> | 17 "ps-print.el, v 7.2.1 <2007/01/26 vinicius> |
18 | 18 |
19 Vinicius's last change version -- this file may have been edited as part of | 19 Vinicius's last change version -- this file may have been edited as part of |
20 Emacs without changes to the version number. When reporting bugs, please also | 20 Emacs without changes to the version number. When reporting bugs, please also |
21 report the version of Emacs, if any, that ps-print was distributed with. | 21 report the version of Emacs, if any, that ps-print was distributed with. |
22 | 22 |
2936 | 2936 |
2937 t The foreground color of Emacs session will be used. | 2937 t The foreground color of Emacs session will be used. |
2938 | 2938 |
2939 frame-parameter The foreground-color frame parameter will be used. | 2939 frame-parameter The foreground-color frame parameter will be used. |
2940 | 2940 |
2941 frame-parameter The foreground-color frame parameter will be used. | |
2942 | |
2943 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that | 2941 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that |
2944 indicate the gray color. | 2942 indicate the gray color. |
2945 | 2943 |
2946 COLOR-NAME It's a string which contains the color name. For example: | 2944 COLOR-NAME It's a string which contains the color name. For example: |
2947 \"yellow\". | 2945 \"yellow\". |
2978 color, the `ps-default-bg' color should be used. | 2976 color, the `ps-default-bg' color should be used. |
2979 | 2977 |
2980 Valid values are: | 2978 Valid values are: |
2981 | 2979 |
2982 t The background color of Emacs session will be used. | 2980 t The background color of Emacs session will be used. |
2983 | |
2984 frame-parameter The background-color frame parameter will be used. | |
2985 | 2981 |
2986 frame-parameter The background-color frame parameter will be used. | 2982 frame-parameter The background-color frame parameter will be used. |
2987 | 2983 |
2988 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that | 2984 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that |
2989 indicate the gray color. | 2985 indicate the gray color. |