+2001-11-09 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-summary.el (wl-summary-mode): Locally set
+ truncate-partial-window-width to nil.
+ (for XEmacs)
+
+ * wl-folder.el (wl-folder-mode): Ditto.
+
2001-11-09 Yuuichi Teranishi <teranisi@gohome.org>
* wl-util.el (wl-set-string-width) [Emacs]: New implementation.
(use-local-map wl-folder-mode-map)
(setq buffer-read-only t)
(setq inhibit-read-only nil)
+ (make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
(setq truncate-lines t)
(setq wl-folder-buffer-cur-entity-id nil
wl-folder-buffer-cur-path nil
(use-local-map wl-summary-mode-map)
;;;(setq default-directory (or wl-tmp-dir (expand-file-name "~/")))
(setq buffer-read-only t)
+ (make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
(setq truncate-lines t)
;;;(make-local-variable 'tab-width)
;;;(setq tab-width 1)