Re: [Chicken-users] wiki not colorizing colorize sample

2010-10-15 Thread Peter Bex
On Thu, Oct 14, 2010 at 09:15:58PM -0400, John Gabriele wrote:
 Hi,
 
 I just noticed a glitch in the code sample at
 http://wiki.call-cc.org/egg/qwiki under Create a subversion
 repository. I'm seeing the comment ;; checked out show up syntax
 highlighted like a comment, but the comment line above it is not --
 even though it is also a comment.

Thanks for the bugreport.  It's actually a bug in the original code from
Lisppaste, but it processes its strings slightly differently so it
doesn't show up as often.  But here's evidence:
http://paste.lisp.org/display/115576

Compare that to a properly highlighted comment:
http://paste.lisp.org/display/115575

I've now fixed this in colorize 0.3.  This should also be updated
this weekend.

 Also, is there any reason why the strings are rendering the same color
 as the code around them?

Because Moritz decided not to give them a particular color, I suppose ;)

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music.
-- Donald Knuth

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] wiki not colorizing colorize sample

2010-10-14 Thread John Gabriele
Hi,

On the wiki's Edit Help page https://wiki.call-cc.org/edit-help , it
doesn't seem to be syntax highlighting the example showing off syntax
highlighting (the C sample under Syntax coloring).

Looking at the wiki syntax for the example, it seems correct.

---John

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] wiki not colorizing colorize sample

2010-10-14 Thread Moritz Heidkamp
Hey guys,

Peter Bex peter@xs4all.nl writes:
 Maybe Moritz can add some more nifty styling :)

I did! Actually, there was some styling in place already but it seems
the HTML generated by colorize has changed, is that possible? The
selector I used assumed that symbols are always nested within an i
element. Well, long story short, it looks nicer now :-)

Moritz

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] wiki not colorizing colorize sample

2010-10-14 Thread Peter Bex
On Thu, Oct 14, 2010 at 11:15:34PM +0200, Moritz Heidkamp wrote:
 I did! Actually, there was some styling in place already but it seems
 the HTML generated by colorize has changed, is that possible? The
 selector I used assumed that symbols are always nested within an i
 element. Well, long story short, it looks nicer now :-)

I don't recall changing anything like that (REALLY, an i element?!  How
'90s!), but thanks anyway!

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music.
-- Donald Knuth

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] wiki not colorizing colorize sample

2010-10-14 Thread John Gabriele
On Thu, Oct 14, 2010 at 5:15 PM, Moritz Heidkamp
mor...@twoticketsplease.de wrote:
 Hey guys,

 Peter Bex peter@xs4all.nl writes:
 Maybe Moritz can add some more nifty styling :)

 I did! Actually, there was some styling in place already but it seems
 the HTML generated by colorize has changed, is that possible? The
 selector I used assumed that symbols are always nested within an i
 element. Well, long story short, it looks nicer now :-)

Hi,

I just noticed a glitch in the code sample at
http://wiki.call-cc.org/egg/qwiki under Create a subversion
repository. I'm seeing the comment ;; checked out show up syntax
highlighted like a comment, but the comment line above it is not --
even though it is also a comment.

Also, is there any reason why the strings are rendering the same color
as the code around them?

---John

___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users