[[email protected]: Returned post for [email protected]]
Dumas Patrice <[email protected]> Wed, 15 Jan 2003 19:51:31 +0100
| Newsgroups | gmane.comp.tex.texi2html.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Here is the bounce I received. Notice that I didn't really send this message, as it is a cvs commit automatically generated message. Pat ----- Forwarded message from [email protected] ----- Received: from boukha.centre-cired.fr [193.51.120.234] by localhost with POP3 (fetchmail-5.9.0) for dumas@localhost (single-drop); Tue, 14 Jan 2003 15:26:43 +0100 (CET) Received: from h68.sfo.collab.net (ftp.cvshome.org [64.125.132.232]) by boukha.centre-cired.fr (8.9.3+Sun/jtpda-5.3.3) with SMTP id PAA22292 for <[email protected]>; Tue, 14 Jan 2003 15:23:09 GMT Received: (qmail 32736 invoked by uid 204); 14 Jan 2003 14:27:14 -0000 Delivered-To: [email protected] Received: (qmail 32725 invoked by uid 204); 14 Jan 2003 14:27:14 -0000 Mailing-List: contact [email protected]; run by ezmlm Date: 14 Jan 2003 14:27:14 -0000 Message-ID: <[email protected]> From: [email protected] Subject: Returned post for [email protected] To: [email protected] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=eolbefmnjaajohlkoeed Status: RO Content-Length: 5473 Lines: 166 Hi! This is the ezmlm program. I'm managing the [email protected] mailing list. I'm sorry, the list moderators for the cvs list have failed to act on your post. Thus, I'm returning it to you. If you feel that this is in error, please repost the message or contact a list moderator directly. --- Enclosed, please find the message you sent. Return-Path: <[email protected]> Delivered-To: moderator for [email protected] Received: (qmail 4587 invoked by uid 202); 8 Jan 2003 18:25:14 -0000 Date: 8 Jan 2003 18:25:14 -0000 Message-ID: <[email protected]> From: [email protected] To: [email protected] Subject: CVS update: MODIFIED: . ... User: pertusus Date: 03/01/08 10:25:14 Modified: . texi2html.init texi2html.pl Log: * texi2html.pl: @dotless macros are processed before accents constructs like @'{a} are handled, typo in variable names corrected * texi2html.init: small typo in a french word corrected Revision Changes Path 1.10 +2 -2 texi2html/texi2html.init http://texi2html.cvshome.org/source/browse/texi2html/texi2html.init.diff?r1=1.9&r2=1.10 (In the diff below, changes in quantity of whitespace are not shown.) Index: texi2html.init =================================================================== RCS file: /cvs/texi2html/texi2html.init,v retrieving revision 1.9 retrieving revision 1.10 diff -u -b -r1.9 -r1.10 --- texi2html.init 25 Jun 2002 16:07:20 -0000 1.9 +++ texi2html.init 8 Jan 2003 18:25:14 -0000 1.10 @@ -11,7 +11,7 @@ # Copy this file and make changes to it, if you like. # Afterwards, either, load it with command-line option -init_file <your_init_file> # -# $Id: texi2html.init,v 1.9 2002/06/25 16:07:20 dprice Exp $ +# $Id: texi2html.init,v 1.10 2003/01/08 18:25:14 pertusus Exp $ ###################################################################### # stuff which can also be set by command-line options @@ -541,7 +541,7 @@ my $T2H_WORDS_FR = { - 'ToC_Title' => 'Table des mati&egrav;res', + 'ToC_Title' => 'Table des matières', 'Overview_Title' => 'Résumée du contenu', 'Index_Title' => 'Index', 'About_Title' => 'A propos de ce document', 1.9 +13 -9 texi2html/texi2html.pl http://texi2html.cvshome.org/source/browse/texi2html/texi2html.pl.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: texi2html.pl =================================================================== RCS file: /cvs/texi2html/texi2html.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- texi2html.pl 25 Jun 2002 16:07:20 -0000 1.8 +++ texi2html.pl 8 Jan 2003 18:25:14 -0000 1.9 @@ -219,7 +219,7 @@ $l2h_latex_closing $l2h_latex_count $l2h_latex_file - $l2h_latex_preample + $l2h_latex_preamble $l2h_name $l2h_prefix $l2h_range_error @@ -342,7 +342,7 @@ #--############################################################################## # CVS version: -# $Id: texi2html.pl,v 1.8 2002/06/25 16:07:20 dprice Exp $ +# $Id: texi2html.pl,v 1.9 2003/01/08 18:25:14 pertusus Exp $ # Homepage: $T2H_HOMEPAGE = "http://texi2html.cvshome.org/"; @@ -783,7 +783,7 @@ } else { - print "$ERROR Error: can't read init file $int_file\n"; + print "$ERROR Error: can't read init file $init_file\n"; $init_file = ''; } } @@ -1198,7 +1198,7 @@ # Finish with: l2h_FinishToLatex # -$l2h_latex_preample = <<EOT; +$l2h_latex_preamble = <<EOT; % This document was automatically generated by the l2h extenstion of texi2html % DO NOT EDIT !!! \\documentclass{article} @@ -1222,7 +1222,7 @@ return 0; } print "# l2h: use ${l2h_latex_file} as latex file\n" if ($T2H_VERBOSE); - print L2H_LATEX $l2h_latex_preample; + print L2H_LATEX $l2h_latex_preamble; } # open database for caching l2h_InitCache(); @@ -1665,22 +1665,26 @@ } if ($use_acc) { + # first remove dotless command + $subst_code .= "s/\\\@dotless\\{([a-z])\\}/\${1}/gi;\n"; # accentuated characters foreach (keys(%accent_map)) { + my $subst_command; if ($_ eq "`") { - $subst_code .= "s/$;3"; + $subst_command .= "s/$;3"; } elsif ($_ eq "'") { - $subst_code .= "s/$;4"; + $subst_command .= "s/$;4"; } else { - $subst_code .= "s/\\\@\\$_"; + $subst_command .= "s/\\\@\\$_"; } - $subst_code .= "([a-z])/&\${1}$accent_map{$_};/gi;\n"; + $subst_code .= $subst_command ."([a-z])/&\${1}$accent_map{$_};/gi;\n"; + $subst_code .= $subst_command ."{([a-z])}/&\${1}$accent_map{$_};/gi;\n"; } } eval("sub simple_substitutions { $subst_code }"); ----- End forwarded message -----