From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Luoow-0006tt-34 for garchives@archives.gentoo.org; Fri, 17 Apr 2009 14:13:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F79CE0A43; Fri, 17 Apr 2009 14:13:33 +0000 (UTC) Received: from mail-bw0-f172.google.com (mail-bw0-f172.google.com [209.85.218.172]) by pigeon.gentoo.org (Postfix) with ESMTP id AF23AE0A43 for ; Fri, 17 Apr 2009 14:13:32 +0000 (UTC) Received: by bwz20 with SMTP id 20so829121bwz.34 for ; Fri, 17 Apr 2009 07:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dhKihmx/Ji47DSRQn6Wf4F0fXcwBjtM9aRhJiH9OqGc=; b=VSc8K3xfubQ04glk7yIEj9+Kn8EPtBq8Pg8QqaIrsz09B2KVA+obF5K+FlCDNXF9DA 59aFA1DOBG20yisnG1+LyXhBiK/pwFSE+Fyfp1pC2P3nYz5fVSGBdqtQz7DRIK3SS+5b Y2WDqehl7lMf/W0EneSOQkHW/j48x65PCpwac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=R5I4oF6KOU1u1mTVN3wZPwDHd7yFudouv00cJ1hLNZch18/6EVmB0r1sWtKkiASIfg K3gVlH+rVJ5ugm1kn1FB4DQHGNmqblBOVkWh5b5yIh45oqUO6Wh2HNPUtVmmDGGonTp7 hq75DmUzpxRECJ1e3Sz6C78PtSQsQJDEPwgc4= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.113.68 with SMTP id z4mr753846fap.72.1239977611519; Fri, 17 Apr 2009 07:13:31 -0700 (PDT) In-Reply-To: <1239910647-11276-2-git-send-email-levertond@googlemail.com> References: <1239822192-20527-1-git-send-email-levertond@googlemail.com> <1239910647-11276-1-git-send-email-levertond@googlemail.com> <1239910647-11276-2-git-send-email-levertond@googlemail.com> Date: Fri, 17 Apr 2009 16:13:31 +0200 Message-ID: <71ca7fa0904170713y5055bcafy52ab45c0bfdc121a@mail.gmail.com> Subject: Re: [gentoo-pms] [PATCH 2/2] Update TeX4ht sed hacks From: Yannick Mortier To: David Leverton Cc: gentoo-pms@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bf17934c-77ed-4344-a59f-a24180589ce1 X-Archives-Hash: 1018a2a8ea5e51db4539f3990f9826eb Please unsubscribe me from this list, I just can't! I always get an error message like This is an automatically generated Delivery Status Notification Delivery to the following recipient failed permanently: gentoo-pms+confunsub-6fd8d26550446518-mvmortier=3Dgooglemail.com@gentoo= .org Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 : Recipient address rejected: User unknown in local recipient table (state 14). when I try to confirm unsubscription! 2009/4/16 David Leverton : > Account for slightly different whitespace in the output of newer > versions, the possibility of tables in appendices, and the silly > locale-dependent behaviour of sed. > --- > =C2=A0Makefile | =C2=A0 =C2=A06 +++--- > =C2=A01 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Makefile b/Makefile > index 27d58c1..a9f1108 100644 > --- a/Makefile > +++ b/Makefile > @@ -21,12 +21,12 @@ pms.html: $(SOURCEFILES) pms.bbl > =C2=A0 =C2=A0 =C2=A0 =C2=A0xhlatex pms > =C2=A0 =C2=A0 =C2=A0 =C2=A0@# work around irregularity in how links to lo= ngtables are > =C2=A0 =C2=A0 =C2=A0 =C2=A0@# formatted in the List of Tables > - =C2=A0 =C2=A0 =C2=A0 sed -i -e '/ /{N;N;= s/\( \)\([0-9.]\+\)\n/\2\1/}' pms.html > + =C2=A0 =C2=A0 =C2=A0 LC_ALL=3DC sed -i -e '/&#x= 00A0;/{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' = pms.html > =C2=A0 =C2=A0 =C2=A0 =C2=A0@# indent algorithms properly, and avoid addin= g extra vertical > =C2=A0 =C2=A0 =C2=A0 =C2=A0@# space in Konqueror > - =C2=A0 =C2=A0 =C2=A0 sed -i -e 's/span style=3D"width:/span style=3D"di= splay:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html > + =C2=A0 =C2=A0 =C2=A0 LC_ALL=3DC sed -i -e 's/span style=3D"width:/span = style=3D"display:-moz-inline-box;display:inline-block;height:1px;width:/' p= ms.html > =C2=A0 =C2=A0 =C2=A0 =C2=A0@# align algorithm line numbers properly > - =C2=A0 =C2=A0 =C2=A0 sed -i -e '//{N;s/\n\(clas= s=3D"[^"]\+">\)\([0-9]:\)<\/span>/\1\ \2/}' pms.html > + =C2=A0 =C2=A0 =C2=A0 LC_ALL=3DC sed -i -e '//{N= ;s/\n\(class=3D"[^"]\+">\)\([0-9]:\)<\/span>/\1\ \2/}' pms.html > > =C2=A0pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf > =C2=A0 =C2=A0 =C2=A0 =C2=A0latex pms > -- > 1.6.2.3 > > > --=20 Currently developing a browsergame... http://www.p-game.de Trade - Expand - Fight Follow me on twitter! http://twitter.com/moortier