Re: Geiser vs. guile-mode?

2020-02-13 Thread Jérémy Korwin-Zmijowski
Mistake, here is the full text haha Here is the repo I am using for my emacs conf dedicated to Guile ! https://framagit.org/Jeko/emacs-guile If anyone can benefit/want to contribute/submit ideas/share ... Anyway you get it. Thank you! Jérémy Le 13 février 2020 10:34:45 GMT+01:00, "Jérémy Kor

Re: Prevent inlining

2020-02-13 Thread Linus Björnstam
Will it not inline "(not-inline x)" and then peval it to x? What are you trying to avoid? I am out on very deep water here, now I am just genuinely curious :D -- Linus Björnstam On Thu, 13 Feb 2020, at 08:36, Stefan Israelsson Tampe wrote: > No even if you have cross module inlining you will s

help with peg module and character classes

2020-02-13 Thread Malte Frank Gerdes
Hey guile-user, i'm currently trying to use the peg module to parse android bp files. I have never used pegs before so i might have done an obvious mistake. The current grammar looks like this: (define-peg-string-patterns "blueprint <-- ws* (modules* variables*)* .* modules<-- (ws* modu

Re: configuring apps for guile

2020-02-13 Thread Jan Wedekind
On Wed, 12 Feb 2020, Matt Wette wrote: Hi All, Over the last year I have been dealing with issues getting a configure.ac put together for my guile app.  It needs to install .scm and .go files into the place guile expects to see them: (%site-ccache-dir) and %load-path.   If I compile for my ub

Re: help with peg module and character classes

2020-02-13 Thread Matt Wette
On 2/13/20 11:37 AM, Malte Frank Gerdes wrote: Hey guile-user, i'm currently trying to use the peg module to parse android bp files. I have never used pegs before so i might have done an obvious mistake. Maybe start with something simple.   I hacked this today.  First PEG program. Though I