Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-15 Thread Feng Shu
> For non-trivial use cases, I would suggest writing a file like this: > > (use-modules (guix) (gnu packages emacs)) > > (package > (inherit emacs) > (name "emacs-snapshot") > (source "/path/to/some-file-or-directory.tar.gz")) > > and then run: > > guix package --install-from-fil

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-14 Thread Ludovic Courtès
"Feng Shu" skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> tumashu skribis: >> >>> Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, >>> The reason is that >>> user can use it build emacs from emacs.git conveniently, for example: >>> >>> guix build emacs-snapsh

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-14 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Feng Shu writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Currently you have to do: >>> >>> guix package -i $(guix build emacs --with-source=…/emacs-2015.tar.gz) >>> >>> Not as convenient as one would like. I guess we could add --with-source >>> directl

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-13 Thread Ricardo Wurmus
Feng Shu writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Currently you have to do: >> >> guix package -i $(guix build emacs --with-source=…/emacs-2015.tar.gz) >> >> Not as convenient as one would like. I guess we could add --with-source >> directly in ‘guix package’. > > I agree and

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-13 Thread Feng Shu
l...@gnu.org (Ludovic Courtès) writes: > Currently you have to do: > > guix package -i $(guix build emacs --with-source=…/emacs-2015.tar.gz) > > Not as convenient as one would like. I guess we could add --with-source > directly in ‘guix package’. I agree and suggest add a way which can ove

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-13 Thread Feng Shu
l...@gnu.org (Ludovic Courtès) writes: > tumashu skribis: > >> Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The >> reason is that >> user can use it build emacs from emacs.git conveniently, for example: >> >> guix build emacs-snapshot --with-source=./emacs-snapsho

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-13 Thread Ludovic Courtès
tumashu skribis: > By the way, when I use the below command: > >guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz > > to build a new emacs-snapshot, How can i install it? I can't find any help > on manual Currently you have to do: guix package -i $(guix bui

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-13 Thread Ricardo Wurmus
tumashu writes: > By the way, when I use the below command: > >guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz > > to build a new emacs-snapshot, How can i install it? I can't find any help > on manual “guix build” will print a store item path at the very end

Re:Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-12 Thread tumashu
1. emacs can't build emacs.git's snapshot for some reason 2. I think let guile-emacs inherit emacs-snapshot or emacs-next is more reasonable, for guile-emacs is a kind of emacs-next. By the way, when I use the below command: guix build emacs-snapshot --with-source=./emacs-snapshot-2015.

Re: emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-12 Thread Ludovic Courtès
tumashu skribis: > Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The > reason is that > user can use it build emacs from emacs.git conveniently, for example: > > guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz To use --with-source, all you

emacs.scm: Suggest add emacs-next or emacs-snapshot

2015-11-11 Thread tumashu
Suggest add emacs-next or emacs-snapshot and let guile-emacs inherit it, The reason is that user can use it build emacs from emacs.git conveniently, for example: guix build emacs-snapshot --with-source=./emacs-snapshot-2015.tar.gz