From: Daniel V. <dan...@ya...> - 2024-10-16 06:54:14
|
Hi Eric, I also commented out the loading of documentation in "qm.mac", like this:/* load the documentation */;; load("qm-index.lisp")$;; load("qm-index-html.lisp")$ Now I get the following problem in "basic.mac"load("qm.mac"); D:/USERS/wxMaxima/qm-maxima/basis.mac:30:0:incorrect syntax: Premature termination of input at ;.; ^ Daniel Volinski En miércoles, 16 de octubre de 2024, 01:15:53 GMT+3, ehm <eri...@gm...> escribió: 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 _______________________________________________ Maxima-discuss mailing list Max...@li... https://lists.sourceforge.net/lists/listinfo/maxima-discuss |