From vermilionrush at gmail.com Fri Dec 4 12:52:01 2009 From: vermilionrush at gmail.com (Ariel Badichi) Date: Fri, 04 Dec 2009 14:52:01 +0200 Subject: [babel-devel] STREAM-LINE-COLUMN for VECTOR-OUTPUT-STREAMs Message-ID: <87ljhiq4um.fsf@sneeze.site> Hello, The vector output stream implementation is missing an applicable method for STREAM-LINE-COLUMN, which is required for character output support. Patch follows. Ariel diff -rN -u old-babel/src/streams.lisp new-babel/src/streams.lisp --- old-babel/src/streams.lisp 2009-11-29 11:31:24.000000000 +0200 +++ new-babel/src/streams.lisp 2009-11-29 11:31:25.000000000 +0200 @@ -323,6 +323,11 @@ (extend-vector-output-stream-buffer sequence stream :start start :end end))) sequence) +(defmethod stream-line-column ((stream vector-output-stream)) + "Dummy line-column method that always returns NIL, needed for +character output streams." + nil) + (defmethod stream-file-position ((stream vector-stream)) "Simply returns the index into the underlying vector." (declare (optimize speed)) From luismbo at gmail.com Sat Dec 5 17:33:35 2009 From: luismbo at gmail.com (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Sat, 5 Dec 2009 17:33:35 +0000 Subject: [babel-devel] STREAM-LINE-COLUMN for VECTOR-OUTPUT-STREAMs In-Reply-To: <87ljhiq4um.fsf@sneeze.site> References: <87ljhiq4um.fsf@sneeze.site> Message-ID: <391f79580912050933t221980f9p8896f6675851f835@mail.gmail.com> On Fri, Dec 4, 2009 at 12:52 PM, Ariel Badichi wrote: > The vector output stream implementation is missing an applicable > method for STREAM-LINE-COLUMN, which is required for character output > support. ?Patch follows. Applied, thanks! -- Lu?s Oliveira http://r42.eu/~luis/ From archimag at gmail.com Sat Dec 26 11:29:52 2009 From: archimag at gmail.com (Andrey Moskvitin) Date: Sat, 26 Dec 2009 14:29:52 +0300 Subject: [babel-devel] Version 0.3.1 is requried Message-ID: Since the last release had a few changes, in particular, important for Russia support cp1251. But these changes are now available only in darcs-version. What prevents release version 0.3.1? This would simplify the distribution of some packages. Andrey -------------- next part -------------- An HTML attachment was scrubbed... URL: From luismbo at gmail.com Sat Dec 26 16:09:12 2009 From: luismbo at gmail.com (=?ISO-8859-1?Q?Lu=EDs_Oliveira?=) Date: Sat, 26 Dec 2009 16:09:12 +0000 Subject: [babel-devel] Version 0.3.1 is requried In-Reply-To: References: Message-ID: <391f79580912260809l5876e021qd803d568163f1670@mail.gmail.com> On Sat, Dec 26, 2009 at 11:29 AM, Andrey Moskvitin wrote: > Since the last release had a few changes, in particular, important for > Russia support cp1251. But these changes are now available only in > darcs-version. What prevents release version 0.3.1? This would simplify the > distribution of some packages. Having tests for the new features would be nice, but I'll probably make a new release this weekend anyway. Out of curiosity, what kind of distribution are you talking about? Cheers, -- Lu?s Oliveira http://r42.eu/~luis/ From archimag at gmail.com Mon Dec 28 09:20:10 2009 From: archimag at gmail.com (Andrey Moskvitin) Date: Mon, 28 Dec 2009 12:20:10 +0300 Subject: [babel-devel] Version 0.3.1 is requried In-Reply-To: <391f79580912260809l5876e021qd803d568163f1670@mail.gmail.com> References: <391f79580912260809l5876e021qd803d568163f1670@mail.gmail.com> Message-ID: > Out of curiosity, what kind of distribution are you talking about? Oh, my English is too bad for a detailed answer. I try to popularize Common Lisp in Russia. I am developing website http://lisper.ru/, write a blog, in addition, I develop a few packages. My packages cl-libxml2, cl-mssql and cl-closure-template must often be used in conjunction with encoding cp1251, which is mostly in Russia on Windows-based systems. I use babel and I encourage everyone to use babel, well, CFFI depends on babel. But darcs-version difficult to use for beginners, especially on Windows. Andrey 2009/12/26 Lu?s Oliveira > On Sat, Dec 26, 2009 at 11:29 AM, Andrey Moskvitin > wrote: > > Since the last release had a few changes, in particular, important for > > Russia support cp1251. But these changes are now available only in > > darcs-version. What prevents release version 0.3.1? This would simplify > the > > distribution of some packages. > > Having tests for the new features would be nice, but I'll probably > make a new release this weekend anyway. > > Out of curiosity, what kind of distribution are you talking about? > > Cheers, > > -- > Lu?s Oliveira > http://r42.eu/~luis/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sionescu at cddr.org Tue Dec 29 21:22:01 2009 From: sionescu at cddr.org (Stelian Ionescu) Date: Tue, 29 Dec 2009 22:22:01 +0100 Subject: [babel-devel] japanese encoding support. In-Reply-To: <598b01710911160750j5d1b5475je777473d602267c6@mail.gmail.com> References: <598b01710911160750j5d1b5475je777473d602267c6@mail.gmail.com> Message-ID: <1262121721.31413.7.camel@blackhole.cddr.org> On Tue, 2009-11-17 at 00:50 +0900, SANO Masatoshi wrote: > Hi. > > The attached file is japanese encoding (euc-jp and cp932) support for babel. > Could you merge it? Thanks ????, I merged the two encodings. Could you also provide some tests ? -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur. http://common-lisp.net/project/iolib -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: