From: hmurata Date: Thu, 13 Oct 2005 06:13:28 +0000 (+0000) Subject: * elmo-split.el (elmo-split-subr): Disable multibyte characters of X-Git-Tag: wl-2_15_3~48 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6c60090c49adb92b0d5f24c6ac911e135c5b4d3f;p=elisp%2Fwanderlust.git * elmo-split.el (elmo-split-subr): Disable multibyte characters of working buffer. * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters of working buffer. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index f6257e9..76b0686 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2005-10-13 Hiroya Murata + + * elmo-split.el (elmo-split-subr): Disable multibyte characters of + working buffer. + 2005-09-24 Hiroya Murata * elmo-search.el (elmo-search-namazu-index): Fixed the order to diff --git a/elmo/elmo-split.el b/elmo/elmo-split.el index 966e1d2..1c69fe9 100644 --- a/elmo/elmo-split.el +++ b/elmo/elmo-split.el @@ -329,6 +329,7 @@ If prefix argument ARG is specified, do a reharsal (no harm)." (unwind-protect (progn (with-temp-buffer + (set-buffer-multibyte nil) (dolist (msg msgs) (erase-buffer) (when (ignore-errors diff --git a/wl/ChangeLog b/wl/ChangeLog index 20ccbe3..870c6c5 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2005-10-13 Hiroya Murata + + * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters + of working buffer. + 2005-10-05 Hiroya Murata * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo. diff --git a/wl/wl-mime.el b/wl/wl-mime.el index bc53e0c..72e4dc4 100644 --- a/wl/wl-mime.el +++ b/wl/wl-mime.el @@ -597,6 +597,7 @@ With ARG, ask coding system and encode the region with it before verifying." (setq entity (car (mime-entity-children message-entity))) (with-temp-buffer + (set-buffer-multibyte nil) (insert (mime-entity-body message-entity)) (elmo-folder-append-buffer target)))) number))