From rlpowell at digitalkingdom.org Fri Jan 16 00:49:53 2009 From: rlpowell at digitalkingdom.org (Robin Lee Powell) Date: Thu, 15 Jan 2009 16:49:53 -0800 Subject: [mel-base-devel] mel-base bug. Message-ID: <20090116004953.GE9603@digitalkingdom.org> We got a mail with JAN in the date, which broke things. The fix is to replace: (match-month month) with: (match-month (string-capitalize month)) in rfc2822.lisp -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ From rlpowell at digitalkingdom.org Thu Jan 22 00:15:04 2009 From: rlpowell at digitalkingdom.org (Robin Lee Powell) Date: Wed, 21 Jan 2009 16:15:04 -0800 Subject: [mel-base-devel] Another bug. Message-ID: <20090122001504.GO15652@digitalkingdom.org> Broken QP crashes things; write-char can't take nil, which is what things return when a QP char is wrong. The fix is, in /usr/src/clbuild/source/mel-base/quoted-printable-stream.lisp , in decode-quoted-printable , to replace: do (write-char c out)))))) with: do (when c (write-char c out))))))) -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ From rlpowell at digitalkingdom.org Thu Jan 22 18:59:33 2009 From: rlpowell at digitalkingdom.org (Robin Lee Powell) Date: Thu, 22 Jan 2009 10:59:33 -0800 Subject: [mel-base-devel] Another bug. In-Reply-To: References: <20090122001504.GO15652@digitalkingdom.org> Message-ID: <20090122185933.GR15652@digitalkingdom.org> On Thu, Jan 22, 2009 at 04:21:55AM +0100, Jochen Schmidt wrote: > > Am 22.01.2009 um 01:15 schrieb Robin Lee Powell: > >> >> Broken QP crashes things; write-char can't take nil, which is what >> things return when a QP char is wrong. The fix is, in >> /usr/src/clbuild/source/mel-base/quoted-printable-stream.lisp , in >> decode-quoted-printable , to replace: >> >> do (write-char c out)))))) >> >> with: >> >> do (when c (write-char c out))))))) > > Hm... I wonder how that could happen, since c is actually read using > > (read-char in nil :eof) > > So it should never be nil. This sounds like a bug in the stream > implementation. > Do you have example input? I apologize for the formatting, but here is the output of (format "raw: ~S~%" raw), just before calling (decode-quoted-printable raw) Not sure which of these did it. -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ -------------- next part -------------- raw: "i am still unable to access my furl (ex NYT saved pages) account, which = furl informed on dec 12th had been transferred successfully , though i = have tried to repeatedly. i have had no reply to my request for help to = furl, other than the automated one on jan 17th. have i lost my NYT archives? what is wrong? i would appreciate your help eulalia dorlhiac ----- Original Message -----=20 From: Pedro Dorlhiac=20 To: furl at furl.net=20 Sent: Saturday, January 17, 2009 4:52 PM Subject: problem hello, i transferred my new york times file to furl as instructed, and = got a username and password by email on dec 22nd. today i tried for the = first time to access my accunt but repeatedly, as i enter my username (i = also tried my email address) and password, get a notice from furl saying = there is a problem that will be addressed shortly. could you please let me know what is wrong? thank you eulalia dorlhiac" -------------- next part -------------- raw: " hello, i transferred my new york times file to furl as instructed, and = got a username and password by email on dec 22nd. today i tried for the = first time to access my accunt but repeatedly, as i enter my username (i = also tried my email address) and password, get a notice from furl saying = there is a problem that will be addressed shortly. could you please let me know what is wrong? thank you eulalia dorlhiac ------=_NextPart_000_0016_01C97BA6.1E4A6770 Content-Type: text/html; charset=\"iso-8859-1\" Content-Transfer-Encoding: quoted-printable
i am still unable to access my furl (ex = NYT saved=20 pages) account, which furl informed on dec 12th had been transferred=20 successfully , though i have tried to repeatedly. i have had no = reply to my=20 request for help to furl, other than the automated one on jan = 17th.
have i lost my NYT archives? what is=20 wrong?
i would appreciate your = help
eulalia dorlhiac
 
 
 
 
----- Original Message -----=20
From: Pedro = Dorlhiac=20
To: furl at furl.net
Sent: Saturday, January 17, 2009 4:52 PM
Subject: problem

