[Mew-dist 2317] mew-message-arrange in case of too long header

Hirotaka Yokokawa - Nihon Sun IR Hirotaka.Yokokawa at example.com
1997年 10月 1日 (水) 13:20:22 JST


よこかわ@日本サンです。

非常に些細なことで恐縮ですが,"Header is too long" かつ mew-analysis が 
nil の時バッファの最後が表示されてしまうので,次のようにしてみました。

--- mew-decode.el.org   Wed Oct  1 13:09:43 1997
+++ mew-decode.el       Wed Oct  1 13:11:07 1997
@@ -777,8 +777,8 @@
       )
     ;; Some nice features for XEmacs.
     (if mew-xemacs-p (highlight-headers (point-min) (point-max) nil))
+    (goto-char (point-max))
     )
-  (goto-char (point-max))
   )
 
 (provide 'mew-decode)



Mew-dist メーリングリストの案内