Re: [BUG] Fontification of scheme code blocks

2024-05-12 Thread Ihor Radchenko
Ihor Radchenko writes: > We have recently got WORG build failures because running scheme-mode > spawns an interactive prompt to select Scheme implementation. > > This happens when Org export attempts to fontify scheme source blocks, > and calling major mode (scheme-mode) expects user interaction

[BUG] Fontification of scheme code blocks

2023-08-07 Thread Ihor Radchenko
We have recently got WORG build failures because running scheme-mode spawns an interactive prompt to select Scheme implementation. This happens when Org export attempts to fontify scheme source blocks, and calling major mode (scheme-mode) expects user interaction - something we do not anticipate.