From: ehm <eri...@gm...> - 2024-10-15 22:12:55
|
Hi Daniel, I looked at some previous posts regarding setting of the paths on Windows. Please try the following: append(["D:/USERS/wxMaxima/qm- maxima/###.{mac,lisp}","D:/USERS/wxMaxima/qm- maxima/docs/###.{mac,lisp}"],file_search_maxima); append(["D:/USERS/wxMaxima/qm- maxima/###.{mac,lisp}","D:/USERS/wxMaxima/qm- maxima/docs/###.{mac,lisp}"],file_search_lisp); To see if the file search is working you can try: file_search(qm); --> should point to qm.mac file_search("qm-index-html.lisp"); --> should find the html docs If this works (fingers crossed), you can add the append commands to run automatically through configure-->startup-commands on wxMaxima. -Eric |