- 224 名前:221=223 mailto:sage [2009/02/14(土) 14:10:07 ID:Bi/ao9JI0]
- ごめん、やっぱ上手くいってなかった orz
*ahk-exe-dir* に設定しても、前と同じで指定のパスが見つからないってエラーがでる・・・ ダイアログでのエラーがでてるパスは >>223を設定する前といっしょで、 *ahk-exe-dir*のパスじゃなくて存在しないパスになってる (defun get-ahk-exe-dir () の直下に、 (defvar *ahk-html-help-path* nil) (unless *ahk-html-help-path* (setq *ahk-html-help-path* (merge-pathnames *ahk-html-help-file* (get-ahk-exe-dir)))) (defvar *ahk-syntax-directory* nil) (unless *ahk-syntax-directory* (setq *ahk-syntax-directory* (merge-pathnames *ahk-syntax-dirname* (get-ahk-exe-dir)))) ってのがあって、そこからだけしかget-ahk-exe-dir参照されてないのだけど、 これって、もしかして、*ahk-exe-dir*が設定される前に、get-ahk-exe-dir がよばれてしまって 不正なパスが設定されるわけなのかな?
|

|