Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#1312 fixed Wiki CSS breaks when the wiki page starts with <enscript ...> arthurmaciel Mario Domenech Goulart
Description

As noticed by Kooda, an element marked up with <enscript ...> right at the start of a wiki page looks weird. A workaround is to add any other element before <enscript ...>.

Exemple: if the page title is removed from https://wiki.call-cc.org/Python-like%20generators (the workaround has been applied to this page -- a title has been added), the the visual width of the <enscript ...> element is smaller than it should actually be.

#23 fixed numbers egg interferes with (module foo * ...) Alex Shinn Jim Ursetto
Description

Redefinition of * in numbers egg prevents recognition of * in module form.

$ csi4 -p '(module foo * (import scheme) #t)' #t $ csi4 -R numbers -p '(module foo * (import scheme) #t)' Error: (map) bad argument type - not a proper list: *

(same behavior in compiled files)

#74 fixed Incorrect regexp in call to string-substitute causes random error rather than specific error message Alex Shinn Don Allen
Description

#;1> (string-substitute

"{12mp}" "TRUE" "{12mp}" #t)

Error: (car) bad argument type: ()

Call history:

<syntax> (string-substitute "{12mp}" "TRUE" "{12mp}" #t) <eval> (string-substitute "{12mp}" "TRUE" "{12mp}" #t) <--

#;1>

The braces in the regexp are incorrect -- they needed backslashes -- but the resulting error is very unhelpful. The regexp is mal-formed, and the regexp compiler ought to say so.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.