annotate lisp/gnus/qp.el @ 100267:c851df8e004e

2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-id.el (org-id-locations-file): Wrap file name with `convert-standard-filename'. (org-id-files): New variable. (org-id-use-hash): New option. (org-id-update-id-locations): Also search in all files current listed in `org-id-files'. Convert the resulting alist to a hash if the user customation says so. (org-id-locations-save): Handle he case if `org-id-locations' is a hash. (org-id-locations-load): Convert the alist to a hash. (org-id-add-location): Handle the hast case. (kill-emacs-hook): Make sure id locations are saved when Emacs is exited. (org-id-hash-to-alist, org-id-alist-to-hash) (org-id-paste-tracker): New functions. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let bindings of calendar variables. * org-table.el (org-table-find-row-type): Renamed from `org-find-row-type'. (org-table-rewrite-old-row-references): Renamed from `org-rewrite-old-row-references'. (org-table-shift-refpart): Renamed from `org-shift-refpart'. (org-table-cleanup-narrow-column-properties): Renamed from `org-cleanup-narrow-column-properties'. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (org-find-row-type): New arguments DESC and CLINE, for better error messages. (org-table-get-descriptor-line): Supply the new arguments to `org-find-row-type'. (org-table-error-on-row-ref-crossing-hline): New option. * org.el (org-target-link-regexp): Make buffer-local. (org-move-subtree-down): Fix bug with trees at beginning of buffer. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-faces.el (org-set-tag-faces): New function. (org-tags-special-faces-re): New variable. * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions. * org-faces.el (org-tag-faces): New option. (org-tag): Mention `org-tag-faces' in the docstring. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-html-style-default): Implement new quoting. * org-jsinfo.el (org-infojs-template): Implement new quoting. * org-w3m.el (w3m-minor-mode-hook): Also add the special copy command to the `w3m-minor-mode-map'. * org-archive.el (org-archive-to-archive-sibling): Protect `this-command' to avoid appending kills during archiving. * org-exp.el (org-export-with-priority): New variable. (org-export-add-options-to-plist): Use `org-export-plist-vars' instead of internal list of strings and properties. (org-print-icalendar-entries): Retrieve the location property with inheritance. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-with-todo-keywords): New option. (org-export-plist-vars): Include also the keys for the #+OPTIONS line. (org-default-export-plist, org-export-add-options-to-plist) (org-export-as-ascii, org-export-as-html): Use the new structure of `org-export-plist-vars'. * org.el (org-map-entries): Return all values. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-matcher-time): Recognize more special values. * org-gnus.el (fboundp): Fix defvaralias for XEmacs. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-tags-exclude-from-inheritance): New option. (org-tag-inherit-p, org-remove-uniherited-tags): Respect `org-tags-exclude-from-inheritance'. * org-agenda.el (org-agenda-show-inherited-tags): New option. (org-format-agenda-item): Add inherited tags to the agenda line string, and make sure that properties are kept when downcasing the tags list. (org-agenda-add-inherited-tags): New function. (org-downcase-keep-props): New function. * org.el (org-scan-tags): Mark inherited tags with a text property. (org-get-tags-at): Mark inherited tags with a text property. (org-add-prop-inherited): New function. * org-agenda.el (org-agenda-add-inherited-tags): New function. (org-agenda-show-inherited-tags): New option. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-modules): Add org-w3m to the default modules. * org-table.el (orgtbl-self-insert-command): Make S-SPC work in orgtbl-mode. (orgtabl-create-or-convert-from-region): New command. * org-exp.el (org-export-as-ascii): Remove the handling of targets. (org-export-ascii-preprocess): Handle targets already in this function. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-timer.el (org-timer-start-time): Define this variable. (org-timer-item): Make argument optional. * org-list.el (org-insert-item): Automatically insert a timer item if the current list is a timer list. * org-timer.el: New file. * org-publish.el (org-publish-org-index): Only exclude the index file in the main directory from being added to the site-map. (org-publish-get-project-from-filename): If the current project is a component, start publishing from the parent project. 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com> * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer. * org-publish.el (org-publish-org-index): Improve removal of temporary buffers.
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 07 Dec 2008 18:36:02 +0000
parents f42ef85caf91
children a9dc0e7c3f2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
1 ;;; qp.el --- Quoted-Printable functions
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
2
64754
fafd692d1e40 Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 64085
diff changeset
3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
79708
1cb31606209f Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 79313
diff changeset
4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
5
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
7 ;; Keywords: mail, extensions
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
8
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
9 ;; This file is part of GNU Emacs.
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
10
94662
f42ef85caf91 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
12 ;; it under the terms of the GNU General Public License as published by
94662
f42ef85caf91 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
13 ;; the Free Software Foundation, either version 3 of the License, or
f42ef85caf91 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
14 ;; (at your option) any later version.
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
15
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
16 ;; GNU Emacs is distributed in the hope that it will be useful,
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
94662
f42ef85caf91 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
19 ;; GNU General Public License for more details.
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
20
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
21 ;; You should have received a copy of the GNU General Public License
94662
f42ef85caf91 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 93975
diff changeset
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
23
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
24 ;;; Commentary:
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
25
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
26 ;; Functions for encoding and decoding quoted-printable text as
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
27 ;; defined in RFC 2045.
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
28
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
29 ;;; Code:
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
30
32504
651afe016895 Require mm-util.
Dave Love <fx@gnu.org>
parents: 32462
diff changeset
31 (require 'mm-util)
86154
1cdfc94602cb * smime.el (from):
Dan Nicolaescu <dann@ics.uci.edu>
parents: 85973
diff changeset
32 (defvar mm-use-ultra-safe-encoding)
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
33
56927
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
34 ;;;###autoload
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
35 (defun quoted-printable-decode-region (from to &optional coding-system)
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
36 "Decode quoted-printable in the region between FROM and TO, per RFC 2045.
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
37 If CODING-SYSTEM is non-nil, decode bytes into characters with that
43737
4f7c660e6029 * qp.el (quoted-printable-decode-region): Doc addition.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 38103
diff changeset
38 coding-system.
4f7c660e6029 * qp.el (quoted-printable-decode-region): Doc addition.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 38103
diff changeset
39
4f7c660e6029 * qp.el (quoted-printable-decode-region): Doc addition.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 38103
diff changeset
40 Interactively, you can supply the CODING-SYSTEM argument
56927
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
41 with \\[universal-coding-system-argument].
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
42
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
43 The CODING-SYSTEM argument is a historical hangover and is deprecated.
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
44 QP encodes raw bytes and should be decoded into raw bytes. Decoding
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
45 them into characters should be done separately."
38103
282970d20daa (quoted-printable-decode-region): If called interactively,
Eli Zaretskii <eliz@gnu.org>
parents: 35931
diff changeset
46 (interactive
282970d20daa (quoted-printable-decode-region): If called interactively,
Eli Zaretskii <eliz@gnu.org>
parents: 35931
diff changeset
47 ;; Let the user determine the coding system with "C-x RET c".
282970d20daa (quoted-printable-decode-region): If called interactively,
Eli Zaretskii <eliz@gnu.org>
parents: 35931
diff changeset
48 (list (region-beginning) (region-end) coding-system-for-read))
32462
7a39fdec7aac (quoted-printable-decode-region): Avoid invalid
Dave Love <fx@gnu.org>
parents: 32211
diff changeset
49 (unless (mm-coding-system-p coding-system) ; e.g. `ascii' from Gnus
7a39fdec7aac (quoted-printable-decode-region): Avoid invalid
Dave Love <fx@gnu.org>
parents: 32211
diff changeset
50 (setq coding-system nil))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
51 (save-excursion
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
52 (save-restriction
32462
7a39fdec7aac (quoted-printable-decode-region): Avoid invalid
Dave Love <fx@gnu.org>
parents: 32211
diff changeset
53 ;; RFC 2045: ``An "=" followed by two hexadecimal digits, one
7a39fdec7aac (quoted-printable-decode-region): Avoid invalid
Dave Love <fx@gnu.org>
parents: 32211
diff changeset
54 ;; or both of which are lowercase letters in "abcdef", is
7a39fdec7aac (quoted-printable-decode-region): Avoid invalid
Dave Love <fx@gnu.org>
parents: 32211
diff changeset
55 ;; formally illegal. A robust implementation might choose to
7a39fdec7aac (quoted-printable-decode-region): Avoid invalid
Dave Love <fx@gnu.org>
parents: 32211
diff changeset
56 ;; recognize them as the corresponding uppercase letters.''
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
57 (let ((case-fold-search t))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
58 (narrow-to-region from to)
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
59 ;; Do this in case we're called from Gnus, say, in a buffer
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
60 ;; which already contains non-ASCII characters which would
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
61 ;; then get doubly-decoded below.
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
62 (if coding-system
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
63 (mm-encode-coding-region (point-min) (point-max) coding-system))
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
64 (goto-char (point-min))
35619
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
65 (while (and (skip-chars-forward "^=")
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
66 (not (eobp)))
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
67 (cond ((eq (char-after (1+ (point))) ?\n)
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
68 (delete-char 2))
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
69 ((looking-at "=[0-9A-F][0-9A-F]")
62907
88db2adda4b7 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-339
Miles Bader <miles@gnu.org>
parents: 61644
diff changeset
70 (let ((byte (string-to-number (buffer-substring (1+ (point))
85712
a3c27999decb Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents: 78224
diff changeset
71 (+ 3 (point)))
a3c27999decb Update Gnus to No Gnus 0.7 from the Gnus CVS trunk
Miles Bader <miles@gnu.org>
parents: 78224
diff changeset
72 16)))
47944
03cfc305a0fa (quoted-printable-encode-region): Use mm-insert-byte.
Dave Love <fx@gnu.org>
parents: 43737
diff changeset
73 (mm-insert-byte byte 1)
56927
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
74 (delete-char 3)))
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
75 (t
56927
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
76 (message "Malformed quoted-printable text")
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
77 (forward-char)))))
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
78 (if coding-system
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
79 (mm-decode-coding-region (point-min) (point-max) coding-system)))))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
80
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
81 (defun quoted-printable-decode-string (string &optional coding-system)
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
82 "Decode the quoted-printable encoded STRING and return the result.
79313
f4c90d55f00f Merge from gnus--rel--5.10
Miles Bader <miles@gnu.org>
parents: 78224
diff changeset
83 If CODING-SYSTEM is non-nil, decode the string with coding-system.
56927
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
84 Use of CODING-SYSTEM is deprecated; this function should deal with
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
85 raw bytes, and coding conversion should be done separately."
55fd4f77387a Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents: 52401
diff changeset
86 (mm-with-unibyte-buffer
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
87 (insert string)
32211
5b42e5f7e809 (mm-decode-coding-region, mm-encode-coding-region):
Dave Love <fx@gnu.org>
parents: 32107
diff changeset
88 (quoted-printable-decode-region (point-min) (point-max) coding-system)
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
89 (buffer-string)))
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
90
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
91 (defun quoted-printable-encode-region (from to &optional fold class)
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
92 "Quoted-printable encode the region between FROM and TO per RFC 2045.
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
93
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
94 If FOLD, fold long lines at 76 characters (as required by the RFC).
35619
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
95 If CLASS is non-nil, translate the characters not matched by that
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
96 regexp class, which is in the form expected by `skip-chars-forward'.
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
97 You should probably avoid non-ASCII characters in this arg.
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
98
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
99 If `mm-use-ultra-safe-encoding' is set, fold lines unconditionally and
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
100 encode lines starting with \"From\"."
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
101 (interactive "r")
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
102 (unless class
34752
f04f551e94ce * message.el (message-narrow-to-head-1): New function.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 34025
diff changeset
103 ;; Avoid using 8bit characters. = is \075.
f04f551e94ce * message.el (message-narrow-to-head-1): New function.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 34025
diff changeset
104 ;; Equivalent to "^\000-\007\013\015-\037\200-\377="
f04f551e94ce * message.el (message-narrow-to-head-1): New function.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 34025
diff changeset
105 (setq class "\010-\012\014\040-\074\076-\177"))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
106 (save-excursion
61644
aff89865e27c Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Miles Bader <miles@gnu.org>
parents: 61537
diff changeset
107 (goto-char from)
aff89865e27c Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Miles Bader <miles@gnu.org>
parents: 61537
diff changeset
108 (if (re-search-forward (mm-string-to-multibyte "[^\x0-\x7f\x80-\xff]")
aff89865e27c Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Miles Bader <miles@gnu.org>
parents: 61537
diff changeset
109 to t)
aff89865e27c Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Miles Bader <miles@gnu.org>
parents: 61537
diff changeset
110 (error "Multibyte character in QP encoding region"))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
111 (save-restriction
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
112 (narrow-to-region from to)
35619
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
113 ;; Encode all the non-ascii and control characters.
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
114 (goto-char (point-min))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
115 (while (and (skip-chars-forward class)
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
116 (not (eobp)))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
117 (insert
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
118 (prog1
69135
12d289b6e5de Revision: emacs@sv.gnu.org/emacs--devo--0--patch-118
Miles Bader <miles@gnu.org>
parents: 68633
diff changeset
119 ;; To unibyte in case of Emacs 23 (unicode) eight-bit.
47944
03cfc305a0fa (quoted-printable-encode-region): Use mm-insert-byte.
Dave Love <fx@gnu.org>
parents: 43737
diff changeset
120 (format "=%02X" (mm-multibyte-char-to-unibyte (char-after)))
35619
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
121 (delete-char 1))))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
122 ;; Encode white space at the end of lines.
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
123 (goto-char (point-min))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
124 (while (re-search-forward "[ \t]+$" nil t)
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
125 (goto-char (match-beginning 0))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
126 (while (not (eolp))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
127 (insert
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
128 (prog1
34752
f04f551e94ce * message.el (message-narrow-to-head-1): New function.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 34025
diff changeset
129 (format "=%02X" (char-after))
35931
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
130 (delete-char 1)))))
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
131 (let ((mm-use-ultra-safe-encoding
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
132 (and (boundp 'mm-use-ultra-safe-encoding)
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
133 mm-use-ultra-safe-encoding)))
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
134 (when (or fold mm-use-ultra-safe-encoding)
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
135 (let ((tab-width 1)) ; HTAB is one character.
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
136 (goto-char (point-min))
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
137 (while (not (eobp))
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
138 ;; In ultra-safe mode, encode "From " at the beginning
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
139 ;; of a line.
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
140 (when mm-use-ultra-safe-encoding
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
141 (if (looking-at "From ")
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
142 (replace-match "From=20" nil t)
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
143 (if (looking-at "-")
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
144 (replace-match "=2D" nil t))))
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
145 (end-of-line)
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
146 ;; Fold long lines.
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
147 (while (> (current-column) 76) ; tab-width must be 1.
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
148 (beginning-of-line)
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
149 (forward-char 75) ; 75 chars plus an "="
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
150 (search-backward "=" (- (point) 2) t)
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
151 (insert "=\n")
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
152 (end-of-line))
ccc41398da84 (quoted-printable-encode-region): Remove redundant code
Dave Love <fx@gnu.org>
parents: 35619
diff changeset
153 (forward-line))))))))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
154
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
155 (defun quoted-printable-encode-string (string)
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
156 "Encode the STRING as quoted-printable and return the result."
35619
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
157 (let ((default-enable-multibyte-characters (mm-multibyte-string-p string)))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
158 (with-temp-buffer
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
159 (insert string)
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
160 (quoted-printable-encode-region (point-min) (point-max))
a670d2680870 Remove un-logged bogus changes from 2000-12-20.
Dave Love <fx@gnu.org>
parents: 34752
diff changeset
161 (buffer-string))))
31717
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
162
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
163 (provide 'qp)
6b20b7e85e3c *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents:
diff changeset
164
93975
1e3a407766b9 Fix up comment convention on the arch-tag lines.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
165 ;; arch-tag: db89e52a-e4a1-4b69-926f-f434f04216ba
32103
a48838267750 Don't require mm-util.
Dave Love <fx@gnu.org>
parents: 31717
diff changeset
166 ;;; qp.el ends here