[cl-who-devel] Missing comma in who.lisp

Jeff Cunningham jeffrey at jkcunningham.com
Fri Nov 15 15:55:45 UTC 2013


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





More information about the Cl-who-devel mailing list