2011年6月2日

ansys-mode での C-c C-h が不明

C-c C-h でのヘルプがデフォルトの設定では起動しなく、カスタム
メニューで色々なパス定義をしたけどうまくいかなかった。
しかたないので、

start hh "c:\Program Files\ANSYS Inc\v130\commonfiles\help\ja\ansys130.chm"

とかいた Windows バッチを作っておいて、

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(ansys-help-program "C:\\\\gnupack_devel-6.02\\home\\launcher\\anshelp130.bat"))

とした。

この方法で、Unix とかしか対応していない exe を走らせたりするのもできないかなー。

0 件のコメント:

コメントを投稿