From: tmorioka Date: Mon, 24 Feb 1997 09:00:59 +0000 (+0000) Subject: (quoted-printable-hex-chars, quoted-printable-octet-regexp, X-Git-Tag: Hokutetsu-Ishikawa-new~309 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d610fb3c7ed1fd437accff640c4356adf98c086a;p=elisp%2Fsemi.git (quoted-printable-hex-chars, quoted-printable-octet-regexp, eword-Q-encoded-text-regexp, eword-Q-encoding-and-encoded-text-regexp): Moved from mime-def.el. --- diff --git a/mime-def.el b/mime-def.el index cc31e73..a6eec75 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.6 1997-02-24 08:57:49 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.7 1997-02-24 09:00:59 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -223,20 +223,6 @@ FUNCTION.") (defconst mime/disposition-type-regexp mime/token-regexp) -;;; @@ Quoted-Printable -;;; - -(defconst quoted-printable-hex-chars "0123456789ABCDEF") -(defconst quoted-printable-octet-regexp - (concat "=[" quoted-printable-hex-chars - "][" quoted-printable-hex-chars "]")) - -(defconst eword-Q-encoded-text-regexp - (concat "\\([^=?]\\|" quoted-printable-octet-regexp "\\)+")) -(defconst eword-Q-encoding-and-encoded-text-regexp - (concat "\\(Q\\)\\?" eword-Q-encoded-text-regexp)) - - ;;; @ rot13-47 ;;; ;; caesar-region written by phr@prep.ai.mit.edu Nov 86