Add sample setting for XEmacs.
;; Truncate long lines.
;(setq wl-message-truncate-lines t)
;(setq wl-draft-truncate-lines t)
+;; Following line is needed for XEmacs.
+;(setq truncate-partial-width-windows nil)
;; Open new frame for draft buffer.
;(setq wl-draft-use-frame t)
;; \e$BD9$$9T$r@Z$j=L$a$k\e(B
;(setq wl-message-truncate-lines t)
;(setq wl-draft-truncate-lines t)
+;; XEmacs \e$B$N>l9g!"0J2<$,I,MW\e(B
+;(setq truncate-partial-width-windows nil)
;; \e$B%I%i%U%H$r?7$7$$%U%l!<%`$G=q$/\e(B
;(setq wl-draft-use-frame t)
+2001-11-12 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-summary.el (wl-summary-mode): Undo last change.
+
+ * wl-folder.el (wl-folder-mode): Ditto.
+
2001-11-09 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-summary.el (wl-summary-mode): Locally set
(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)