X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-def.el;h=9a6feb7d5143ae7c7fc236c3978999844edfe4b9;hb=99ab8f6d85fead2c6a0c333e4f8b11ad5b814ecc;hp=e9b476004b36611466bf2254370c77cda1e52166;hpb=c63a46dc41c81e9b379a0c77aa8d7b3de0eadad2;p=elisp%2Fsemi.git diff --git a/mime-def.el b/mime-def.el index e9b4760..9a6feb7 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.54 1997-07-02 16:41:06 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.57 1997-07-03 11:57:44 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -28,6 +28,8 @@ (require 'cl) (require 'emu) +(defconst semi-version-name "Kaga-Ichinomiya") + (autoload 'mule-caesar-region "mule-caesar" "Caesar rotation of current region." t) @@ -58,13 +60,13 @@ ;;; (defconst mime-tspecials "][\000-\040()<>@,\;:\\\"/?.=") -(defconst mime/token-regexp (concat "[^" mime-tspecials "]+")) -(defconst mime-charset-regexp mime/token-regexp) +(defconst mime-token-regexp (concat "[^" mime-tspecials "]+")) +(defconst mime-charset-regexp mime-token-regexp) -(defconst mime/content-type-subtype-regexp - (concat mime/token-regexp "/" mime/token-regexp)) +(defconst mime-media-type/subtype-regexp + (concat mime-token-regexp "/" mime-token-regexp)) -(defconst mime/disposition-type-regexp mime/token-regexp) +(defconst mime/disposition-type-regexp mime-token-regexp) ;;; @ button