Re: python-on-guile

2019-06-26 Thread Nala Ginrut
Thanks for the work! I appreciate it! On Sat, Jun 15, 2019 at 3:05 AM Stefan Israelsson Tampe wrote: > > python on guile has reached quite far and now compiles a lot of the standard > python code base. The speed has not been of importance. Rather to get good > coopertion between guile scheme

Re: [PATCH 1-2/2] Emacsy buffer.scm fixes, opt argument for `switch-to-buffer'

2019-06-26 Thread Amar Singh
On June 26, 2019 6:05:39 PM GMT+05:30, Jan Nieuwenhuizen wrote: >Amar Singh writes: > >> Emacsy's `set-buffer!' does not seem to work > >What are you trying to achieve? Set-buffer! is used eg in with-buffer > >--8<---cut here---start->8--- >(define-syntax

Re: [PATCH 1-2/2] Emacsy buffer.scm fixes, opt argument for `switch-to-buffer'

2019-06-26 Thread Jan Nieuwenhuizen
Amar Singh writes: > Emacsy's `set-buffer!' does not seem to work What are you trying to achieve? Set-buffer! is used eg in with-buffer --8<---cut here---start->8--- (define-syntax with-buffer (syntax-rules () ((with-buffer buffer e ...) (let