From: yoichi Date: Mon, 10 Dec 2001 13:32:17 +0000 (+0000) Subject: Bug of xemacs's truncate-partial-width-windows is fixed in 21.4.6. X-Git-Tag: wl-2_8-root~62 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09e025d25755be22ac83d720d65dc1136583520;p=elisp%2Fwanderlust.git Bug of xemacs's truncate-partial-width-windows is fixed in 21.4.6. --- diff --git a/samples/en/dot.wl b/samples/en/dot.wl index ec7ffab..2e85439 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -103,7 +103,7 @@ ;; Truncate long lines. ;(setq wl-message-truncate-lines t) ;(setq wl-draft-truncate-lines t) -;; Following line is needed for XEmacs. +;; Following line is needed for XEmacs older than 21.4.6. ;(setq truncate-partial-width-windows nil) ;; Open new frame for draft buffer. diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 592ca8d..5779f91 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -102,7 +102,7 @@ ;; 長い行を切り縮める ;(setq wl-message-truncate-lines t) ;(setq wl-draft-truncate-lines t) -;; XEmacs の場合、以下が必要 +;; XEmacs (21.4.6 より前) の場合、以下も必要。 ;(setq truncate-partial-width-windows nil) ;; ドラフトを新しいフレームで書く