From luismbo at gmail.com Sun Jul 2 17:10:40 2006 From: luismbo at gmail.com (=?utf-8?Q?Lu=C3=ADs?= Oliveira) Date: Sun, 02 Jul 2006 18:10:40 +0100 Subject: [cl-l10n-devel] Re: enable/disable-l10n-syntax References: <4DA095C4-1137-48BE-8AF4-F2867DC84E07@gmail.com> <5156.163.202.48.12.1149603241.squirrel@secure.guruhut.com> Message-ID: "Attila Lendvai" writes: >> I'm not in a position right now to apply a patch but i'll get to >> it in a short while. > > never mind, now that i'll have commit rights i'll take a look at it > myself and commit the non-intrusive changes. the rest will wait until > further discussion. That bit that statically binds *locale* in my enable-l10n-syntax patch is quite silly indeed, but that's easily fixable. I'll have a look at it as soon as one of you gets the chance to apply that patch (and my other 3 patches). They have proper ChangeLog entries like Sean likes them. I like those too but don't have strong feelings about it. Just let me know what policy I should follow in future patches. -- Lu?s Oliveira luismbo (@) gmail (.) com http://student.dei.uc.pt/~lmoliv/ From attila.lendvai at gmail.com Sun Jul 2 20:18:47 2006 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Sun, 2 Jul 2006 22:18:47 +0200 Subject: [cl-l10n-devel] Re: enable/disable-l10n-syntax In-Reply-To: References: <4DA095C4-1137-48BE-8AF4-F2867DC84E07@gmail.com> <5156.163.202.48.12.1149603241.squirrel@secure.guruhut.com> Message-ID: > > That bit that statically binds *locale* in my enable-l10n-syntax patch > is quite silly indeed, but that's easily fixable. I'll have a look at it > as soon as one of you gets the chance to apply that patch (and my other > 3 patches). hi! hm, since then i've added a reader macro like the enable-l10n-syntax, but called it enable-sharpquote-reader (in the spirit that l10n may have other reader macros in the future). maybe enable-sharpquote-syntax would be a better name... but at least it's obvious that it's a reader. make sure to check the darcs repo, the cvs is obsolete. to be honest i don't know what are the other patches you sent... ...but after checking the archive: the getenv is obsoleted by using arnesi's getenv. the external-format stuff also relies on arnesi's services. if they need fixing i can commint them there. the rest should probably be applied, but i wasn't subscribed back then and the list archive does not provide me the binaries... :| -- - attila "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" Ingmar Bergman - Smultronst?llet (Wild Strawberries) -------------- next part -------------- An HTML attachment was scrubbed... URL: From luismbo at gmail.com Sun Jul 2 20:37:46 2006 From: luismbo at gmail.com (=?utf-8?Q?Lu=C3=ADs?= Oliveira) Date: Sun, 02 Jul 2006 21:37:46 +0100 Subject: [cl-l10n-devel] Re: enable/disable-l10n-syntax References: <4DA095C4-1137-48BE-8AF4-F2867DC84E07@gmail.com> <5156.163.202.48.12.1149603241.squirrel@secure.guruhut.com> Message-ID: "Attila Lendvai" writes: > hm, since then i've added a reader macro like the enable-l10n-syntax, but > called it enable-sharpquote-reader (in the spirit that l10n may have other > reader macros in the future). maybe enable-sharpquote-syntax would be a > better name... but at least it's obvious that it's a reader. The enable-foo-syntax naming scheme was simply copied from cl-interpol and clsql. It's sharp double quote though, isn't it? Heh. My version, while silly, allowed you to pick the dispatching sub-char. Anyway, I suppose the macro's name should describe what it does. What about enable-gettext-syntax? > ...but after checking the archive: the getenv is obsoleted by using arnesi's > getenv. the external-format stuff also relies on arnesi's services. Ok, cool. So I guess only these 2 are left: OpenMCL "port" (ignore the getenv and external-format stuff then) http://common-lisp.net/pipermail/cl-l10n-devel/2006-April/000008.html Minor cosmetic patch to the manual http://common-lisp.net/pipermail/cl-l10n-devel/2006-April/000007.html -- Lu?s Oliveira luismbo (@) gmail (.) com http://student.dei.uc.pt/~lmoliv/ From sean at guruhut.com Mon Jul 3 08:17:55 2006 From: sean at guruhut.com (Sean Ross) Date: Mon, 03 Jul 2006 10:17:55 +0200 Subject: [cl-l10n-devel] Re: enable/disable-l10n-syntax In-Reply-To: References: <4DA095C4-1137-48BE-8AF4-F2867DC84E07@gmail.com> <5156.163.202.48.12.1149603241.squirrel@secure.guruhut.com> Message-ID: <44A8D2B3.2060306@guruhut.com> Lu?s Oliveira wrote: > They have proper ChangeLog entries like Sean likes them. I like those > too but don't have strong feelings about it. Just let me know what > policy I should follow in future patches. The only reason i like having entries in the Changelog is to make the release process a bit easier. I've always liked giving a list of notable changes and having the entire list of these changes easily available makes my life just that little bit easier. Of course it would be great if darcs could give us a list of all the changes since a particular revision. That would remove the pain of adding Changelog entries and adding decent notes when committing files. Attila, do you know offhand if this is possible? Cheers, Sean. From attila.lendvai at gmail.com Mon Jul 3 10:35:26 2006 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Mon, 3 Jul 2006 12:35:26 +0200 Subject: [cl-l10n-devel] Re: enable/disable-l10n-syntax In-Reply-To: <44A8D2B3.2060306@guruhut.com> References: <4DA095C4-1137-48BE-8AF4-F2867DC84E07@gmail.com> <5156.163.202.48.12.1149603241.squirrel@secure.guruhut.com> <44A8D2B3.2060306@guruhut.com> Message-ID: > Of course it would be great if darcs could give us a list of all the > changes since a particular revision. That would remove the pain of > adding Changelog entries and adding decent notes when committing files. > Attila, do you know offhand if this is possible? darcs changes --from-tag 2006-06-23 Sun Jul 2 14:06:42 CEST 2006 attila.lendvai at gmail.com * Fix loading the l10n example so that cl-l10n doesn't warn ... there are other useful options with darcs changes -h, like --last 20, --reverse, etc -- - attila "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" Ingmar Bergman - Smultronst?llet (Wild Strawberries) -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at guruhut.com Mon Jul 3 10:40:14 2006 From: sean at guruhut.com (Sean Ross) Date: Mon, 03 Jul 2006 12:40:14 +0200 Subject: [cl-l10n-devel] Re: enable/disable-l10n-syntax In-Reply-To: References: <4DA095C4-1137-48BE-8AF4-F2867DC84E07@gmail.com> <5156.163.202.48.12.1149603241.squirrel@secure.guruhut.com> <44A8D2B3.2060306@guruhut.com> Message-ID: <44A8F40E.1080301@guruhut.com> > darcs changes --from-tag 2006-06-23 Lovely, well no need for a Changelog then, thanks. Sean. From erick at fsl.org.mx Wed Jul 19 00:23:17 2006 From: erick at fsl.org.mx (Erick Ivaan Lopez Carreon) Date: Tue, 18 Jul 2006 19:23:17 -0500 Subject: [cl-l10n-devel] cl-l10n error Message-ID: <1153268597.3994.45.camel@localhost.localdomain> Hello: I am triying to install cl-l10n from today darcs sources and when i try the following in SBCL REPL: (asdf:oos 'asdf:test-op :cl-l10n) I get: 19:07 L10N-LOGGER/+INFO+: Loading locale from /home/erickl/.sbcl/site/cl-l10n/locales/POSIX debugger invoked on a SB-INT:COMPILED-PROGRAM-ERROR in thread #: Execution of a form compiled with errors. Form: (OR* (CHAR= X )) Compile-time error: (in macroexpansion of (OR* #)) (hint: For more precise location, try *BREAK-ON-SIGNALS*.) The function SINGLEP is undefined. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: Retry performing # on #. 3: Continue, treating # on # as having been successful. 4: [ABORT ] Exit debugger, returning to top level. ((LAMBDA (X)) #) 0] 4 ; ; compilation unit aborted ; caught 2 fatal ERROR conditions The locale output: $ locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= Sys info: Debian sid sbcl 1:0.9.14.0-2 Thanks in advance. -- Erick Ivaan Lopez Carreon -- erick at fsl.org.mx PGP Key 1024D/9741C03A 2004-11-19 Key fingerprint = 1764 3C6F B433 B2DD 9029 98B1 8E6B 58D3 9741 C03A -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From levente.meszaros at gmail.com Wed Jul 19 07:22:24 2006 From: levente.meszaros at gmail.com (=?ISO-8859-1?Q?Levente_M=E9sz=E1ros?=) Date: Wed, 19 Jul 2006 09:22:24 +0200 Subject: [cl-l10n-devel] cl-l10n error In-Reply-To: <1153268597.3994.45.camel@localhost.localdomain> References: <1153268597.3994.45.camel@localhost.localdomain> Message-ID: The missing function singlep is part of arnesi, probably you should update that. levy On 7/19/06, Erick Ivaan Lopez Carreon wrote: > Hello: > > I am triying to install cl-l10n from today darcs sources and when i try > the following in SBCL REPL: > > (asdf:oos 'asdf:test-op :cl-l10n) > > I get: > > > 19:07 L10N-LOGGER/+INFO+: Loading locale > from /home/erickl/.sbcl/site/cl-l10n/locales/POSIX > > debugger invoked on a SB-INT:COMPILED-PROGRAM-ERROR in thread # "initial thread" {A8955C9}>: > Execution of a form compiled with errors. > Form: > (OR* (CHAR= X )) > Compile-time error: > (in macroexpansion of (OR* #)) > (hint: For more precise location, try *BREAK-ON-SIGNALS*.) > The function SINGLEP is undefined. > > Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. > > restarts (invokable by number or by possibly-abbreviated name): > 0: [RETRY ] Retry performing # on > #. > 1: [ACCEPT] Continue, treating # on > # as having > been > successful. > 2: Retry performing # on > #. > 3: Continue, treating # on > # as having been > successful. > 4: [ABORT ] Exit debugger, returning to top level. > > ((LAMBDA (X)) #) > 0] 4 > ; > ; compilation unit aborted > ; caught 2 fatal ERROR conditions > > > The locale output: > $ locale > LANG= > LC_CTYPE="POSIX" > LC_NUMERIC="POSIX" > LC_TIME="POSIX" > LC_COLLATE="POSIX" > LC_MONETARY="POSIX" > LC_MESSAGES="POSIX" > LC_PAPER="POSIX" > LC_NAME="POSIX" > LC_ADDRESS="POSIX" > LC_TELEPHONE="POSIX" > LC_MEASUREMENT="POSIX" > LC_IDENTIFICATION="POSIX" > LC_ALL= > > > > Sys info: > > Debian sid > sbcl 1:0.9.14.0-2 > > > > Thanks in advance. > > -- > Erick Ivaan Lopez Carreon -- erick at fsl.org.mx > PGP Key 1024D/9741C03A 2004-11-19 > Key fingerprint = 1764 3C6F B433 B2DD 9029 98B1 8E6B 58D3 9741 C03A > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQBEvXt1jmtY05dBwDoRAqnpAJ9wA90KbjNHCyzoE4RWFmxbcCOfBwCfUh34 > SYx+db4WnPL2k3+wY1puSC0= > =Hlau > -----END PGP SIGNATURE----- > > > _______________________________________________ > cl-l10n-devel site list > cl-l10n-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-l10n-devel > > -- There's no perfectoin From sean at guruhut.com Wed Jul 19 07:38:05 2006 From: sean at guruhut.com (Sean Ross) Date: Wed, 19 Jul 2006 09:38:05 +0200 Subject: [cl-l10n-devel] Re: cl-l10n error In-Reply-To: <1153268597.3994.45.camel@localhost.localdomain> References: <1153268597.3994.45.camel@localhost.localdomain> Message-ID: <44BDE15D.50404@guruhut.com> Erick Ivaan Lopez Carreon wrote: > Hello: > > I am triying to install cl-l10n from today darcs sources and when i try > the following in SBCL REPL: Thanks for the report, unfortunately i'm unable to look at the problem right now but i'll investigate this sometime this evening. Cheers, Sean. From erick at fsl.org.mx Wed Jul 19 18:44:20 2006 From: erick at fsl.org.mx (Erick Ivaan Lopez Carreon) Date: Wed, 19 Jul 2006 13:44:20 -0500 Subject: [cl-l10n-devel] cl-l10n error In-Reply-To: References: <1153268597.3994.45.camel@localhost.localdomain> Message-ID: <1153334660.4062.11.camel@localhost.localdomain> On Wed, 2006-07-19 at 09:22 +0200, Levente M?sz?ros wrote: > The missing function singlep is part of arnesi, probably you should > update that. > > levy > Hello again: I just update arnesi_dev from http://common-lisp.net/project/bese/repos/arnesi_dev/ And after the update the problem change to this ------------------- * (asdf:oos 'asdf:test-op :cl-l10n) ; loading system definition from /usr/share/common-lisp/systems/rt.asd into ; # ; registering # as RT ; compiling file "/home/erick/.sbcl/site/cl-l10n/package.lisp" (written 18 JUL 2006 12:49:38 PM): ; compiling (IN-PACKAGE #:CL-L10N.SYSTEM) ; compiling (DEFPACKAGE #:CL-L10N ...); ; caught WARNING: ; CL-L10N also exports the following symbols: ; (CL-L10N:LOCALE-NEGATIVE-SIGN CL-L10N:LOCALE-ABMON ; CL-L10N:LOCALE-MON ; CL-L10N:LOCALE-INT-CURR-SYMBOL ; CL-L10N:LOCALE-NAME-MS ; CL-L10N:LOCALE-AM-PM ; CL-L10N:LOCALE-P-CS-PRECEDES ; CL-L10N:LOCALE-NAME-GEN ; CL-L10N:LOCALE-DATE-FMT ; CL-L10N:LOCALE-T-FMT-AMPM ; CL-L10N:LOCALE-POSITIVE-SIGN ; CL-L10N:LOCALE-MON-THOUSANDS-SEP ; ...) ; See also: ; The ANSI Standard, Macro DEFPACKAGE ; /var/cache/common-lisp-controller/1000/sbcl/local/home/erickl/.sbcl/site/cl-l10n/package.fasl written ; compilation finished in 0:00:00 WARNING: COMPILE-FILE warned while performing # on #. debugger invoked on a ASDF:COMPILE-FAILED in thread #: erred while invoking # on # Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: Retry performing # on #. 3: Continue, treating # on # as having been successful. 4: [ABORT ] Exit debugger, returning to top level. ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) # # # #) 0] -------------------- If i choose the option 1 [ACCEPT], the compilation ends: ; compilation unit finished ; caught 2 WARNING conditions ; caught 4 STYLE-WARNING conditions ; printed 22 notes But i'm not shure this is correct. Thank you. -- Erick Ivaan Lopez Carreon -- erick at fsl.org.mx PGP Key 1024D/9741C03A 2004-11-19 Key fingerprint = 1764 3C6F B433 B2DD 9029 98B1 8E6B 58D3 9741 C03A -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From eliranko at gmail.com Thu Jul 20 06:12:43 2006 From: eliranko at gmail.com (COMPIX HOSTING) Date: Thu, 20 Jul 2006 08:12:43 +0200 Subject: [cl-l10n-devel] [SPAM] BUILD YOUR OWN FREE WEBSITE NOW!!!! Message-ID: <0J2O00F3TS0MINS1@i_mtaout1.012.net.il> An embedded and charset-unspecified text was scrubbed... Name: not available URL: -------------- next part -------------- An embedded message was scrubbed... From: COMPIX HOSTING Subject: BUILD YOUR OWN FREE WEBSITE NOW!!!! Date: Thu, 20 Jul 2006 08:12:43 +0200 Size: 18198 URL: From levente.meszaros at gmail.com Thu Jul 20 07:39:15 2006 From: levente.meszaros at gmail.com (=?ISO-8859-1?Q?Levente_M=E9sz=E1ros?=) Date: Thu, 20 Jul 2006 09:39:15 +0200 Subject: [cl-l10n-devel] cl-l10n error In-Reply-To: <1153334660.4062.11.camel@localhost.localdomain> References: <1153268597.3994.45.camel@localhost.localdomain> <1153334660.4062.11.camel@localhost.localdomain> Message-ID: The warning should not be there, but it may still work. Did you try to remove all fasl files and use (require :cl-l10n) from a clean image? It seems that it is redefining package which already exports some symbols which are not exported in the redefinition. I guess it should not happen. levy On 7/19/06, Erick Ivaan Lopez Carreon wrote: > On Wed, 2006-07-19 at 09:22 +0200, Levente M?sz?ros wrote: > > The missing function singlep is part of arnesi, probably you should > > update that. > > > > levy > > > > Hello again: > > I just update arnesi_dev from > > http://common-lisp.net/project/bese/repos/arnesi_dev/ > > And after the update the problem change to this > > > ------------------- > > * (asdf:oos 'asdf:test-op :cl-l10n) > > ; loading system definition from /usr/share/common-lisp/systems/rt.asd > into > ; # > ; registering # as RT > ; compiling file "/home/erick/.sbcl/site/cl-l10n/package.lisp" (written > 18 JUL 2006 12:49:38 PM): > ; compiling (IN-PACKAGE #:CL-L10N.SYSTEM) > ; compiling (DEFPACKAGE #:CL-L10N ...); > ; caught WARNING: > ; CL-L10N also exports the following symbols: > ; (CL-L10N:LOCALE-NEGATIVE-SIGN CL-L10N:LOCALE-ABMON > ; CL-L10N:LOCALE-MON > ; CL-L10N:LOCALE-INT-CURR-SYMBOL > ; CL-L10N:LOCALE-NAME-MS > ; CL-L10N:LOCALE-AM-PM > ; CL-L10N:LOCALE-P-CS-PRECEDES > ; CL-L10N:LOCALE-NAME-GEN > ; CL-L10N:LOCALE-DATE-FMT > ; CL-L10N:LOCALE-T-FMT-AMPM > ; CL-L10N:LOCALE-POSITIVE-SIGN > ; CL-L10N:LOCALE-MON-THOUSANDS-SEP > ; ...) > ; See also: > ; The ANSI Standard, Macro DEFPACKAGE > > > ; /var/cache/common-lisp-controller/1000/sbcl/local/home/erickl/.sbcl/site/cl-l10n/package.fasl written > ; compilation finished in 0:00:00 > WARNING: > COMPILE-FILE warned while performing # on > #. > > debugger invoked on a ASDF:COMPILE-FAILED in thread # thread" {A895411}>: > erred while invoking # on > # > > Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. > > restarts (invokable by number or by possibly-abbreviated name): > 0: [RETRY ] Retry performing # on > #. > 1: [ACCEPT] Continue, treating # on > # as having been > successful. > 2: Retry performing # on > #. > 3: Continue, treating # on > # as having been > successful. > 4: [ABORT ] Exit debugger, returning to top level. > > ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP > ASDF:CL-SOURCE-FILE)) > # > # > # > #) > 0] > > -------------------- > > > If i choose the option 1 [ACCEPT], the compilation ends: > > ; compilation unit finished > ; caught 2 WARNING conditions > ; caught 4 STYLE-WARNING conditions > ; printed 22 notes > > But i'm not shure this is correct. > > Thank you. > > -- > Erick Ivaan Lopez Carreon -- erick at fsl.org.mx > PGP Key 1024D/9741C03A 2004-11-19 > Key fingerprint = 1764 3C6F B433 B2DD 9029 98B1 8E6B 58D3 9741 C03A > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.3 (GNU/Linux) > > iD8DBQBEvn2DjmtY05dBwDoRAoKfAKCmYCRBGApeJdeU2aalj7pLeO4+2ACfXVBR > dt294cs6k3vp/zzQpnsUhag= > =POLy > -----END PGP SIGNATURE----- > > > -- There's no perfectoin From luismbo at gmail.com Thu Jul 20 23:37:07 2006 From: luismbo at gmail.com (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Fri, 21 Jul 2006 00:37:07 +0100 Subject: [cl-l10n-devel] cl-l10n error In-Reply-To: <1153334660.4062.11.camel@localhost.localdomain> References: <1153268597.3994.45.camel@localhost.localdomain> <1153334660.4062.11.camel@localhost.localdomain> Message-ID: <0674BB6A-852C-49F9-AAC1-35064C6752E3@gmail.com> On 2006-jul-19, at 19:44, Erick Ivaan Lopez Carreon wrote: > ; caught WARNING: > ; CL-L10N also exports the following symbols: [...] > restarts (invokable by number or by possibly-abbreviated name): > 0: [RETRY ] Retry performing # on > #. > 1: [ACCEPT] Continue, treating # on > # as having > been > successful. Like Levente said, the most likely cause is stale fasls. But notice that it was "just" a warning, you can pick the ACCEPT restart here. Anyway, delete the fasls and try again. -- Lu?s Oliveira http://student.dei.uc.pt/~lmoliv/ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: From erick at fsl.org.mx Tue Jul 25 19:00:43 2006 From: erick at fsl.org.mx (Erick Ivaan Lopez Carreon) Date: Tue, 25 Jul 2006 14:00:43 -0500 Subject: [cl-l10n-devel] cl-l10n error In-Reply-To: <0674BB6A-852C-49F9-AAC1-35064C6752E3@gmail.com> References: <1153268597.3994.45.camel@localhost.localdomain> <1153334660.4062.11.camel@localhost.localdomain> <0674BB6A-852C-49F9-AAC1-35064C6752E3@gmail.com> Message-ID: <1153854043.4040.17.camel@localhost.localdomain> On Fri, 2006-07-21 at 00:37 +0100, Lu?s Oliveira wrote: > On 2006-jul-19, at 19:44, Erick Ivaan Lopez Carreon wrote: > > ; caught WARNING: > > ; CL-L10N also exports the following symbols: > [...] > > restarts (invokable by number or by possibly-abbreviated name): > > 0: [RETRY ] Retry performing # on > > #. > > 1: [ACCEPT] Continue, treating # on > > # as having > > been > > successful. > > Like Levente said, the most likely cause is stale fasls. But notice > that it was "just" a warning, you can pick the ACCEPT restart here. > Anyway, delete the fasls and try again. > Thank you very much for your advices. Yes, the problem was stale fasls i have, mainly because i mixed asdf installed libraries with .deb packed ones and mess the things. Now all seems to work correctly Greetings. From services at chase.com Sun Jul 30 23:59:47 2006 From: services at chase.com (services at chase.com) Date: Sun, 30 Jul 2006 19:59:47 -0400 Subject: [cl-l10n-devel] ** Chase / Bank One Security Notice ** Message-ID: An HTML attachment was scrubbed... URL: