Make truncate-partial-width-windows buffer local and set it to nil.
authoryoichi <yoichi>
Fri, 5 Oct 2001 07:43:39 +0000 (07:43 +0000)
committeryoichi <yoichi>
Fri, 5 Oct 2001 07:43:39 +0000 (07:43 +0000)
wl/ChangeLog
wl/wl-draft.el
wl/wl-message.el

index 6a25c37..a90629b 100644 (file)
@@ -1,3 +1,10 @@
+2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-draft.el (wl-draft): Make truncate-partial-width-windows
+       buffer local and set it to nil.
+
+       * wl-message.el (wl-mmelmo-message-redisplay): Ditto.
+
 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
 
        * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
index d614ad7..a30ee46 100644 (file)
@@ -1320,6 +1320,8 @@ If KILL-WHEN-DONE is non-nil, current draft buffer is killed"
        (delete-other-windows))
     (auto-save-mode -1)
     (wl-draft-mode)
+    (make-local-variable 'truncate-partial-width-windows)
+    (setq truncate-partial-width-windows nil)
     (setq truncate-lines wl-draft-truncate-lines)
     (setq wl-sent-message-via nil)
     (if (stringp (or from wl-from))
index 8b888b0..ae31e4c 100644 (file)
     (require 'mmelmo)
     (wl-select-buffer view-message-buffer)
     (set-buffer view-message-buffer)
+    (make-local-variable 'truncate-partial-width-windows)
+    (setq truncate-partial-width-windows nil)
     (setq truncate-lines wl-message-truncate-lines)
     (unwind-protect
        (progn