Dima, Thank you very much for your suggestion of adding -E to the gap command lines where sage queries GAP for its root paths. That worked perfectly, and I have now posted a pre-release of a SageMath 10.9 AppImage based on 10.9beta7.
- Marc On Tuesday, March 3, 2026 at 11:42:14 AM UTC-6 [email protected] wrote: > On Tue, Mar 3, 2026 at 11:06 AM Marc Culler <[email protected]> wrote: > >> Why do you think that disabling ColorPrompt would make a difference, if >> the escape sequence is being emitted by rl_initialize()? >> > > Well, just trying to be less "fancy-terminals"-bound. > As well, instead of Display(...) one should run Print(...,"\n"), as > Display might colour, format, etc. things, if allowed. > Or, even safer, use 'PrintTo("/tmp/foobar42.txt",..., "\n") and get the > needed values from "/tmp/foobar42". > (by right, these should be in a temp dir etc etc) > > But, perhaps much easier might be to add '-E' switch to these GAP calls. > '-E' means "disable readline (if possible)", > according to the output of "gap -h". (no idea what "if possible" means) > > Dima > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/120e5337-032c-4ae2-a876-ec9a6eb8f022n%40googlegroups.com.
