Alex Kost skribis:
> Merged into master, thanks.
Thank *you* for all the good work!
> Sorry, all I could take from my brain for the Savannah News is:
>
> Now GNU Guix has an Emacs interface.
>
> It can be installed along with the
> [http://git.savannah.gnu.org/cgit/guix.git latest Guix]. For u
Ludovic Courtès (2014-09-03 11:09 +0400) wrote:
> Alex Kost skribis:
[...]
>> I don't have a preference here. I can do a single commit if it is more
>> appropriate. Would the following commit message be OK?
>
> Yes, that would be perfect.
>
> Feel free to proceed whenever is convenient for yo
Alex Kost skribis:
> Ludovic Courtès (2014-09-01 16:10 +0400) wrote:
[...]
>> Would ‘vlist-fold’ work?
>>
>> scheme@(guile-user)> (vhash-cons 'a 1 (vhash-cons 'b 2 (vhash-cons 'a 3
>> vlist-null)))
>> $2 = #
>> scheme@(guile-user)> (vlist-fold cons '() $2)
>> $3 = ((a . 3) (b . 2) (a . 1))
>
>
Alex Kost skribis:
> Ludovic Courtès (2014-09-02 02:28 +0400) wrote:
>
>> Alex Kost skribis:
>>
>>> I've just pushed a manual for “guix.el” (into “emacs-ui” branch). I
>>> tried my best, but I'm not a native English speaker and I have never
>>> worked with Texinfo before, so there may be... iss
Alex Kost skribis:
> Ludovic Courtès (2014-08-31 18:59 +0400) wrote:
>
> [...]
>
>> I think the profile’s file name could be kept on the elisp side, and
>> passed to the Scheme code, which wouldn’t need to keep it in a global
>> variable. That would also allow guix.el to be used on profiles othe
Ludovic Courtès (2014-09-01 16:10 +0400) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2014-08-31 18:59 +0400) wrote:
>
> [...]
>
>>> The key is ‘vhash-fold*’ (info "(guile) VHashes"). It allows you to
>>> traverse all the entries associated with a given key:
>>>
>>> scheme@(guile-user)> (vh
Ludovic Courtès (2014-08-31 18:59 +0400) wrote:
[...]
> I think the profile’s file name could be kept on the elisp side, and
> passed to the Scheme code, which wouldn’t need to keep it in a global
> variable. That would also allow guix.el to be used on profiles other
> than the default one.
Don
Ludovic Courtès (2014-09-02 02:28 +0400) wrote:
> Alex Kost skribis:
>
>> I've just pushed a manual for “guix.el” (into “emacs-ui” branch). I
>> tried my best, but I'm not a native English speaker and I have never
>> worked with Texinfo before, so there may be... issues :-)
>
> Looks good to me!
Alex Kost skribis:
> I've just pushed a manual for “guix.el” (into “emacs-ui” branch). I
> tried my best, but I'm not a native English speaker and I have never
> worked with Texinfo before, so there may be... issues :-)
Looks good to me! Here are some minor comments (I’m not a native
speaker e
Alex Kost skribis:
> Ludovic Courtès (2014-08-31 18:59 +0400) wrote:
[...]
>> The key is ‘vhash-fold*’ (info "(guile) VHashes"). It allows you to
>> traverse all the entries associated with a given key:
>>
>> scheme@(guile-user)> (vhash-cons '("guile" "2.0") 'foo
>>
Hello,
I've just pushed a manual for “guix.el” (into “emacs-ui” branch). I
tried my best, but I'm not a native English speaker and I have never
worked with Texinfo before, so there may be... issues :-)
Ludovic Courtès (2014-08-31 18:59 +0400) wrote:
[...]
>>> I would make %package-table a vhas
Alex Kost skribis:
> Ludovic Courtès (2014-08-29 00:09 +0400) wrote:
[...]
> OK, I made "emacs.am" and modified "configure.ac" and "Makefile.am" (I
> pushed 2 new commits to “emacs-ui” branch). Is there anything else to
> be done in a build part?
No, that looks good to me.
[...]
>>> I think
Hello,
Ludovic Courtès (2014-08-29 00:09 +0400) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2014-08-28 16:41 +0400) wrote:
>>
>>> Alex Kost skribis:
[...]
I imagine there may be... for example vi users, who wouldn't want to
install this feature, so I made some changes in "conf
fix everything that needs to be fixed, it may be
> recreated with a nice and clean commit(s) for merging “guix.el”. This
> way I could push commits there without a fear that I mess it all up.
> WDYT?
Definitely. What’s been done before for such work-in-progress branches
is to rewrite
t; Could you make it this way?
No problem.
> More precisely, the Emacs-specific things could be kept in emacs.am, and
> that file would be included from the top-level Makefile.am.
OK, I think it would be good to make "emacs-ui" branch temporary, so
that after I'll fix ever
Alex Kost skribis:
> Ludovic Courtès (2014-08-23 16:17 +0400) wrote:
[...]
>> • Have them appropriately listed in the top-level Makefile.am (I can
>> help with that, if you’re not familiar.)
>
> Along with the small changes to top-level "Makefile.am", I made
> "Makefile.am" in "emacs" dir
Hello,
Ludovic Courtès (2014-08-23 16:17 +0400) wrote:
> Hello!
>
> I think we can merge guix.el in the repo anytime now. Here are some
> notes on how this could be done:
>
> • Put all the .el and .scm files of the guix.el repo under an emacs/
> directory.
Done. I have made “emacs-ui” br
Ludovic Courtès (2014-08-26 02:03 +0400) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2014-08-25 12:23 +0400) wrote:
>>
>>> Hello!
>>>
>>> I’ve added you to the ‘guix’ group on Savannah, so you now have commit
>>> access, congrats. ;-)
>>>
>>> Please make sure to read the “Commit Access” se
Alex Kost skribis:
> Ludovic Courtès (2014-08-25 12:23 +0400) wrote:
>
>> Hello!
>>
>> I’ve added you to the ‘guix’ group on Savannah, so you now have commit
>> access, congrats. ;-)
>>
>> Please make sure to read the “Commit Access” section in Savannah.
>
> Thanks, I had already pushed a “Fix t
Ludovic Courtès (2014-08-25 12:23 +0400) wrote:
> Hello!
>
> I’ve added you to the ‘guix’ group on Savannah, so you now have commit
> access, congrats. ;-)
>
> Please make sure to read the “Commit Access” section in Savannah.
Thanks, I had already pushed a “Fix typo” commit, so I think I dealt
w
Hello!
I’ve added you to the ‘guix’ group on Savannah, so you now have commit
access, congrats. ;-)
Please make sure to read the “Commit Access” section in Savannah.
Ludo’.
Ludovic Courtès (2014-08-23 16:17 +0400) wrote:
> Hello!
>
> I think we can merge guix.el in the repo anytime now. Here are some
> notes on how this could be done:
>
> • Put all the .el and .scm files of the guix.el repo under an emacs/
> directory.
>
> • Have them appropriately listed in
Hello!
I think we can merge guix.el in the repo anytime now. Here are some
notes on how this could be done:
• Put all the .el and .scm files of the guix.el repo under an emacs/
directory.
• Have them appropriately listed in the top-level Makefile.am (I can
help with that, if you’re
23 matches
Mail list logo