From: okazaki Date: Wed, 16 Dec 2009 16:53:53 +0000 (+0000) Subject: 2009-12-16 Lloyd Zusman X-Git-Tag: elmo-imap4-compliance-root~82 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a8a6e0e22c91a83ab5067b26f3651bce00b30b65;p=elisp%2Fwanderlust.git 2009-12-16 Lloyd Zusman * wl-summary.el (wl-summary-detect-mark-position): Force the temporary buffer to enable the use of multibyte characters within searches [wl-en:2460]. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 267182d..762c80b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2009-12-16 Lloyd Zusman + + * wl-summary.el (wl-summary-detect-mark-position): Force + the temporary buffer to enable the use of multibyte characters + within searches [wl-en:2460]. + 2009-07-31 TAKAHASHI Kaoru * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 5bd0f5b..d1c6670 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -828,6 +828,7 @@ you." wl-summary-highlight temp persistent) (with-temp-buffer + (set-buffer-multibyte t) (setq wl-summary-buffer-number-column column wl-summary-buffer-line-formatter formatter wl-summary-buffer-weekday-name-lang lang)