From cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 27 Nov 2009 23:11:42 +0100 Subject: Add `coding:' comments. Add `coding:' comments for use by both Emacs and Guile 2.x. --- doc/user/bib.skb | 2 +- doc/user/char.skb | 2 +- doc/user/colframe.skb | 2 +- doc/user/compiler.skb | 2 +- doc/user/contexte.skb | 2 +- doc/user/document.skb | 2 +- doc/user/emacs.skb | 2 +- doc/user/engine.skb | 2 +- doc/user/enumeration.skb | 1 + doc/user/eq.skb | 1 + doc/user/examples.skb | 1 + doc/user/figure.skb | 2 +- doc/user/font.skb | 1 + doc/user/footnote.skb | 3 ++- doc/user/htmle.skb | 1 + doc/user/image.skb | 1 + doc/user/index.skb | 1 + doc/user/infoe.skb | 2 +- doc/user/justify.skb | 1 + doc/user/latexe.skb | 1 + doc/user/lib.skb | 2 +- doc/user/line.skb | 1 + doc/user/links.skb | 2 +- doc/user/loute.skb | 2 +- doc/user/markup.skb | 2 +- doc/user/ornament.skb | 1 + doc/user/package.skb | 1 + doc/user/pie.skb | 2 +- doc/user/prgm.skb | 2 +- doc/user/sectioning.skb | 2 +- doc/user/skribeinfo.skb | 1 + doc/user/skribilo-config.skb | 2 +- doc/user/slide.skb | 2 +- doc/user/spacing.skb | 5 ++--- doc/user/src/outline.txt | 2 +- doc/user/start.skb | 4 ++-- doc/user/syntax.skb | 4 ++-- doc/user/table.skb | 2 +- doc/user/toc.skb | 1 + doc/user/xmle.skb | 1 + src/guile/skribilo/biblio.scm | 1 + src/guile/skribilo/biblio/author.scm | 3 ++- src/guile/skribilo/color.scm | 1 + src/guile/skribilo/condition.scm | 1 + src/guile/skribilo/config.in | 4 ++-- src/guile/skribilo/engine.scm | 1 + src/guile/skribilo/engine/base.scm | 1 + src/guile/skribilo/engine/context.scm | 1 + src/guile/skribilo/engine/html.scm | 2 +- src/guile/skribilo/engine/html4.scm | 1 + src/guile/skribilo/engine/info.scm | 1 + src/guile/skribilo/engine/latex.scm | 8 ++------ src/guile/skribilo/engine/lout.scm | 4 ++-- src/guile/skribilo/engine/xml.scm | 1 + src/guile/skribilo/evaluator.scm | 1 + src/guile/skribilo/location.scm | 1 + src/guile/skribilo/module.scm | 3 ++- src/guile/skribilo/output.scm | 1 + src/guile/skribilo/package/acmproc.scm | 1 + src/guile/skribilo/package/base.scm | 1 + src/guile/skribilo/package/diff.scm | 1 + src/guile/skribilo/package/eq.scm | 3 ++- src/guile/skribilo/package/french.scm | 3 ++- src/guile/skribilo/package/html-navtabs.scm | 1 + src/guile/skribilo/package/jfp.scm | 1 + src/guile/skribilo/package/letter.scm | 1 + src/guile/skribilo/package/lncs.scm | 1 + src/guile/skribilo/package/pie.scm | 1 + src/guile/skribilo/package/scribe.scm | 1 + src/guile/skribilo/package/sigplan.scm | 1 + src/guile/skribilo/package/slide.scm | 3 ++- src/guile/skribilo/package/web-article.scm | 1 + src/guile/skribilo/package/web-book.scm | 1 + src/guile/skribilo/package/web-book2.scm | 1 + src/guile/skribilo/parameters.scm | 1 + src/guile/skribilo/prog.scm | 1 + src/guile/skribilo/source.scm | 3 ++- src/guile/skribilo/table.scm | 1 + src/guile/skribilo/verify.scm | 1 + src/guile/skribilo/writer.scm | 1 + 80 files changed, 93 insertions(+), 46 deletions(-) diff --git a/doc/user/bib.skb b/doc/user/bib.skb index b40015a..4b6d840 100644 --- a/doc/user/bib.skb +++ b/doc/user/bib.skb @@ -1,4 +1,5 @@ ;;; bib.skb -- The Skribilo bibliography. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano @@ -337,6 +338,5 @@ These suffixes are: )) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/char.skb b/doc/user/char.skb index d036c21..340754d 100644 --- a/doc/user/char.skb +++ b/doc/user/char.skb @@ -1,4 +1,5 @@ ;;; char.skb -- Characters, strings and symbols +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -101,6 +102,5 @@ of the capacity of the targeted format.]) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/colframe.skb b/doc/user/colframe.skb index a69db05..ae45fe5 100644 --- a/doc/user/colframe.skb +++ b/doc/user/colframe.skb @@ -1,4 +1,5 @@ ;;; colframe.skb -- Skribe color and frame +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -63,6 +64,5 @@ acts as a container. Otherwise, it acts as an ,(ref :section "Ornaments").]) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/compiler.skb b/doc/user/compiler.skb index 07fe724..873c8ec 100644 --- a/doc/user/compiler.skb +++ b/doc/user/compiler.skb @@ -1,4 +1,5 @@ ;;; compiler.skb -- The Skribilo compiler. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano @@ -140,6 +141,5 @@ Guile's own module load path.]))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/contexte.skb b/doc/user/contexte.skb index 3804356..86afdb7 100644 --- a/doc/user/contexte.skb +++ b/doc/user/contexte.skb @@ -1,4 +1,5 @@ ;;; context.skb -- Documentation of the ConTeXt engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; @@ -53,6 +54,5 @@ output.]) :source "skribilo/engine/context.scm"))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/document.skb b/doc/user/document.skb index 7bedb7a..ba58b63 100644 --- a/doc/user/document.skb +++ b/doc/user/document.skb @@ -1,4 +1,5 @@ ;;; document.skb -- Document and author +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -94,6 +95,5 @@ document.]) (disp (include "src/api3.skb"))))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/emacs.skb b/doc/user/emacs.skb index ae7cc69..a55f612 100644 --- a/doc/user/emacs.skb +++ b/doc/user/emacs.skb @@ -1,4 +1,5 @@ ;;; emacs.skb -- Editing Skribilo programs +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano @@ -77,6 +78,5 @@ M-x skribe-mode ])))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/engine.skb b/doc/user/engine.skb index 882502b..796b073 100644 --- a/doc/user/engine.skb +++ b/doc/user/engine.skb @@ -1,4 +1,5 @@ ;;; engine.skb -- The description of the Skribe engines +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -205,6 +206,5 @@ this mechanism is the same as that of ,(emph [readers]) (see ,(numref ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/enumeration.skb b/doc/user/enumeration.skb index 5f19c3a..1878e1b 100644 --- a/doc/user/enumeration.skb +++ b/doc/user/enumeration.skb @@ -1,4 +1,5 @@ ;;; enumeration.skb -- Skribe enumerations +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003 Manuel Serrano ;;; diff --git a/doc/user/eq.skb b/doc/user/eq.skb index 8767882..85c5af5 100644 --- a/doc/user/eq.skb +++ b/doc/user/eq.skb @@ -1,4 +1,5 @@ ;;; eq.skb -- Equation formatting. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2007, 2008, 2009 Ludovic Courtès ;;; diff --git a/doc/user/examples.skb b/doc/user/examples.skb index 7aa8f59..c963a41 100644 --- a/doc/user/examples.skb +++ b/doc/user/examples.skb @@ -1,4 +1,5 @@ ;;; examples.skb -- The list of examples +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; diff --git a/doc/user/figure.skb b/doc/user/figure.skb index dd418a6..b1b3964 100644 --- a/doc/user/figure.skb +++ b/doc/user/figure.skb @@ -1,4 +1,5 @@ ;;; figure.skb -- Figures. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003 Manuel Serrano @@ -70,6 +71,5 @@ display the list of figures of a document is included below.]) (disp (include "src/api15.skb"))))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/font.skb b/doc/user/font.skb index cd9ec88..bd34b87 100644 --- a/doc/user/font.skb +++ b/doc/user/font.skb @@ -1,4 +1,5 @@ ;;; font.skb -- Skribe font +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003 Manuel Serrano ;;; diff --git a/doc/user/footnote.skb b/doc/user/footnote.skb index 2326a30..f309cea 100644 --- a/doc/user/footnote.skb +++ b/doc/user/footnote.skb @@ -1,7 +1,8 @@ ;;; footnote.skb -- Footnotes. +;;; -*- coding: iso-8859-1 -*- ;;; +;;; Copyright 2006, 2009 Ludovic Courtès ;;; Copyright 2003 Manuel Serrano -;;; Copyright 2006 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify diff --git a/doc/user/htmle.skb b/doc/user/htmle.skb index 5132999..a2a8676 100644 --- a/doc/user/htmle.skb +++ b/doc/user/htmle.skb @@ -1,4 +1,5 @@ ;;; htmle.skb -- Documentation of the HTML engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/doc/user/image.skb b/doc/user/image.skb index 5af20d8..f21388c 100644 --- a/doc/user/image.skb +++ b/doc/user/image.skb @@ -1,4 +1,5 @@ ;;; image.skb -- Images. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/doc/user/index.skb b/doc/user/index.skb index 1a0d893..b1d40ba 100644 --- a/doc/user/index.skb +++ b/doc/user/index.skb @@ -1,4 +1,5 @@ ;;; index.skb -- Skribe indexes +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano ;;; diff --git a/doc/user/infoe.skb b/doc/user/infoe.skb index b22614a..c403c6f 100644 --- a/doc/user/infoe.skb +++ b/doc/user/infoe.skb @@ -1,4 +1,5 @@ ;;; info.skb -- Documentation of the Info engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2009 Ludovic Courtès ;;; @@ -44,6 +45,5 @@ a text-only format, markups such as ,(markup-ref "image") do not yield a graphical output as with other engines.])) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/justify.skb b/doc/user/justify.skb index 9246e59..f68b811 100644 --- a/doc/user/justify.skb +++ b/doc/user/justify.skb @@ -1,4 +1,5 @@ ;;; justify.skb -- Skribe justification +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003 Manuel Serrano ;;; diff --git a/doc/user/latexe.skb b/doc/user/latexe.skb index fe4b802..805b9f8 100644 --- a/doc/user/latexe.skb +++ b/doc/user/latexe.skb @@ -1,4 +1,5 @@ ;;; latexe.skb -- Documentation of the LaTeX engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/doc/user/lib.skb b/doc/user/lib.skb index 4c558db..9a3a194 100644 --- a/doc/user/lib.skb +++ b/doc/user/lib.skb @@ -1,4 +1,5 @@ ;;; lib.skb -- Standard library. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2003 Erick Gallesio @@ -115,6 +116,5 @@ under which Skribilo modules were installed:] ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/line.skb b/doc/user/line.skb index 3f9dab3..55cea4d 100644 --- a/doc/user/line.skb +++ b/doc/user/line.skb @@ -1,4 +1,5 @@ ;;; line.skb -- Line breaks +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003 Manuel Serrano ;;; diff --git a/doc/user/links.skb b/doc/user/links.skb index 53b11a9..ddabfbf 100644 --- a/doc/user/links.skb +++ b/doc/user/links.skb @@ -1,4 +1,5 @@ ;;; links.skb -- Links and cross-references. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -193,6 +194,5 @@ then be produced when the manual is compiled to HTML:] ;;; LocalWords: Hyperlinks HTML URL url ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/loute.skb b/doc/user/loute.skb index 5817177..a3f1993 100644 --- a/doc/user/loute.skb +++ b/doc/user/loute.skb @@ -1,4 +1,5 @@ ;;; loute.skb -- Documentation of the Lout engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; @@ -220,6 +221,5 @@ is ,(tt [#f]).])) illustration :key (file #f) ident alt) ...)))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/markup.skb b/doc/user/markup.skb index 2109066..497631a 100644 --- a/doc/user/markup.skb +++ b/doc/user/markup.skb @@ -1,4 +1,5 @@ ;;; markup.skb -- The Skribilo standard markups +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -112,7 +113,6 @@ base))]).]).]) (include "char.skb")) ;; Local Variables: -;; coding: latin-1 ;; ispell-local-dictionary: "american" ;; comment-start: ";" ;; comment-end: "" diff --git a/doc/user/ornament.skb b/doc/user/ornament.skb index 5fc2832..9e030ee 100644 --- a/doc/user/ornament.skb +++ b/doc/user/ornament.skb @@ -1,4 +1,5 @@ ;;; ornament.skb -- The skribe ornaments +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003 Manuel Serrano ;;; diff --git a/doc/user/package.skb b/doc/user/package.skb index f9a7bbf..445eba9 100644 --- a/doc/user/package.skb +++ b/doc/user/package.skb @@ -1,4 +1,5 @@ ;;; package.skb -- Packages +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2001, 2004, 2005 Manuel Serrano diff --git a/doc/user/pie.skb b/doc/user/pie.skb index 70fa08d..3f2185b 100644 --- a/doc/user/pie.skb +++ b/doc/user/pie.skb @@ -1,4 +1,5 @@ ;;; pie.skb -- Pie charts. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2009 Ludovic Courtès ;;; @@ -117,6 +118,5 @@ weight.])) ;; Local Variables: -;; coding: latin-1 ;; ispell-local-dictionary: "american" ;; End: diff --git a/doc/user/prgm.skb b/doc/user/prgm.skb index 1ad8814..e8cf67f 100644 --- a/doc/user/prgm.skb +++ b/doc/user/prgm.skb @@ -1,4 +1,5 @@ ;;; prgm.skb -- Computer programs +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano @@ -164,6 +165,5 @@ in ,(markup-ref "source") function call.]) '())))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb index 0e859f1..e11f60b 100644 --- a/doc/user/sectioning.skb +++ b/doc/user/sectioning.skb @@ -1,4 +1,5 @@ ;;; sectioning.skb -- Sectioning markups +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -123,5 +124,4 @@ of text.]) ;;; Local Variables: -;;; coding: latin-1 ;;; End: diff --git a/doc/user/skribeinfo.skb b/doc/user/skribeinfo.skb index 6ce8f73..8b4fe3f 100644 --- a/doc/user/skribeinfo.skb +++ b/doc/user/skribeinfo.skb @@ -1,4 +1,5 @@ ;;; skribeinfo.skb -- The Skribeinfo compiler +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2001, 2002, 2003 Manuel Serrano ;;; diff --git a/doc/user/skribilo-config.skb b/doc/user/skribilo-config.skb index b999145..186bbbe 100644 --- a/doc/user/skribilo-config.skb +++ b/doc/user/skribilo-config.skb @@ -1,4 +1,5 @@ ;;; skribilo-config.skb -- The `skribilo-config' tool +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2004 Manuel Serrano @@ -64,6 +65,5 @@ programming interface exposed by the ,(code [(skribilo config)]) module ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/slide.skb b/doc/user/slide.skb index 5c88baa..21e88cb 100644 --- a/doc/user/slide.skb +++ b/doc/user/slide.skb @@ -1,4 +1,5 @@ ;;; slide.skb -- Slides +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2008, 2009 Ludovic Courtès ;;; Copyright 2004 Manuel Serrano @@ -223,6 +224,5 @@ output format does not support embedded application.])) (prgm :file "src/slides.skb"))))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/spacing.skb b/doc/user/spacing.skb index d47d2fc..af31d09 100644 --- a/doc/user/spacing.skb +++ b/doc/user/spacing.skb @@ -1,6 +1,7 @@ ;;; spacing.skb -- Spacing. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007 Ludovic Courtès +;;; Copyright 2007, 2009 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -32,5 +33,3 @@ unbreakable and breakable space, respectively:]) (doc-markup '~ '() :common-args '((:class "The node class."))) (doc-markup 'breakable-space '())) - -;;; arch-tag: a6a542b9-6bf0-406d-8cf1-3cfffbdfa40d diff --git a/doc/user/src/outline.txt b/doc/user/src/outline.txt index a89a2d0..b00992a 100644 --- a/doc/user/src/outline.txt +++ b/doc/user/src/outline.txt @@ -1,4 +1,4 @@ --*- mode: outline; coding: latin-1; -*- +-*- mode: outline; coding: iso-8859-1; -*- Title: Demonstrating Skribilo's Outline Syntax Author: Ludovic Courtès diff --git a/doc/user/start.skb b/doc/user/start.skb index 0776799..4faad07 100644 --- a/doc/user/start.skb +++ b/doc/user/start.skb @@ -1,6 +1,7 @@ ;;; start.skb -- Getting started with Skribilo +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007, 2008 Ludovic Courtès +;;; Copyright 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -218,7 +219,6 @@ $ skribilo -t lout file.skb -o file.lout ,(char 35) ,(it "This produces a Lout f ;; Local Variables: -;; coding: latin-1 ;; comment-start: ";" ;; comment-end: "" ;; ispell-local-dictionary: "american" diff --git a/doc/user/syntax.skb b/doc/user/syntax.skb index ba2b800..730f78d 100644 --- a/doc/user/syntax.skb +++ b/doc/user/syntax.skb @@ -1,6 +1,7 @@ ;;; syntax.skb -- The Skribilo syntaxes. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2008 Ludovic Courtès +;;; Copyright 2008, 2009 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano ;;; ;;; @@ -287,6 +288,5 @@ source for additional details.]))) ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/table.skb b/doc/user/table.skb index 8e7f6e0..5c777c9 100644 --- a/doc/user/table.skb +++ b/doc/user/table.skb @@ -1,4 +1,5 @@ ;;; table.skb -- Skribe tables +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -94,6 +95,5 @@ attribute is only supported by HTML engines supporting ;; @indent: (put 'doc-markup 'skribe-indent 'skribe-indent-function)@* ;;; Local Variables: -;;; coding: latin-1 ;;; ispell-local-dictionary: "american" ;;; End: diff --git a/doc/user/toc.skb b/doc/user/toc.skb index 9650951..456b46d 100644 --- a/doc/user/toc.skb +++ b/doc/user/toc.skb @@ -1,4 +1,5 @@ ;;; toc.skb -- Table of contents +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003 Manuel Serrano ;;; diff --git a/doc/user/xmle.skb b/doc/user/xmle.skb index 93546b0..ad538e1 100644 --- a/doc/user/xmle.skb +++ b/doc/user/xmle.skb @@ -1,4 +1,5 @@ ;;; xmle.skb -- The documentation of the XML engine +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/src/guile/skribilo/biblio.scm b/src/guile/skribilo/biblio.scm index 24b7118..87466c7 100644 --- a/src/guile/skribilo/biblio.scm +++ b/src/guile/skribilo/biblio.scm @@ -1,4 +1,5 @@ ;;; biblio.scm -- Bibliography functions. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2007, 2009 Ludovic Courtès ;;; Copyright 2001, 2002, 2003, 2004 Manuel Serrano diff --git a/src/guile/skribilo/biblio/author.scm b/src/guile/skribilo/biblio/author.scm index df6c9b4..bef8357 100644 --- a/src/guile/skribilo/biblio/author.scm +++ b/src/guile/skribilo/biblio/author.scm @@ -1,6 +1,7 @@ ;;; author.scm -- Handling author names. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2006, 2007, 2008 Ludovic Courtès +;;; Copyright 2006, 2007, 2008, 2009 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify diff --git a/src/guile/skribilo/color.scm b/src/guile/skribilo/color.scm index 16592f5..fa5eaa5 100644 --- a/src/guile/skribilo/color.scm +++ b/src/guile/skribilo/color.scm @@ -1,4 +1,5 @@ ;;; color.scm -- Color management. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2007 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/condition.scm b/src/guile/skribilo/condition.scm index 85ab70e..9e4eb4c 100644 --- a/src/guile/skribilo/condition.scm +++ b/src/guile/skribilo/condition.scm @@ -1,4 +1,5 @@ ;;; condition.scm -- Skribilo SRFI-35 error condition hierarchy. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2007, 2008 Ludovic Courtès ;;; diff --git a/src/guile/skribilo/config.in b/src/guile/skribilo/config.in index 34c0404..ee00647 100644 --- a/src/guile/skribilo/config.in +++ b/src/guile/skribilo/config.in @@ -1,6 +1,7 @@ ;;; config.scm -- Skribilo configuration. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2006, 2007 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2009 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -32,6 +33,5 @@ ;;; Local Variables: -;;; coding: latin-1 ;;; mode: scheme ;;; End: diff --git a/src/guile/skribilo/engine.scm b/src/guile/skribilo/engine.scm index 51da726..89fb728 100644 --- a/src/guile/skribilo/engine.scm +++ b/src/guile/skribilo/engine.scm @@ -1,4 +1,5 @@ ;;; engine.scm -- Skribilo engines. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/engine/base.scm b/src/guile/skribilo/engine/base.scm index fb9cb33..223b8a7 100644 --- a/src/guile/skribilo/engine/base.scm +++ b/src/guile/skribilo/engine/base.scm @@ -1,4 +1,5 @@ ;;; base.scm -- BASE Skribe engine +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2007 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/src/guile/skribilo/engine/context.scm b/src/guile/skribilo/engine/context.scm index 10d5e1e..21a5898 100644 --- a/src/guile/skribilo/engine/context.scm +++ b/src/guile/skribilo/engine/context.scm @@ -1,4 +1,5 @@ ;;; context.scm -- ConTeXt engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 42f18b2..e743c16 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -1,4 +1,5 @@ ;;; html.scm -- HTML engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano @@ -2310,5 +2311,4 @@ ;;; Local Variables: ;;; mode: scheme -;;; coding: latin-1 ;;; End: diff --git a/src/guile/skribilo/engine/html4.scm b/src/guile/skribilo/engine/html4.scm index 61c5d8f..e07d0f0 100644 --- a/src/guile/skribilo/engine/html4.scm +++ b/src/guile/skribilo/engine/html4.scm @@ -1,4 +1,5 @@ ;;; html4.scm -- HTML 4.01 engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2004 Erick Gallesio - I3S-CNRS/ESSI ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/engine/info.scm b/src/guile/skribilo/engine/info.scm index 0a60b17..ec92ce5 100644 --- a/src/guile/skribilo/engine/info.scm +++ b/src/guile/skribilo/engine/info.scm @@ -1,4 +1,5 @@ ;;; info.scm -- GNU Info engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008, 2009 Ludovic Courtès ;;; Copyright 2001, 2002 Manuel Serrano diff --git a/src/guile/skribilo/engine/latex.scm b/src/guile/skribilo/engine/latex.scm index 89bf2af..ab19ee4 100644 --- a/src/guile/skribilo/engine/latex.scm +++ b/src/guile/skribilo/engine/latex.scm @@ -1,6 +1,7 @@ ;;; latex.scm -- LaTeX engine. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007 Ludovic Courtès +;;; Copyright 2007, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -1745,8 +1746,3 @@ ;* Restore the base engine */ ;*---------------------------------------------------------------------*/ (default-engine-set! (find-engine 'base)) - - -;;; Local Variables: -;;; coding: latin-1 -;;; End: diff --git a/src/guile/skribilo/engine/lout.scm b/src/guile/skribilo/engine/lout.scm index e2796ff..047cfa7 100644 --- a/src/guile/skribilo/engine/lout.scm +++ b/src/guile/skribilo/engine/lout.scm @@ -1,6 +1,7 @@ ;;; lout.scm -- A Lout engine. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2004, 2005, 2006, 2007, 2008 Ludovic Courtès +;;; Copyright 2004, 2005, 2006, 2007, 2008, 2009 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -2958,6 +2959,5 @@ ;; Local Variables: -- ;; mode: Scheme -- -;; coding: latin-1 -- ;; scheme-program-name: "guile" -- ;; End: -- diff --git a/src/guile/skribilo/engine/xml.scm b/src/guile/skribilo/engine/xml.scm index 0990d24..2515fac 100644 --- a/src/guile/skribilo/engine/xml.scm +++ b/src/guile/skribilo/engine/xml.scm @@ -1,4 +1,5 @@ ;;; xml.scm -- Generic XML engine. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/evaluator.scm b/src/guile/skribilo/evaluator.scm index 6ca0f13..be223ca 100644 --- a/src/guile/skribilo/evaluator.scm +++ b/src/guile/skribilo/evaluator.scm @@ -1,4 +1,5 @@ ;;; eval.scm -- Skribilo evaluator. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/location.scm b/src/guile/skribilo/location.scm index b580e79..d5bde98 100644 --- a/src/guile/skribilo/location.scm +++ b/src/guile/skribilo/location.scm @@ -1,4 +1,5 @@ ;;; location.scm -- Skribilo source location. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2007, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/module.scm b/src/guile/skribilo/module.scm index a7f67fc..1e898a0 100644 --- a/src/guile/skribilo/module.scm +++ b/src/guile/skribilo/module.scm @@ -1,6 +1,7 @@ ;;; module.scm -- Execution environment for Skribilo documents. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2006, 2007 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2009 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify diff --git a/src/guile/skribilo/output.scm b/src/guile/skribilo/output.scm index 1adac70..af38328 100644 --- a/src/guile/skribilo/output.scm +++ b/src/guile/skribilo/output.scm @@ -1,4 +1,5 @@ ;;; output.scm -- Skribilo output stage. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/package/acmproc.scm b/src/guile/skribilo/package/acmproc.scm index 1799d05..6af6bb6 100644 --- a/src/guile/skribilo/package/acmproc.scm +++ b/src/guile/skribilo/package/acmproc.scm @@ -1,4 +1,5 @@ ;;; acmproc.scm -- The Skribe style for ACMPROC articles. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/base.scm b/src/guile/skribilo/package/base.scm index 4372b96..d829bba 100644 --- a/src/guile/skribilo/package/base.scm +++ b/src/guile/skribilo/package/base.scm @@ -1,4 +1,5 @@ ;;; base.scm -- The base markup package of Skribe/Skribilo. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/src/guile/skribilo/package/diff.scm b/src/guile/skribilo/package/diff.scm index 519364b..05d45e7 100644 --- a/src/guile/skribilo/package/diff.scm +++ b/src/guile/skribilo/package/diff.scm @@ -1,4 +1,5 @@ ;;; diff.scm -- A document difference highlighting package. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007 Ludovic Courtès ;;; diff --git a/src/guile/skribilo/package/eq.scm b/src/guile/skribilo/package/eq.scm index 789583e..bc9980a 100644 --- a/src/guile/skribilo/package/eq.scm +++ b/src/guile/skribilo/package/eq.scm @@ -1,6 +1,7 @@ ;;; eq.scm -- An equation formatting package. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2006, 2007, 2008 Ludovic Courtès +;;; Copyright 2005, 2006, 2007, 2008, 2009 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify diff --git a/src/guile/skribilo/package/french.scm b/src/guile/skribilo/package/french.scm index e7281d7..ab3b229 100644 --- a/src/guile/skribilo/package/french.scm +++ b/src/guile/skribilo/package/french.scm @@ -1,7 +1,8 @@ ;;; french.scm -- French Skribe style +;;; -*- coding: iso-8859-1 -*- ;;; +;;; Copyright 2007, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano -;;; Copyright 2007 Ludovic Courtès ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify diff --git a/src/guile/skribilo/package/html-navtabs.scm b/src/guile/skribilo/package/html-navtabs.scm index 5cf355b..03174f1 100644 --- a/src/guile/skribilo/package/html-navtabs.scm +++ b/src/guile/skribilo/package/html-navtabs.scm @@ -1,4 +1,5 @@ ;;; html-navtabs.scm -- Producing HTML navigation tabs. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/jfp.scm b/src/guile/skribilo/package/jfp.scm index 012165e..a7ff50f 100644 --- a/src/guile/skribilo/package/jfp.scm +++ b/src/guile/skribilo/package/jfp.scm @@ -1,4 +1,5 @@ ;;; jfp.scm -- The Skribe style for JFP articles. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/letter.scm b/src/guile/skribilo/package/letter.scm index 5baf5dc..e86a647 100644 --- a/src/guile/skribilo/package/letter.scm +++ b/src/guile/skribilo/package/letter.scm @@ -1,4 +1,5 @@ ;;; letter.scm -- Skribe style for letters +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/lncs.scm b/src/guile/skribilo/package/lncs.scm index 28e565c..c30f5e1 100644 --- a/src/guile/skribilo/package/lncs.scm +++ b/src/guile/skribilo/package/lncs.scm @@ -1,4 +1,5 @@ ;;; lncs.scm -- The Skribilo style for LNCS articles. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/pie.scm b/src/guile/skribilo/package/pie.scm index 7203946..35b3a92 100644 --- a/src/guile/skribilo/package/pie.scm +++ b/src/guile/skribilo/package/pie.scm @@ -1,4 +1,5 @@ ;;; pie.scm -- An pie-chart formatting package. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2007, 2009 Ludovic Courtès ;;; diff --git a/src/guile/skribilo/package/scribe.scm b/src/guile/skribilo/package/scribe.scm index 8f16a2a..4c66ebc 100644 --- a/src/guile/skribilo/package/scribe.scm +++ b/src/guile/skribilo/package/scribe.scm @@ -1,4 +1,5 @@ ;;; scribe.scm -- Scribe Compatibility kit +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/sigplan.scm b/src/guile/skribilo/package/sigplan.scm index e00ec80..a13d6b6 100644 --- a/src/guile/skribilo/package/sigplan.scm +++ b/src/guile/skribilo/package/sigplan.scm @@ -1,4 +1,5 @@ ;;; sigplan.scm -- The Skribe style for ACMPROC articles. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/slide.scm b/src/guile/skribilo/package/slide.scm index 7ee2207..f5e8b61 100644 --- a/src/guile/skribilo/package/slide.scm +++ b/src/guile/skribilo/package/slide.scm @@ -1,6 +1,7 @@ ;;; slide.scm -- Overhead transparencies. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2006, 2007, 2008 Ludovic Courtès +;;; Copyright 2006, 2007, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; diff --git a/src/guile/skribilo/package/web-article.scm b/src/guile/skribilo/package/web-article.scm index f33c987..f7e70df 100644 --- a/src/guile/skribilo/package/web-article.scm +++ b/src/guile/skribilo/package/web-article.scm @@ -1,4 +1,5 @@ ;;; web-article.scm -- A style to produce web articles. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano diff --git a/src/guile/skribilo/package/web-book.scm b/src/guile/skribilo/package/web-book.scm index 6cdc84e..45b4866 100644 --- a/src/guile/skribilo/package/web-book.scm +++ b/src/guile/skribilo/package/web-book.scm @@ -1,4 +1,5 @@ ;;; web-book.scm -- The web book style. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2003, 2004 Manuel Serrano ;;; Copyright 2007 Ludovic Courtès diff --git a/src/guile/skribilo/package/web-book2.scm b/src/guile/skribilo/package/web-book2.scm index 4dddac5..b7dff77 100644 --- a/src/guile/skribilo/package/web-book2.scm +++ b/src/guile/skribilo/package/web-book2.scm @@ -1,4 +1,5 @@ ;;; web-book2.scm -- Another web book style. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; diff --git a/src/guile/skribilo/parameters.scm b/src/guile/skribilo/parameters.scm index 23c2c1a..350a854 100644 --- a/src/guile/skribilo/parameters.scm +++ b/src/guile/skribilo/parameters.scm @@ -1,4 +1,5 @@ ;;; parameters.scm -- Skribilo settings as parameter objects. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2008 Ludovic Courtès ;;; diff --git a/src/guile/skribilo/prog.scm b/src/guile/skribilo/prog.scm index a67b005..cbc19ed 100644 --- a/src/guile/skribilo/prog.scm +++ b/src/guile/skribilo/prog.scm @@ -1,4 +1,5 @@ ;;; prog.scm -- All the stuff for the prog markup +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2006, 2007, 2009 Ludovic Courtès ;;; Copyright 2003 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/source.scm b/src/guile/skribilo/source.scm index b3828e3..b0a2a7f 100644 --- a/src/guile/skribilo/source.scm +++ b/src/guile/skribilo/source.scm @@ -1,6 +1,7 @@ ;;; source.scm -- Highlighting source files. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2005, 2008 Ludovic Courtès +;;; Copyright 2005, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI ;;; ;;; diff --git a/src/guile/skribilo/table.scm b/src/guile/skribilo/table.scm index 47b3894..4a35951 100644 --- a/src/guile/skribilo/table.scm +++ b/src/guile/skribilo/table.scm @@ -1,4 +1,5 @@ ;;; table.scm -- Routines to operate on `table' markups. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2001 Manuel Serrano diff --git a/src/guile/skribilo/verify.scm b/src/guile/skribilo/verify.scm index 32f2770..3f4145b 100644 --- a/src/guile/skribilo/verify.scm +++ b/src/guile/skribilo/verify.scm @@ -1,4 +1,5 @@ ;;; verify.scm -- Skribe AST verification. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI diff --git a/src/guile/skribilo/writer.scm b/src/guile/skribilo/writer.scm index 42457c2..1032aae 100644 --- a/src/guile/skribilo/writer.scm +++ b/src/guile/skribilo/writer.scm @@ -1,4 +1,5 @@ ;;; writer.scm -- Markup writers. +;;; -*- coding: iso-8859-1 -*- ;;; ;;; Copyright 2005, 2006, 2008, 2009 Ludovic Courtès ;;; Copyright 2003, 2004 Erick Gallesio - I3S-CNRS/ESSI -- cgit v1.2.3