[xyzzy:09136] Re: 変更点は何?
- Subject: [xyzzy:09136] Re: 変更点は何?
- From: YAMAMOTO Taizo <cbf95600@xxxxxxxxxxxxxxx>
- X-mailer: Datula version 1.51.09 for Windows
山本です。
kazutomail@xxxxxxxxxさんの<20050317.204236.1508.kazutomail@xxxxxxxxx>から
>
>変更点は何でしょうね。気になりますね。f(~~;)
>とりあえず、上書きしても「かてふ」モードは普通に使えてますが・・・。
lisp/builtin.l や lisp/ole.l を見ると、何やら
ole-create-event-sink
set-ole-event-handler
ole-for-each
といった、ole関係の機能なども強化されているようですね。
ole-for-eachを使えばこんな感じの処理もできるようになります。
(require "ole")
(ole-for-each (wnd #{(ole-create-object "Shell.Application").Windows})
(msgbox "<a href=\"~A\">~A</a>"
(si::www-url-decode #{wnd.LocationURL}) #{wnd.LocationName}))
# 既にLispなのかVBなのかよく分かんない状況ですが。
--
YAMAMOTO Taizo / 山本 泰三
mailto:cbf95600@xxxxxxxxxxxxxxx
http://www1.odn.ne.jp/ymtz/