Undo last change for truncate-partial-width-windows.
authoryoichi <yoichi>
Mon, 12 Nov 2001 11:31:23 +0000 (11:31 +0000)
committeryoichi <yoichi>
Mon, 12 Nov 2001 11:31:23 +0000 (11:31 +0000)
Add sample setting for XEmacs.

samples/en/dot.wl
samples/ja/dot.wl
wl/ChangeLog
wl/wl-folder.el
wl/wl-summary.el

index 47fa7cf..88c8c23 100644 (file)
 ;; 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)
index 65e638e..191c3e1 100644 (file)
 ;; \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)
index 6598fbb..404738d 100644 (file)
@@ -1,3 +1,9 @@
+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
index a8f764d..b25110d 100644 (file)
@@ -1424,8 +1424,6 @@ Entering Folder mode calls the value of `wl-folder-mode-hook'."
   (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
index 005108f..0ec7284 100644 (file)
@@ -747,8 +747,6 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
   (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)