[xyzzy:04370] Re: ファイラーで ".exe" ファイルが見えない
- Subject: [xyzzy:04370] Re: ファイラーで ".exe" ファイルが見えない
- From: あきら <akira-z@xxxxxxxxxxxxxxxxx>
- X-mailer: EdMax Ver2.31.4F
できました。
ありがとうございました。
> やまもとたいぞう%ymtzです。
>
> 多分、マスクがデフォルトのままになっているからです。
> "."を押してマスクを選択すれば、実行ファイルも見えるようになります。
> おまけですが、以下のように".xyzzy"に書けば自分好みのマスクを
> 追加することも出来ます。
>
> (require "filer")
> (pushnew '("Java" "*.java" "*.jav")
> *filer-path-masks* :test 'equal)
> (pushnew '("Www" "*.html" "*.htm" "*.asp" "*.css" "*.js")
> *filer-path-masks* :test 'equal)
石田章