Hello, Andy Wingo <wi...@pobox.com> writes:
> This is complicated in Guile by #!. A reasonable thing would be to have > the reader have a bit on whether it actually saw an expression yet or > not. If not, "^;+ [^\n]*coding: ..." would set the file's encoding. I think it would make sense to follow Emacs' specification of file-local variables as closely as possible (info "(emacs) Specifying File Variables"), as well as its naming scheme for encodings as shown by `M-x list-coding-systems'. Thanks, Ludo'.