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

Re: latest version problem?



From:  Tsuyoshi CHO <mfalcon21@hotmail.com> さん曰く
Subject: [emacs-w3m:06472] Re: latest version problem?
Message-ID: <usmh79hhs.wl%tsuyoshi_cho@yahoo.co.jp>
Date: Fri, 20 Feb 2004 01:11:27 +0900

藤井さんに教えていただいた各種の解決策のうち、

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

(let ((inhibit-file-name-handlers '(cygwin-mount-name-hook-function
				    cygwin-mount-map-drive-hook-function))
      (inhibit-file-name-operation 'expand-file-name))
  (expand-file-name "../index.html" "/foo/bar"))
=> "c:/foo/index.html"

を一カ所だけ(で良いとおもう)しておきました。

# この挙動は怖いわ。。。おいら、cygwin-mount ぜったい使わなそう。

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