aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2005-10-28 22:28:31 +0000
committerBill Wohler2005-10-28 22:28:31 +0000
commitec397a34fba10f143ea3b299cdd238fdce19e67f (patch)
tree15f61242c8d5735771d3ea7a7cc6cb937a04c802
parent7000848e07480303024c654fcc98e158f264baeb (diff)
downloademacs-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/ChangeLog9
-rw-r--r--lisp/mh-e/mh-customize.el45
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 @@
12005-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
12005-10-27 Bill Wohler <wohler@newt.com> 102005-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
885Otherwise it is assumed that the file contains the value of the \"X-Face:\" 885Otherwise it is assumed that the file contains the value of the \"X-Face:\"
886header field. 886header field.
887 887
888The \"X-Face:\" header field, which is a low-resolution, black and white 888The \"X-Face:\" header field, which is a low-resolution, black
889image, can be generated using the \"compface\" 889and 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 891The \"Online X-Face Converter\" is a useful resource for quick
892resource for quick conversion of images into \"X-Face:\" header fields. 892conversion of images into \"X-Face:\" header fields (see URL
893`http://www.dairiki.org/xface/').
893 894
894Use the \"make-face\" (http://quimby.gnus.org/circus/face/make-face) script to 895Use the \"make-face\" script to convert a JPEG image to the
895convert a JPEG image to the higher resolution, color, \"Face:\" header field. 896higher resolution, color, \"Face:\" header field (see URL
897`http://quimby.gnus.org/circus/face/make-face').
896 898
897The URL of any image can be used for the \"X-Image-URL:\" field and no 899The URL of any image can be used for the \"X-Image-URL:\" field and no
898processing of the image is required. 900processing 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
985If you change the format of the scan lines you'll need to tell MH-E how to 987If you change the format of the scan lines you'll need to tell MH-E how to
986parse the new format. As you will see, quite a lot of variables are involved 988parse the new format. As you will see, quite a lot of variables are involved
987to do that. Use \"M-x apropos RET mh-scan.*regexp\" to obtain a list of these 989to do that. Use \"\\[apropos] RET mh-scan.*regexp\" to obtain a list of these
988variables. You may also have to call `mh-set-cmd-note' to modify `mh-cmd-note' 990variables. You may also have to call `mh-set-cmd-note' to modify `mh-cmd-note'
989with the column for your notations if you turn off 991with 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
1516The first header field used, if present, is the Gnus-specific `Face:' field. 1518The first header field used, if present, is the Gnus-specific `Face:' field.
1517The `Face:' field appeared in GNU Emacs 21 and XEmacs. For more information, 1519The `Face:' field appeared in GNU Emacs 21 and XEmacs. For more information,
1518see http://quimby.gnus.org/circus/face/. Next is the traditional `X-Face:' 1520see URL `http://quimby.gnus.org/circus/face/'. Next is the traditional
1519header field. The display of this field requires the `uncompface' program 1521`X-Face:' header field. The display of this field requires the `uncompface'
1520which can be obtained from 1522program (see URL `ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z').
1521ftp://ftp.cs.indiana.edu/pub/faces/compface/compface.tar.Z. Recent versions of 1523Recent versions of XEmacs have internal support for `X-Face:' images. If your
1522XEmacs have internal support for `X-Face:' images. If your version of XEmacs 1524version of XEmacs does not, then you'll need both `uncompface' and the x-face
1523does not, then you'll need both `uncompface' and the x-face package which is 1525package (see URL `ftp://ftp.jpl.org/pub/elisp/').
1524available at ftp://ftp.jpl.org/pub/elisp/.
1525 1526
1526Finally, MH-E will display images referenced by the `X-Image-URL:' header 1527Finally, MH-E will display images referenced by the `X-Image-URL:' header
1527field if neither the `Face:' nor the `X-Face:' fields are present. The display 1528field if neither the `Face:' nor the `X-Face:' fields are present. The display
1528of the images requires `wget' (available from 1529of the images requires `wget' (see URL
1529http://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
1530image and the `convert' program from the ImageMagick suite, available from 1531image and the `convert' program from the ImageMagick suite (see URL
1531http://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
1532efficient in terms of network usage since the image doesn't need to be 1533efficient in terms of network usage since the image doesn't need to be
1533transmitted with every single mail. 1534transmitted with every single mail.
1534 1535
@@ -2034,9 +2035,9 @@ can find the citation between point and mark and it should leave point and
2034mark around the modified citation text for the next hook function. The 2035mark around the modified citation text for the next hook function. The
2035standard prefix `mh-ins-buf-prefix' is not added if this hook is set. 2036standard prefix `mh-ins-buf-prefix' is not added if this hook is set.
2036 2037
2037For example, if you use the hook function trivial-cite 2038For 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), 2039Emacs), set `mh-yank-behavior' to \"Body and Header\" (see URL
2039set `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