Re: guile studio

2021-06-19 Thread Kjetil Matheussen
> From: jerry > > I am fairly new to guile and scheme. People tell me that I should use a > functional style. > > I have 3 solutions for project euler problem #1. The first is > functional, the second is imperative and the third is written in "Little > Schemer" style. > > I was hoping other guile

Re: guile studio - question

2021-06-18 Thread Adriano Peluso
uld be similar to what DrRacket has and has had for a long time So guile studio could play the simililarity card What would be really required, here, is a consideration of which population guile studio is meant for and then an investigation with such population But I understand that that's

Re: guile studio - question

2021-06-18 Thread Ricardo Wurmus
Adriano Peluso writes: Il giorno gio, 17/06/2021 alle 12.21 +0200, Ricardo Wurmus ha scritto: Adriano Peluso writes: > I press c-x c-e because I know this is just a distribution of > Emacs and > that works > > In DrRacket there's the "run" button >

Re: guile studio - question

2021-06-18 Thread Adriano Peluso
Il giorno gio, 17/06/2021 alle 12.21 +0200, Ricardo Wurmus ha scritto: > > Adriano Peluso writes: > > > I press c-x c-e because I know this is just a distribution of > > Emacs and > > that works > > > > In DrRacket there's the "run" butto

Re: guile studio - question

2021-06-17 Thread Ricardo Wurmus
Adriano Peluso writes: I press c-x c-e because I know this is just a distribution of Emacs and that works In DrRacket there's the "run" button In Guile Studio I can't find it Is the intended user of guile studio supposed to know about c-x c-e ? No. There is

guile studio - question

2021-06-16 Thread Adriano Peluso
I press c-x c-e because I know this is just a distribution of Emacs and that works In DrRacket there's the "run" button In Guile Studio I can't find it Is the intended user of guile studio supposed to know about c-x c-e ?

Re: guile studio

2021-06-04 Thread Ricardo Wurmus
Adriano Peluso writes: Can you confirm that the presence of ~/.emacs.d prevents guile-studio from starting correctly? I would then try to reproduce this and figure out how to prevent this problem. Well, I can't confirm In fact, I reinstated my old .emacs.d folder, the one conta

Re: guile studio

2021-06-04 Thread Adriano Peluso
Il giorno mer, 02/06/2021 alle 12.40 +0200, Ricardo Wurmus ha scritto: > > Adriano Peluso writes: > > > Il giorno lun, 31/05/2021 alle 11.45 +0200, Ricardo Wurmus ha > > scritto: > > > > > > > > > Hmm, this is a little confusing.  Perhaps so

Re: guile studio

2021-06-02 Thread Ricardo Wurmus
Adriano Peluso writes: Il giorno lun, 31/05/2021 alle 11.45 +0200, Ricardo Wurmus ha scritto: Hmm, this is a little confusing. Perhaps something is missing in Guile Studio to prevent accidental loading of existing Emacs packages. The wrapper overrides EMACSLOADPATH and then

Re: guile studio

2021-06-02 Thread Adriano Peluso
Il giorno lun, 31/05/2021 alle 11.45 +0200, Ricardo Wurmus ha scritto: > Hmm, this is a little confusing.  Perhaps something is missing in > Guile Studio to prevent accidental loading of existing Emacs > packages.  The wrapper overrides EMACSLOADPATH and then launches a > partic

Re: guile studio

2021-05-31 Thread Ricardo Wurmus
Adriano Peluso writes: It does work ! Great! It's just that I had forgot a .emacs.d folder in my home (for the Emacs provided by Ubuntu) and it was misdirecting the Emacses provided by Guix Hmm, this is a little confusing. Perhaps something is missing in Guile Studio to pr

Re: guile studio

2021-05-30 Thread Adriano Peluso
by another recent change in how Emacs > > > packages work in Guix.  I’ll see if I can fix it soon. > > > > This is fixed in Guix commit > > 036f9980c4d5db180716dadc88382b39d6fdc3cf. > > > > Thanks again for taking the time to report this! > > > > > ehm... >

Re: guile studio

2021-05-29 Thread Adriano Peluso
16dadc88382b39d6fdc3cf. > > Thanks again for taking the time to report this! > ehm... I updated (guix pull and guix package -u guile-studio) but nothing changed 🤷️ if I do guix package --list-installed the version of guile-studio now is 0.1.1-1.dd0ad42

Re: guile studio

2021-05-29 Thread Ricardo Wurmus
Ricardo Wurmus writes: Hi Adriano, thank you for the report! In this picture you can see in the minibuffer the writing:"Cannot open load file: File o directory non esistente, Ivy" This must have been caused by another recent change in how Emacs packages work in Guix. I’ll see if I can

Re: guile studio

2021-05-29 Thread Ricardo Wurmus
Hi Adriano, thank you for the report! In this picture you can see in the minibuffer the writing:"Cannot open load file: File o directory non esistente, Ivy" This must have been caused by another recent change in how Emacs packages work in Guix. I’ll see if I can fix it soon. -- Ricard

Re: guile studio

2021-05-27 Thread Adriano Peluso
I forgot: this is the version of Guile studio I'm running 0.1.0-1.93622e7

guile studio

2021-05-27 Thread Adriano Peluso
In this picture you can see in the minibuffer  the writing:"Cannot open load file: File o directory non esistente, Ivy" https://0x0.st/-2PK.png and in the terminal where I launched guile studio: $ guile-studio Gtk-Message: 13:49:52.811: Failed to load module "canberra-gtk-modu

Re: Summon Guile-Studio in a running Emacs

2021-04-01 Thread Jérémy Korwin-Zmijowski
Le jeudi 01 avril 2021 à 00:11 +0200, Ricardo Wurmus a écrit : > Guile Studio currently is merely a custom init script and a wrapper > that > makes Emacs load it. I suspect you could make emacsclient do the > same > thing. Thank you for the details. I will copy guile-studio's

Re: Summon Guile-Studio in a running Emacs

2021-03-31 Thread Ricardo Wurmus
Hi Jérémy, > To provide a "follow my pair's cursor" I use the lockstep.el extension. > It requires each pairs to run emacsclient which load the user's emacs > configuration file by default. > > I was wondering how I could instead launch guile-studio with >

Summon Guile-Studio in a running Emacs

2021-03-30 Thread Jérémy Korwin-Zmijowski
ient which load the user's emacs configuration file by default. I was wondering how I could instead launch guile-studio with emacsclient and try it in this context. Cheers ! Jérémy