diff options
| author | Bill Wohler | 2005-10-28 22:28:31 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-28 22:28:31 +0000 |
| commit | ec397a34fba10f143ea3b299cdd238fdce19e67f (patch) | |
| tree | 15f61242c8d5735771d3ea7a7cc6cb937a04c802 | |
| parent | 7000848e07480303024c654fcc98e158f264baeb (diff) | |
| download | emacs-ec397a34fba10f143ea3b299cdd238fdce19e67f.tar.gz emacs-ec397a34fba10f143ea3b299cdd238fdce19e67f.zip | |
(mh-x-face-file, mh-show-use-xface-flag)
(mail-citation-hook): Quote URLs in docstrings and precede with `URL'.
The former will suppress checkdoc warnings, the latter will turn them
into hyperlinks in Emacs 22 (I just added the code to do that today).
(mh-scan-format-file): Checkdoc fix.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/mh-e/mh-customize.el | 45 |
2 files changed, 32 insertions, 22 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index d0dcac9c728..c0c953b5d09 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-10-28 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-customize.el (mh-x-face-file, mh-show-use-xface-flag) | ||
| 4 | (mail-citation-hook): Quote URLs in docstrings and precede with | ||
| 5 | `URL'. The former will suppress checkdoc warnings, the latter will | ||
| 6 | turn them into hyperlinks in Emacs 22 (I just added the code | ||
| 7 | to do that today). | ||
| 8 | (mh-scan-format-file): Checkdoc fix. | ||
| 9 | |||
| 1 | 2005-10-27 Bill Wohler <wohler@newt.com> | 10 | 2005-10-27 Bill Wohler <wohler@newt.com> |
| 2 | 11 | ||
| 3 | * mh-customize.el (mh-adaptive-cmd-note-flag) | 12 | * mh-customize.el (mh-adaptive-cmd-note-flag) |
diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el index 9708de52005..7c28ede3c81 100644 --- a/lisp/mh-e/mh-customize.el +++ b/lisp/mh-e/mh-customize.el | |||
| @@ -885,14 +885,16 @@ If the file starts with either of the strings \"X-Face:\", \"Face:\" or | |||
| 885 | Otherwise it is assumed that the file contains the value of the \"X-Face:\" | 885 | Otherwise it is assumed that the file contains the value of the \"X-Face:\" |
| 886 | header field. | 886 | header field. |
| 887 | 887 | ||
| 888 | The \"X-Face:\" header field, which is a low-resolution, black and white | 888 | The \"X-Face:\" header field, which is a low-resolution, black |
| 889 | image, can be generated using the \"compface\" | 889 | and white image, can be generated using the \"compface\" command |
| 890 | \(ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z) command. The | 890 | \(see URL `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z'). |
| 891 | \"Online X-Face Converter\" (http://www.dairiki.org/xface/) is a useful | 891 | The \"Online X-Face Converter\" is a useful resource for quick |
| 892 | resource for quick conversion of images into \"X-Face:\" header fields. | 892 | conversion of images into \"X-Face:\" header fields (see URL |
| 893 | `http://www.dairiki.org/xface/'). | ||
| 893 | 894 | ||
| 894 | Use the \"make-face\" (http://quimby.gnus.org/circus/face/make-face) script to | 895 | Use the \"make-face\" script to convert a JPEG image to the |
| 895 | convert a JPEG image to the higher resolution, color, \"Face:\" header field. | 896 | higher resolution, color, \"Face:\" header field (see URL |
| 897 | `http://quimby.gnus.org/circus/face/make-face'). | ||
| 896 | 898 | ||
| 897 | The URL of any image can be used for the \"X-Image-URL:\" field and no | 899 | The URL of any image can be used for the \"X-Image-URL:\" field and no |
| 898 | processing of the image is required. | 900 | processing of the image is required. |
| @@ -984,7 +986,7 @@ format file that you want MH-E to use but not MH, you can set this option to | |||
| 984 | 986 | ||
| 985 | If you change the format of the scan lines you'll need to tell MH-E how to | 987 | If you change the format of the scan lines you'll need to tell MH-E how to |
| 986 | parse the new format. As you will see, quite a lot of variables are involved | 988 | parse the new format. As you will see, quite a lot of variables are involved |
| 987 | to do that. Use \"M-x apropos RET mh-scan.*regexp\" to obtain a list of these | 989 | to do that. Use \"\\[apropos] RET mh-scan.*regexp\" to obtain a list of these |
| 988 | variables. You may also have to call `mh-set-cmd-note' to modify `mh-cmd-note' | 990 | variables. You may also have to call `mh-set-cmd-note' to modify `mh-cmd-note' |
| 989 | with the column for your notations if you turn off | 991 | with the column for your notations if you turn off |
| 990 | `mh-adaptive-cmd-note-flag'. However, you will need to set the `mh-cmd-note' | 992 | `mh-adaptive-cmd-note-flag'. However, you will need to set the `mh-cmd-note' |
| @@ -1515,20 +1517,19 @@ This feature will be turned on by default if your system supports it. | |||
| 1515 | 1517 | ||
| 1516 | The first header field used, if present, is the Gnus-specific `Face:' field. | 1518 | The first header field used, if present, is the Gnus-specific `Face:' field. |
| 1517 | The `Face:' field appeared in GNU Emacs 21 and XEmacs. For more information, | 1519 | The `Face:' field appeared in GNU Emacs 21 and XEmacs. For more information, |
| 1518 | see http://quimby.gnus.org/circus/face/. Next is the traditional `X-Face:' | 1520 | see URL `http://quimby.gnus.org/circus/face/'. Next is the traditional |
| 1519 | header field. The display of this field requires the `uncompface' program | 1521 | `X-Face:' header field. The display of this field requires the `uncompface' |
| 1520 | which can be obtained from | 1522 | program (see URL `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z'). |
| 1521 | ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z. Recent versions of | 1523 | Recent versions of XEmacs have internal support for `X-Face:' images. If your |
| 1522 | XEmacs have internal support for `X-Face:' images. If your version of XEmacs | 1524 | version of XEmacs does not, then you'll need both `uncompface' and the x-face |
| 1523 | does not, then you'll need both `uncompface' and the x-face package which is | 1525 | package (see URL `ftp://ftp.jpl.org/pub/elisp/'). |
| 1524 | available at ftp://ftp.jpl.org/pub/elisp/. | ||
| 1525 | 1526 | ||
| 1526 | Finally, MH-E will display images referenced by the `X-Image-URL:' header | 1527 | Finally, MH-E will display images referenced by the `X-Image-URL:' header |
| 1527 | field if neither the `Face:' nor the `X-Face:' fields are present. The display | 1528 | field if neither the `Face:' nor the `X-Face:' fields are present. The display |
| 1528 | of the images requires `wget' (available from | 1529 | of the images requires `wget' (see URL |
| 1529 | http://www.gnu.org/software/wget/wget.html), `fetch', or `curl' to fetch the | 1530 | `http://www.gnu.org/software/wget/wget.html'), `fetch', or `curl' to fetch the |
| 1530 | image and the `convert' program from the ImageMagick suite, available from | 1531 | image and the `convert' program from the ImageMagick suite (see URL |
| 1531 | http://www.imagemagick.org/. Of the three header fields this is the most | 1532 | `http://www.imagemagick.org/'). Of the three header fields this is the most |
| 1532 | efficient in terms of network usage since the image doesn't need to be | 1533 | efficient in terms of network usage since the image doesn't need to be |
| 1533 | transmitted with every single mail. | 1534 | transmitted with every single mail. |
| 1534 | 1535 | ||
| @@ -2034,9 +2035,9 @@ can find the citation between point and mark and it should leave point and | |||
| 2034 | mark around the modified citation text for the next hook function. The | 2035 | mark around the modified citation text for the next hook function. The |
| 2035 | standard prefix `mh-ins-buf-prefix' is not added if this hook is set. | 2036 | standard prefix `mh-ins-buf-prefix' is not added if this hook is set. |
| 2036 | 2037 | ||
| 2037 | For example, if you use the hook function trivial-cite | 2038 | For example, if you use the hook function trivial-cite (which is NOT part of |
| 2038 | \(http://shasta.cs.uiuc.edu/~lrclause/tc.html) (which is NOT part of Emacs), | 2039 | Emacs), set `mh-yank-behavior' to \"Body and Header\" (see URL |
| 2039 | set `mh-yank-behavior' to \"Body and Header\"." | 2040 | `http://shasta.cs.uiuc.edu/~lrclause/tc.html')." |
| 2040 | :type 'hook | 2041 | :type 'hook |
| 2041 | :options '(trivial-cite) | 2042 | :options '(trivial-cite) |
| 2042 | :group 'mh-hooks | 2043 | :group 'mh-hooks |