Re: TeXmacs on Guile 2.2.4

2019-05-29 Thread Mark H Weaver
Massimiliano Gubinelli writes: > While trying some alternative solutions I noticed the following: the > function scm_to_latin1_stringn calls out to scm_to_stringn with an > argument NULL for the encoding: > > result = scm_to_stringn (str, lenp, NULL, > SCM_FAILED_

Re: TeXmacs on Guile 2.2.4

2019-05-27 Thread Massimiliano Gubinelli
> On 27. May 2019, at 01:49, Mike Gran wrote: > > On Sun, May 26, 2019 at 11:17:48PM +0200, Massimiliano Gubinelli wrote: >> Hi all, >> >> I???m porting GNU TeXmacs (www.texmacs.org) to Guile 2.2.4 (and >> hopefully to Guile 3.0). The current status is the... > > Hello, > > Back in Guile 1.8

Re: TeXmacs on Guile 2.2.4

2019-05-26 Thread Mike Gran
On Sun, May 26, 2019 at 11:17:48PM +0200, Massimiliano Gubinelli wrote: > Hi all, > > I???m porting GNU TeXmacs (www.texmacs.org) to Guile 2.2.4 (and > hopefully to Guile 3.0). The current status is the > following. TeXmacs runs on Guile 2.2.4 with autocompilation turned > off: the application

TeXmacs on Guile 2.2.4

2019-05-26 Thread Massimiliano Gubinelli
Hi all, I’m porting GNU TeXmacs (www.texmacs.org) to Guile 2.2.4 (and hopefully to Guile 3.0). The current status is the following. TeXmacs runs on Guile 2.2.4 with autocompilation turned off: the applications opens and can read and render some files. More work is necessary to switch on compil