guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: propagating a coding setting across source files


From: Paul Smith
Subject: Re: propagating a coding setting across source files
Date: Fri, 02 Dec 2011 07:41:40 -0500

On Fri, 2011-12-02 at 11:41 +0100, address@hidden wrote:
> $ find where-your-files-are -type f -name '*.scm' |
>         while read f; do echo '; coding: iso-8859-1' > $f ; done

Boy I _really_ don't think you want to do that.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]