[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: propagating a coding setting across source files
From: |
Andy Wingo |
Subject: |
Re: propagating a coding setting across source files |
Date: |
Mon, 09 Jan 2012 23:51:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Hi Sven,
On Fri 02 Dec 2011 09:06, Sven Hartrumpf <address@hidden> writes:
> After a long period of working with other Schemes,
> I am returning to guile for some tests to see what
> Guile has achieved in recent years.
Cool! Let us know if you find something that smells bad.
> My test program is made up of around 100 scheme files, all
> encoded in latin-1.
> I added to the master file the following comment:
>
> ; coding: iso-8859-1
>
> which works as documented.
> How can I avoid to add this comment line to all the other files
> which are currently included by the master file using "load"?
You can (fluid-set! %default-port-encoding "iso-8859-1").
Let us know if this doesn't work.
Andy
--
http://wingolog.org/
- Re: propagating a coding setting across source files,
Andy Wingo <=