hello, i transferred my new york times = file to " From rlpowell at digitalkingdom.org Fri Jan 23 00:49:48 2009 From: rlpowell at digitalkingdom.org (Robin Lee Powell) Date: Thu, 22 Jan 2009 16:49:48 -0800 Subject: [mel-base-devel] Another one, this time with backtrace. Message-ID: <20090123004948.GB3371@digitalkingdom.org> I haven't solved this one yet, but: * (MEL.INTERNAL:DECODE-QUOTED-PRINTABLE " I am experiencing difficulty migrating my Times File Saved pages. The syst= em is not identifying the correct username. It shows the username as news_reader21. Please advise. _________________________________________________________________ Windows Live=99 Hotmail=AE=85more than just e-mail.=20 http://windowslive.com/howitworks?ocid=3DTXT_TAGLM_WL_t2_hm_justgotbetter_h= owitworks_012009= ") debugger invoked on a SIMPLE-ERROR in thread #: Unexpected end of file Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Exit debugger, returning to top level. ((SB-PCL::FAST-METHOD STREAM-READ-CHAR (MEL.INTERNAL:QUOTED-PRINTABLE-INPUT-STREAM)) # # #) 0] backtrace 0: ((SB-PCL::FAST-METHOD STREAM-READ-CHAR (MEL.INTERNAL:QUOTED-PRINTABLE-INPUT-STREAM)) # # #) 1: (READ-CHAR # NIL :EOF #) 2: (MEL.INTERNAL:DECODE-QUOTED-PRINTABLE " I am experiencing difficulty migrating my Times File Saved pages. The syst= em is not identifying the correct username. It shows the username as news_reader21. Please advise. _________________________________________________________________ Windows Live=99 Hotmail=AE=85more than just e-mail.=20 http://windowslive.com/howitworks?ocid=3DTXT_TAGLM_WL_t2_hm_justgotbetter_h= owitworks_012009= ") 3: (SB-INT:SIMPLE-EVAL-IN-LEXENV (MEL.INTERNAL:DECODE-QUOTED-PRINTABLE " I am experiencing difficulty migrating my Times File Saved pages. The syst= em is not identifying the correct username. It shows the username as news_reader21. Please advise. _________________________________________________________________ Windows Live=99 Hotmail=AE=85more than just e-mail.=20 http://windowslive.com/howitworks?ocid=3DTXT_TAGLM_WL_t2_hm_justgotbetter_h= owitworks_012009= ") #) 4: (INTERACTIVE-EVAL (MEL.INTERNAL:DECODE-QUOTED-PRINTABLE " I am experiencing difficulty migrating my Times File Saved pages. The syst= em is not identifying the correct username. It shows the username as news_reader21. Please advise. _________________________________________________________________ Windows Live=99 Hotmail=AE=85more than just e-mail.=20 http://windowslive.com/howitworks?ocid=3DTXT_TAGLM_WL_t2_hm_justgotbetter_h= owitworks_012009= ")) 5: (SB-IMPL::REPL-FUN NIL) 6: (SB-IMPL::REPL-FUN NIL)[:EXTERNAL] 7: ((LAMBDA ())) 8: ((LAMBDA ()))[:EXTERNAL] 9: (SB-IMPL::%WITH-REBOUND-IO-SYNTAX #) 10: (SB-IMPL::TOPLEVEL-REPL NIL) 11: (SB-IMPL::TOPLEVEL-INIT) 12: ((LABELS SB-IMPL::RESTART-LISP)) 0] -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ From rlpowell at digitalkingdom.org Fri Jan 23 00:54:42 2009 From: rlpowell at digitalkingdom.org (Robin Lee Powell) Date: Thu, 22 Jan 2009 16:54:42 -0800 Subject: [mel-base-devel] Another one, this time with backtrace. In-Reply-To: <20090123004948.GB3371@digitalkingdom.org> References: <20090123004948.GB3371@digitalkingdom.org> Message-ID: <20090123005442.GC3371@digitalkingdom.org> On Thu, Jan 22, 2009 at 04:49:48PM -0800, Robin Lee Powell wrote: > I haven't solved this one yet, but: > > * (MEL.INTERNAL:DECODE-QUOTED-PRINTABLE > " > I am experiencing difficulty migrating my Times File Saved pages. The syst= > em is not identifying the correct username. > It shows the username as news_reader21. Please advise. > _________________________________________________________________ > Windows Live=99 Hotmail=AE=85more than just e-mail.=20 > http://windowslive.com/howitworks?ocid=3DTXT_TAGLM_WL_t2_hm_justgotbetter_h= > owitworks_012009= > ") > > debugger invoked on a SIMPLE-ERROR in thread #: > Unexpected end of file I make no assertion that this is the *right* fix, but it's *a* fix: In mel.gray-stream:stream-read-char, replace: ((eql c #\return) (get-char eis)(get-char eis)(read-char stream)) ((eql c #\newline) #+nil(warn "Newline read instead of CR")(get-char eis)(read-char stream)) with: ((eql c #\return) (get-char eis)(get-char eis)(read-char stream nil :eof)) ((eql c #\newline) #+nil(warn "Newline read instead of CR")(get-char eis)(read-char stream nil :eof)) -Robin -- They say: "The first AIs will be built by the military as weapons." And I'm thinking: "Does it even occur to you to try for something other than the default outcome?" -- http://shorl.com/tydruhedufogre http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/