bug#30095: substitute* decoding-error

2020-05-14 Thread Ricardo Wurmus
I’m closing this as eureka-editor has already been added to the Guix package collection. -- Ricardo

bug#30095: substitute* decoding-error

2018-01-14 Thread Ricardo Wurmus
Hi nee, > Hello, attached is a package definition that fails because substitute* > throws an error. The file I try to substitute* on has some names with > special signs like ë and é that might be related? You could try something like this: ;; This file is ISO-8859-1 encoded. (with-fluids

bug#30095: substitute* decoding-error

2018-01-13 Thread Ludovic Courtès
Hi, nee skribis: > Hello, attached is a package definition that fails because substitute* > throws an error. The file I try to substitute* on has some names with > special signs like ë and é that might be related? Most likely the file in question is not UTF-8-encoded, whereas ‘substitute*’ defa

bug#30095: substitute* decoding-error

2018-01-12 Thread nee
Hello, attached is a package definition that fails because substitute* throws an error. The file I try to substitute* on has some names with special signs like ë and é that might be related? I also included a sed workaround which can be uncommented and works perfectly fine, so the itself file is no