Danny Milosavljevic skribis: >> + (let* ((alias (string-trim-right >> + (call-with-input-file file get-string-all))) > > Hmm... doesn't this trim other things than newline? Yes, it trims whitespace. > A quick internet search shows that most people do that. Huh. Yeah I’d think that whitespace is non-significant in these files, but in practice they’re always generated anyway. Ludo’.