EMY 1.13.3
Yuuichi Teranishi
teranisi @ gohome.org
2000年 2月 16日 (水) 10:02:34 JST
不要なボタンが出ないのが気に入って EMY を試させていただいています :-)。
EMY の CVS 最新版ですが、MIME-Edit バッファから mime-edit-preview-message で
プレビューしたあと 'q' を押すと、編集中の MIME-Edit バッファが消えてしまう
みたいです。たぶんこの変更が原因↓だと思うのですが、
>>> emy-1.13.3/ChangeLog:
> * mime-view.el (mime-preview-quit): Kill preview buffer
> when mode-specific function is not found.
文面通りに変更するなら、こう↓ではないでしょうか?
-------------- next part --------------
--- mime-view.el 2000/02/15 04:02:39 1.149.2.20.4.10
+++ mime-view.el 2000/02/16 00:51:33
@@ -1799,8 +1799,8 @@
(let ((r (assq (mime-preview-original-major-mode)
mime-preview-quitting-method-alist)))
(if r
- (funcall (cdr r)))
- (kill-buffer (current-buffer))))
+ (funcall (cdr r))
+ (kill-buffer (current-buffer)))))
(defun mime-preview-kill-buffer ()
(interactive)
-------------- next part --------------
--
Yuuichi Teranishi (寺西裕一) <teranisi @ gohome.org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"There's nothing you can do that can't be done..."
More information about the Emacs-mime-ja
mailing list