From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/48557 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: beta: warning messages Date: Thu, 19 Mar 2009 15:55:43 +0100 Message-ID: <49C25CEF.4060200@gmx.net> References: <49C2547F.8050608@gmx.net> <638E8FA1-0F9A-459F-8C10-ACAEC2165DFC@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1237474671 28565 80.91.229.12 (19 Mar 2009 14:57:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 14:57:51 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 19 15:59:08 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1LkJgr-0001Ob-3D for gctc-ntg-context-518@m.gmane.org; Thu, 19 Mar 2009 15:57:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 20C2E1FBC6; Thu, 19 Mar 2009 15:56:24 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02249-04; Thu, 19 Mar 2009 15:55:55 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 535AE1FB82; Thu, 19 Mar 2009 15:55:55 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 242DC1FB82 for ; Thu, 19 Mar 2009 15:55:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04820-04-2 for ; Thu, 19 Mar 2009 15:55:47 +0100 (CET) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by ronja.ntg.nl (Postfix) with ESMTP id A7BBC1FB7F for ; Thu, 19 Mar 2009 15:55:47 +0100 (CET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by filter3-ams.mf.surf.net (8.13.8/8.13.8/Debian-3) with SMTP id n2JEtkqg029913 for ; Thu, 19 Mar 2009 15:55:47 +0100 Original-Received: (qmail invoked by alias); 19 Mar 2009 14:55:45 -0000 Original-Received: from i577BFFFF.versanet.de (EHLO [192.168.1.3]) [87.123.255.255] by mail.gmx.net (mp069) with SMTP; 19 Mar 2009 15:55:45 +0100 X-Authenticated: #24293357 X-Provags-ID: V01U2FsdGVkX19d/5s3RNpda/zoL7XxRgfKFUFLCRGLdHGW9qeNIN aQxI7KG/C1+LVG User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <638E8FA1-0F9A-459F-8C10-ACAEC2165DFC@gmail.com> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.20; country=DE; region=01; city=Karlsruhe; latitude=49.0047; longitude=8.3858; http://maps.google.com/maps?q=49.0047,8.3858&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 196144493 - 505d00e86fec X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:48557 Archived-At: Wolfgang Schuster schrieb: > > Am 19.03.2009 um 15:19 schrieb Peter Rolf: > >> Hi Hans, >> >> looks my knowledge of TeX is holey like a Leerdammer. Can you tell me = >> why you fire a warning for already defined, non-global allocated = >> registers? >> Some of them make sense here but even a grouped (and local allocated) = >> register gives such a warning. > > Because it's nonsense what you do, just assign the value to your > counter inside of the group and will be keeped local. > *guilty* in this point... and the past has show, that i'm a repeat offender ;) = > \newcount\OLDpdfcompresslevel > > \def\disablePDFcompression > {\bgroup > \OLDpdfcompresslevel\pdfcompresslevel > \pdfcompresslevel\zerocount\relax} > > \def\allowPDFcompression > {\pdfcompresslevel\OLDpdfcompresslevel\egroup} > > Wolfgang > > _________________________________________________________________________= __________ = > > If your question is of interest to others as well, please add an entry = > to the Wiki! > > maillist : ntg-context@ntg.nl / = > http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > _________________________________________________________________________= __________ = > > -- = "Es ist doch ein Trost, das Geldgier manchmal bl=F6d macht." - Kottan in "Kottan ermittelt", Folge 9: "Die Einteilung" - ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________