[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: point-at-eol



>>>>> In [emacs-w3m : No.02023]
>>>>>	Katsumi Yamaoka <yamaoka@namazu.org> wrote:

山岡> (delete "" (split-string (match-string 1)))

補足です。この delete は以下への対応のつもりです。

;;FSFmacs
(split-string " a b c ")
 => ("a" "b" "c")

;;XEmacs
(split-string " a b c ")
 => ("" "a" "b" "c" "")