From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Smith Newsgroups: gmane.lisp.guile.user Subject: Re: propagating a coding setting across source files Date: Fri, 02 Dec 2011 07:41:40 -0500 Organization: GNU's Not Unix! Message-ID: <1322829700.3287.49.camel@homebase> References: <20111202.090607.649170119648618329.hartrumpf@gmx.net> <20111202104125.GA30349@ccellier.rd.securactive.lan> Reply-To: psmith@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322829720 21909 80.91.229.12 (2 Dec 2011 12:42:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2011 12:42:00 +0000 (UTC) Cc: guile-user@gnu.org To: rixed@happyleptic.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 02 13:41:56 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWSR9-0002Cj-I8 for guile-user@m.gmane.org; Fri, 02 Dec 2011 13:41:55 +0100 Original-Received: from localhost ([::1]:57959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWSR9-00045b-31 for guile-user@m.gmane.org; Fri, 02 Dec 2011 07:41:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWSR5-00045V-KD for guile-user@gnu.org; Fri, 02 Dec 2011 07:41:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWSQz-0001nP-Sp for guile-user@gnu.org; Fri, 02 Dec 2011 07:41:51 -0500 Original-Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:36204) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RWSQz-0001nF-DB for guile-user@gnu.org; Fri, 02 Dec 2011 07:41:45 -0500 Original-Received: (qmail 26545 invoked by uid 0); 2 Dec 2011 12:41:44 -0000 Original-Received: from unknown (HELO box531.bluehost.com) (74.220.219.131) by oproxy1.bluehost.com with SMTP; 2 Dec 2011 12:41:44 -0000 Original-Received: from 146-115-71-23.c3-0.lex-ubr1.sbo-lex.ma.cable.rcn.com ([146.115.71.23] helo=[172.31.1.105]) by box531.bluehost.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RWSQx-0006nT-Q3; Fri, 02 Dec 2011 05:41:43 -0700 In-Reply-To: <20111202104125.GA30349@ccellier.rd.securactive.lan> X-Mailer: Evolution 2.32.2 X-Identified-User: {678:box531.bluehost.com:madscie1:mad-scientist.us} {sentby:smtp auth 146.115.71.23 authed with paul+mad-scientist.us} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 66.147.249.253 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9018 Archived-At: On Fri, 2011-12-02 at 11:41 +0100, rixed@happyleptic.org 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 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