Mercurial > hg > xemacs-beta
comparison lisp/tm/tm-edit.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | c0c698873ce1 |
children | 1ce6082ce73f |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
4 | 4 |
5 ;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp> | 5 ;; Author: UMEDA Masanobu <umerin@mse.kyutech.ac.jp> |
6 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> | 6 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp> |
7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> | 7 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp> |
8 ;; Created: 1994/08/21 renamed from mime.el | 8 ;; Created: 1994/08/21 renamed from mime.el |
9 ;; Version: $Revision: 1.2 $ | 9 ;; Version: $Revision: 1.3 $ |
10 ;; Keywords: mail, news, MIME, multimedia, multilingual | 10 ;; Keywords: mail, news, MIME, multimedia, multilingual |
11 | 11 |
12 ;; This file is part of tm (Tools for MIME). | 12 ;; This file is part of tm (Tools for MIME). |
13 | 13 |
14 ;; This program is free software; you can redistribute it and/or | 14 ;; This program is free software; you can redistribute it and/or |
118 | 118 |
119 ;;; @ version | 119 ;;; @ version |
120 ;;; | 120 ;;; |
121 | 121 |
122 (defconst mime-editor/RCS-ID | 122 (defconst mime-editor/RCS-ID |
123 "$Id: tm-edit.el,v 1.2 1996/12/28 21:03:13 steve Exp $") | 123 "$Id: tm-edit.el,v 1.3 1997/01/03 03:10:30 steve Exp $") |
124 | 124 |
125 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) | 125 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID)) |
126 | 126 |
127 (defconst mime-editor/version-name | 127 (defconst mime-editor/version-name |
128 (concat "tm-edit " mime-editor/version)) | 128 (concat "tm-edit " mime-editor/version)) |
747 This is a conventional plain text. It should be translated | 747 This is a conventional plain text. It should be translated |
748 into text/plain. | 748 into text/plain. |
749 --[[text/plain]] | 749 --[[text/plain]] |
750 This is also a plain text. But, it is explicitly specified as | 750 This is also a plain text. But, it is explicitly specified as |
751 is. | 751 is. |
752 --[[text/plain; charset=ISO-2022-JP]] | |
753 ...Japanese text here.... | |
752 --[[text/richtext]] | 754 --[[text/richtext]] |
753 <center>This is a richtext.</center> | 755 <center>This is a richtext.</center> |
754 --[[image/gif][base64]]^M...image encoded in base64 here... | 756 --[[image/gif][base64]]^M...image encoded in base64 here... |
755 --[[audio/basic][base64]]^M...audio encoded in base64 here... | 757 --[[audio/basic][base64]]^M...audio encoded in base64 here... |
756 | 758 |