Am 3. Juli 2020 23:33:42 MESZ schrieb Lukas-Fabian Moser <l...@gmx.de>: > >> #(define (get-scheme-markup-function func) >> (string->symbol >> (string-append "make-" >> (symbol->string func) >> "-markup"))) > >... which should be replaced by > >#(define (get-scheme-markup-function func) > (symbol-append 'make- func '-markup)) > That's fantastic, thank you very much. (You'll soon see that code again, I assume ;-) ). Best Urs >Sorry, I had not realized that symbol-append is available in Guile 1.8. > >Lukas -- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
- Making markup functions parametric Urs Liska
- Re: Making markup functions parametric Ralf Mattes
- Re: Making markup functions parametric Urs Liska
- Re: Making markup functions parametric Ralf Mattes
- Re: Making markup functions parametric Aaron Hill
- Re: Making markup functions parametric Robin Bannister
- Re: Making markup functions parametric Urs Liska
- Re: Making markup functions parametric Lukas-Fabian Moser
- Re: Making markup functions parametric Lukas-Fabian Moser
- Re: Making markup functions param... Urs Liska
- Re: Making markup functions p... Urs Liska
- Re: Making markup functio... Lukas-Fabian Moser
- Re: Making markup functio... Urs Liska
- Re: Making markup functions parametric David Kastrup
- Re: Making markup functions parametric Lukas-Fabian Moser
- Re: Making markup functions parametric David Kastrup
- Re: Making markup functions parametric Lukas-Fabian Moser
- Re: Making markup functions param... David Kastrup