Re: Toward 0.2

2013-03-02 Thread Ludovic Courtès
Nikita Karetnikov skribis: > Is there a way to compose the following part somehow to prevent a > possible race condition? > > (rename-file prog prog-real) > > (with-output-to-file prog (lambda () > (format #t > "#!~a~

Re: Toward 0.2

2013-03-02 Thread Nikita Karetnikov
What about this patch? Is there a way to compose the following part somehow to prevent a possible race condition? (rename-file prog prog-real) (with-output-to-file prog (lambda () (format #t "#!~a~%~a~%exec ~a~%"

Re: w3m: 'license'; error: redefinition of 'struct file_handle'

2013-03-02 Thread Ludovic Courtès
Hello! I think the w3m package was almost ready. Is there anything blocking left? Otherwise, feel free to push. :-) Ludo’.