bug#41956: [PATCH] ice-9: exceptions: Properly format the error message.

2020-06-25 Thread Bengt Richter
Hi Ricardo et al, On +2020-06-25 12:04:27 +0200, Ricardo Wurmus wrote: > > Hi Maxim, > > here’s what I did in the REPL: > > --8<---cut here---start->8--- > scheme@(guile-user)> ,m (ice-9 exceptions) > scheme@(ice-9 exceptions)> (define

bug#41956: [PATCH] ice-9: exceptions: Properly format the error message.

2020-06-25 Thread Ricardo Wurmus
Hi Maxim, here’s what I did in the REPL: --8<---cut here---start->8--- scheme@(guile-user)> ,m (ice-9 exceptions) scheme@(ice-9 exceptions)> (define (my/guile-system-error-converter key args) (apply (case-lambda ((subr msg-args msg errno . rest)