﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1474	[F-operator] Shift/reset working differently than in guile	megane	Kon Lovett	"{{{
;; (use-modules (ice-9 control))
;; (use shift-reset)
(let ((captured-k
       (reset (display (shift f f)))))
  (display
   (string-append
    ""str: '""
    (with-output-to-string
      (lambda ()
        (captured-k ""this should go to the string"")))
    ""'"")))

;; $ csi -qbn test.scm        
;; this should go to the stringstr: ''

;; $ guile test.scm        
;; str: 'this should go to the string'
}}}"	defect	closed	major	someday	extensions		wontfix			
