|
From: Raymond T. <toy...@gm...> - 2022-07-21 21:11:33
|
On Wed, Jul 20, 2022 at 8:37 PM Gunter Königsmann <gu...@pe...> wrote: > My guess (it's only a guess) is that the "#sin" might be interpreted as a > comment by something... > # is not the windows cmd comment char unlike unix shells. I've been unable to get google to find an answer for me. But I did find that if I do browser:"start firefox -url ~A", then everything works great. And you can replace "firefox" with "chrome" too. Dunno about Microsoft Edge, but I'm sure there's a way. This would be a good solution, except I also have been unable to find a command line method of figuring out what the user's default browser is. > Am 21. Juli 2022 01:09:29 MESZ schrieb Raymond Toy <toy...@gm... > >: >> >> Thanks to Wolfgang who has updated the windows nightly build to use >> makeinfo 6.8. I downloaded the version just now and tried it out. >> >> ? sin brings up the html page, but you end up at the beginning of the >> page instead of the entry for sin. >> >> At this point, I don't know what's wrong and need some help. With (setf >> *debug-hdescribe* t), we can see the URL and command used. It looks right >> with the URL being >> "file://C:/maxima-current/.../doc/html/maxima_54.html#index-sin" >> >> My browser shows the right html file, but the URL bar doesn't include >> #index-sin. I don't know what's wrong. For some reason, I think it was >> working before, but now I'm not really sure. >> >> I don't know what magic I need for start to get the index included. >> > -- Ray |