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

Re: latest version problem?



白井です。

# いけね。meadow-develop はずしちゃった。とりあえず、
# meadow-users-jp 付けておきますね。

From: Tsuyoshi CHO <mfalcon21@hotmail.com> さん曰く
Subject: [emacs-w3m:06456] Re: latest version problem?
Message-ID: <uad3kc0kx.wl%tsuyoshi_cho@yahoo.co.jp>
Date: Sun, 15 Feb 2004 15:34:54 +0900

> (w3m-expand-url "htm/index.html" "http://www.groupsne.co.jp/")
> "http://www.groupsne.co.jp/cygwin/htm/index.html"
> 
> (w3m-expand-url "htm/htm/new/rireki.htm" "http://www.groupsne.co.jp/")
> "http://www.groupsne.co.jp/cygwin/htm/htm/new/rireki.htm"
> 
> (w3m-expand-url "../index.html" "http://exsample.com/hoge/")
> "http://exsample.com/cygwin/index.html"
> 
> (w3m-expand-url "../index.html" "http://exsample.com/foo/bar/")
> "http://exsample.com/cygwin/foo/index.html"
> 
> となりました。

ふみゃー。じゃ、同様に scratch で

default-directory
(expand-file-name default-directory)
(expand-file-name "../index.html" "/foo/bar/")
(w3m-expand-path-name "../index.html" "/foo/bar/")

を評価してみてください。期待しているのは、

(expand-file-name "../index.html" "/foo/bar/")
"c:/foo/index.html"

なのですが。(drive letter は任意、UNC だと困ることに今気づいた)

長さんの Meadow2 って i386-mingw-nt5.1.2600 だから mingw でご自
分で作られてたものですよね?まさか、mingw で make するとこうなるっ
てこと?

-- 
白井秀行 (mailto:shirai@meadowy.org)