From jeffrey at jkcunningham.com Fri Nov 15 15:55:45 2013 From: jeffrey at jkcunningham.com (Jeff Cunningham) Date: Fri, 15 Nov 2013 07:55:45 -0800 Subject: [cl-who-devel] Missing comma in who.lisp In-Reply-To: <87mwzuwrug.fsf@localhost> References: <87mwzuwrug.fsf@localhost> Message-ID: <52864401.6020104@jkcunningham.com> On 10/10/2012 03:20 AM, maurycy at wemba.edu.pl wrote: > --- who.lisp~ 2012-10-05 17:16:12.007971946 +0200 > +++ who.lisp 2012-10-09 21:08:39.026986297 +0200 > @@ -117,7 +117,7 @@ > ((eq ,=var= t) > ,(case *html-mode* > (:sgml > - `(fmt " ~A" attr)) > + `(fmt " ~A" ,attr)) > ;; otherwise default to :xml mode > (t > `(fmt " ~A=~C~A~C" > > _______________________________________________ > cl-who-devel site list > cl-who-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-who-devel A year ago this bug showed up. Is there some reason the fix hasn't been incorporated yet? It's just a missing comma. I just set up a fresh Lisp installation and ran into it again on a fresh copy of cl-who via quicklisp. Best regards, Jeff Cunningham From jeffrey at jkcunningham.com Sun Nov 17 02:19:35 2013 From: jeffrey at jkcunningham.com (Jeff Cunningham) Date: Sat, 16 Nov 2013 18:19:35 -0800 Subject: Is anyone maintaining CL-WHO? Message-ID: <528827B7.4050906@jkcunningham.com> From stassats at gmail.com Sun Nov 17 08:07:46 2013 From: stassats at gmail.com (Stas Boukarev) Date: Sun, 17 Nov 2013 12:07:46 +0400 Subject: Is anyone maintaining CL-WHO? In-Reply-To: <528827B7.4050906@jkcunningham.com> (Jeff Cunningham's message of "Sat, 16 Nov 2013 18:19:35 -0800") References: <528827B7.4050906@jkcunningham.com> Message-ID: <87d2lzqwml.fsf@gmail.com> It is maintained by Hans H?bner. I alerted him on #lisp, but turns out, he wasn't subscribed to this mailing list. And your pull request have been applied. -- With best regards, Stas.