Changeset 22452 in project
- Timestamp:
- 01/17/11 11:32:01 (10 years ago)
- Location:
- gazette
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gazette/issue2mail.scm
r21611 r22452 14 14 15 15 (define (format-title title) 16 (conc banner 16 (conc banner 17 17 #\newline #\newline 18 18 (string-pad-right (conc "--[ " title " ]") 51 #\-) 19 " G A Z E T T E" 19 " G A Z E T T E" 20 20 #\newline 21 21 (string-pad "brought to you by the Chicken Team" 65) … … 25 25 26 26 (write-sxml-as-text (call-with-input-file (car (command-line-arguments)) 27 (lambda (file) 27 (lambda (file) 28 28 (let ((vars (read file))) 29 29 (list … … 31 31 (svnwiki->sxml file) 32 32 #\newline 33 "[ --- End of this issue --- ]")))) 7 2)33 "[ --- End of this issue --- ]")))) 75) -
gazette/src/issues/18.wiki
r22451 r22452 305 305 #;2> (test '(1 2 y a)) 306 306 called. 307 307 308 308 Error: (even?) bad argument type: y 309 309 310 310 Call history: 311 311
Note: See TracChangeset
for help on using the changeset viewer.