PACKAGE = semi
API = 1.13
-RELEASE = 2
+RELEASE = 3
TAR = tar
RM = /bin/rm -f
(Custom-make-dependencies)
(compile-elisp-modules (append semi-modules-to-compile
- '(auto-autoloads custom-load))
+ '(mime-setup auto-autoloads custom-load))
".")
)
(defun install-semi-package ()
(config-semi-package)
(install-elisp-modules (append semi-modules
- '(mime auto-autoloads custom-load))
+ '(mime-setup auto-autoloads custom-load))
"./"
(expand-file-name SEMI_PREFIX
(expand-file-name "lisp"
1.13.0 Matt\e-Dò\e-A \e$(B>>G$\e(B
1.13.1 Kaga-Kasama \e$(B2C2l3^4V\e(B
1.13.2 Mikawa \e$(BH~@n\e(B
------- Komaiko \e$(B>.Iq;R\e(B
+1.13.3 Komaiko \e$(B>.Iq;R\e(B
------ Terai \e$(B;{0f\e(B
------ Meih\e-Dò\e-A \e$(BL@Jv\e(B
------ Komatsu \e$(B>.>>\e(B
1.13.0 Shizuoka \e$(B@E2,\e(B
1.13.1 Abekawa \e$(B0BG\@n\e(B
1.13.2 Mochimune \e$(BMQ=!\e(B
------- Yaizu \e$(B>FDE\e(B
+1.13.3 Yaizu \e$(B>FDE\e(B
------ Nishi-Yaizu \e$(B@>>FDE\e(B
------ Fijieda \e$(BF#;^\e(B
------ Rokug\e-Dò\e-A \e$(BO;9g\e(B
("application"
("octet-stream" ("type" "" "tar" "shar"))
("postscript")
+ ("vnd.ms-powerpoint")
("x-kiss" ("x-cnf")))
("image"
("gif")
"base64"
"attachment" (("filename" . file))
)
+ ("\\.ppt$" ; MS Power Point
+ "application" "vnd.ms-powerpoint" nil
+ "base64"
+ "attachment" (("filename" . file))
+ )
("\\.pln$"
"text" "plain" nil
(let* ((id (cdr (assoc "id" situation)))
(target (cdr (assq 'major-mode situation)))
(subject-buf (eval (cdr (assq 'summary-buffer-exp situation))))
+ (mother (current-buffer))
subject-id
(root-dir (expand-file-name
(concat "m-prts-" (user-login-name))
(situation (mime-entity-situation message))
(the-id (cdr (assoc "id" situation))))
(when (string= the-id id)
- (save-excursion
- (set-buffer (mime-entity-buffer message))
+ (with-current-buffer mother
(mime-store-message/partial-piece message situation)
)
(if (file-exists-p full-file)
;;;
(defun mime-store-message/partial-piece (entity cal)
- (goto-char (mime-entity-point-min entity))
(let* ((root-dir
(expand-file-name
(concat "m-prts-" (user-login-name)) temporary-file-directory))
(number (cdr (assoc "number" cal)))
(total (cdr (assoc "total" cal)))
file
- (mother mime-preview-buffer)
+ (mother (current-buffer))
)
(or (file-exists-p root-dir)
(make-directory root-dir)
(require 'custom)
-(defconst mime-user-interface-product ["SEMI" (1 13 2) "Mikawa"]
+(defconst mime-user-interface-product ["SEMI" (1 13 3) "Komaiko"]
"Product name, version number and code name of MIME-kernel package.")
(autoload 'mule-caesar-region "mule-caesar"