Re: Questions about guix handling emacs packages

2020-06-11 Thread Fredrik Salomonsson
Hi Alexey, Alexey Abramov writes: > AFAIK emacs-ts is failing on check. There are couple of PRs in the upstream: > > https://github.com/alphapapa/ts.el/pull/9 > https://github.com/alphapapa/ts.el/pull/8 Strange, it built fine for me with guix commit: ba6d3612550f5d978c4b5b1df122444f8fb29377.

Re: Questions about guix handling emacs packages

2020-06-11 Thread Alexey Abramov
Hi, Fredrik Salomonsson writes: > Hi Zimoun, > > zimoun writes: > >> Yes and no. :-) >> You can see for example this blog entry [1]. >> >> [1] https://guix.gnu.org/blog/2017/creating-bundles-with-guix-pack/ > > Thanks for the link. Will give guix pack a try when I'm back at my > machine at work

Re: Questions about guix handling emacs packages

2020-06-02 Thread Fredrik Salomonsson
Hi Maxim, Maxim Cournoyer writes: >> Question regarding the emacs-xyz.scm. I see it is divided into four >> different categories; Emacs hacking, Web browsing, Multimedia and >> Miscellaneous. But what is the order for the package definitions in >> those categories? > > Ha, I had forgotten myse

Re: Questions about guix handling emacs packages

2020-06-02 Thread Fredrik Salomonsson
Hi Zimoun, zimoun writes: > Yes and no. :-) > You can see for example this blog entry [1]. > > [1] https://guix.gnu.org/blog/2017/creating-bundles-with-guix-pack/ Thanks for the link. Will give guix pack a try when I'm back at my machine at work. Right now I'm working from home so I don't need

Re: Questions about guix handling emacs packages

2020-06-02 Thread zimoun
Dear Fredrik On Mon, 1 Jun 2020 at 19:12, Fredrik Salomonsson wrote: > I'm quite lucky that my work machine is also running the linux kernel. > Although a quite outdated one, it predates user namespaces support. But > yeah, `guix pack` might be a bit overkill. Yes and no. :-) You can see for ex

Re: Questions about guix handling emacs packages

2020-06-01 Thread Maxim Cournoyer
Hi Fredrik, Fredrik Salomonsson writes: [...] >> I also can recommend to stick to using just Emacs packages from Guix, >> and contributing the missing ones you encounter (as you found out, it's >> relatively simple, and fun! :-)). This way you are sure to use packages >> that were byte compile

Re: Questions about guix handling emacs packages

2020-06-01 Thread Fredrik Salomonsson
Hi Zimoun, zimoun writes: > I do not know what rofi is but re-sourcing is faster to check is the > new change works than any other. :-) It is just an application launcher, but yes re-sourcing is a bit faster. :) > Nice! Thank you for your contribution. > As you can seen, add Emacs packages is

Re: Questions about guix handling emacs packages

2020-06-01 Thread zimoun
Hi Fredrik, On Sat, 30 May 2020 at 04:13, Fredrik Salomonsson wrote: > True, although I usually launch my programs from rofi and I haven't > figured out how to re-source the environment for that. I do not know what rofi is but re-sourcing is faster to check is the new change works than any othe

Re: Questions about guix handling emacs packages

2020-05-31 Thread Fredrik Salomonsson
Hi, Maxim Cournoyer writes: > I'm not sure why that could be, but I merged a newer version of Magit > recently. If you guix pull now and upgrade your packages, you should > get the new one. Just did a pull, upgrade my packages and now magit works as expected. Thanks! > I also can recommend

Re: Questions about guix handling emacs packages

2020-05-30 Thread Maxim Cournoyer
Hello! Fredrik Salomonsson writes: [...] > - emacs-magit: > > This is just a minor thing. But the highlight/diff in the magit buffer > is more of a tight fit, which looks ugly. Where as if I use magit from > melpa the highlight/diff is a straight block. I've attached a screenshot > on how this

Re: Questions about guix handling emacs packages

2020-05-29 Thread Fredrik Salomonsson
Hi, zimoun writes: > Re-source the profile seems enough. :-) True, although I usually launch my programs from rofi and I haven't figured out how to re-source the environment for that. > Feel free to give a try and report on help-guix or guix-devel or #guix > your progress or you are stuck. Th

Re: Questions about guix handling emacs packages

2020-05-26 Thread zimoun
Dear, On Mon, 25 May 2020 at 22:13, Fredrik Salomonsson wrote: > But this was just me being stupid. It works perfectly, I had just forgot > to reboot/relogin _after_ I installed emacs. Re-source the profile seems enough. :-) > Packages I'm missing are: > flymake-shellcheck > cargo > meson-mod

Re: Questions about guix handling emacs packages

2020-05-25 Thread zimoun
Dear, Thank you for your feedback. On Sat, 23 May 2020 at 08:18, Fredrik Salomonsson wrote: > 1) The manual mention that packages installed via guix will be picked up by > emacs from the EMACSLOADPATH which is set when emacs is installed. That was > not the case for me. I needed to manually set

Questions about guix handling emacs packages

2020-05-22 Thread Fredrik Salomonsson
Hi, Thought I should try letting guix handle the emacs packages. And overall it worked out great. But encounter some minor issues along the way, so I thought I should ask. 1) The manual mention that packages installed via guix will be picked up by emacs from the EMACSLOADPATH which is set when em