Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-pms
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=googlemail.com@g.o
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
<gentoo-pms+confunsub-6fd8d26550446518-mvmortier=googlemail.com@g.o>:
Recipient address rejected: User unknown in local recipient table
(state 14).
when I try to confirm unsubscription!
2009/4/16 David Leverton <levertond@...>:
> 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.
> ---
> Makefile | 6 +++---
> 1 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
> xhlatex pms
> @# work around irregularity in how links to longtables are
> @# formatted in the List of Tables
> - sed -i -e '/<span class="lotToc" > /{N;N;s/\( <a \nhref="[^"]\+">\)\([0-9.]\+\)\n/\2\1/}' pms.html
> + LC_ALL=C sed -i -e '/<span class="lotToc" > /{N;N;s/\( <a \nhref="[^"]\+">\)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html
> @# indent algorithms properly, and avoid adding extra vertical
> @# space in Konqueror
> - sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html
> + LC_ALL=C sed -i -e 's/span style="width:/span style="display:-moz-inline-box;display:inline-block;height:1px;width:/' pms.html
> @# align algorithm line numbers properly
> - sed -i -e '/<span class="ALCitem">/{N;s/\n\(class="[^"]\+">\)\([0-9]:\)<\/span>/\1\ \2/}' pms.html
> + LC_ALL=C sed -i -e '/<span class="ALCitem">/{N;s/\n\(class="[^"]\+">\)\([0-9]:\)<\/span>/\1\ \2/}' pms.html
>
> pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf
> latex pms
> --
> 1.6.2.3
>
>
>
--
Currently developing a browsergame...
http://www.p-game.de
Trade - Expand - Fight
Follow me on twitter!
http://twitter.com/moortier
|
|