Re: [PATCH] Add guile-emacs!

2015-05-23 Thread Christopher Allan Webber
Feng Shu writes: > Christopher Allan Webber writes: > >> Okay, how about a version of guile-emacs that works and incorporates >> feedback from this thread? Yeah? Anyone? >> >> Whoo guile-emacs! :) >> > > I suggest add "emacs-snapshot" or "emacs-master-branch" package, > then, define g

Re: [PATCH] Add guile-emacs!

2015-05-23 Thread Feng Shu
Christopher Allan Webber writes: > Okay, how about a version of guile-emacs that works and incorporates > feedback from this thread? Yeah? Anyone? > > Whoo guile-emacs! :) > I suggest add "emacs-snapshot" or "emacs-master-branch" package, then, define guile-emacs like this. #+BEGIN_

Re: [PATCH] Add guile-emacs!

2015-05-20 Thread Ludovic Courtès
Nice, thank you folks! Ludo’.

Re: [PATCH] Add guile-emacs!

2015-05-19 Thread Taylan Ulrich Bayırlı/Kammer
Christopher Allan Webber writes: > Great, I hope it's good now! I added a period to the first line of the commit message (was another oversight on my side) and pushed it, thanks. :-) Taylan

Re: [PATCH] Add guile-emacs!

2015-05-19 Thread Christopher Allan Webber
Taylan Ulrich Bayırlı/Kammer writes: > Christopher Allan Webber writes: > >> +(native-inputs >> + `(("autoconf" ,autoconf) >> + ("automake" ,automake) >> + ,@(package-native-inputs emacs))) >> +(inputs >> + `(("guile" ,guile-for-guile-emacs) >> + ,@(package-input

Re: [PATCH] Add guile-emacs!

2015-05-19 Thread Taylan Ulrich Bayırlı/Kammer
Christopher Allan Webber writes: > +(native-inputs > + `(("autoconf" ,autoconf) > + ("automake" ,automake) > + ,@(package-native-inputs emacs))) > +(inputs > + `(("guile" ,guile-for-guile-emacs) > + ,@(package-inputs emacs))) I didn't think about this before: if

Re: [PATCH] Add guile-emacs!

2015-05-19 Thread Christopher Allan Webber
Taylan Ulrich Kammer writes: > Christopher Allan Webber writes: > >> Okay, how about a version of guile-emacs that works and incorporates >> feedback from this thread? Yeah? Anyone? >> >> Whoo guile-emacs! :) > > Yay! :-) > > I would have thought these would go to guile.scm and emacs.sc

Re: [PATCH] Add guile-emacs!

2015-05-15 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Taylan Ulrich Kammer writes: > >> Christopher Allan Webber writes: >> >>> Okay, how about a version of guile-emacs that works and incorporates >>> feedback from this thread? Yeah? Anyone? >>> >>> Whoo guile-emacs! :) >> >> Yay! :-) >> >> I would have

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Taylan Ulrich Kammer
Taylan Ulrich Kammer writes: > Perhaps a bug report should be opened about the absence of documentation > on native and propagated inputs... FYI, instead of a bug report, I just sent a patch to add them to the documentation. (Hoping my documentation skills are good enough.) Taylan

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Taylan Ulrich Kammer
Christopher Allan Webber writes: >>> +(define-public guile-for-guile-emacs >>> [...] >>> +(inputs >>> + `(("gettext" ,gnu-gettext) >> >> Sure it shouldn't be in native-inputs? I'm guessing autogen uses it. > > So, could someone describe the difference between inputs and > native-inputs?

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Christopher Allan Webber
Taylan Ulrich Kammer writes: > Christopher Allan Webber writes: > >> Okay, how about a version of guile-emacs that works and incorporates >> feedback from this thread? Yeah? Anyone? >> >> Whoo guile-emacs! :) > > Yay! :-) > > I would have thought these would go to guile.scm and emacs.sc

Re: [PATCH] Add guile-emacs!

2015-05-14 Thread Taylan Ulrich Kammer
Christopher Allan Webber writes: > Okay, how about a version of guile-emacs that works and incorporates > feedback from this thread? Yeah? Anyone? > > Whoo guile-emacs! :) Yay! :-) I would have thought these would go to guile.scm and emacs.scm. What do others think? > +(define-publi

[PATCH] Add guile-emacs!

2015-05-13 Thread Christopher Allan Webber
Okay, how about a version of guile-emacs that works and incorporates feedback from this thread? Yeah? Anyone? Whoo guile-emacs! :) >From ca37077e1210c1473b87154d5495267520f92311 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 10 May 2015 09:29:54 -0500 Subject: [PATC