* Re: 01/02: gnu: Add emacs-ag.
[not found] ` <20170118100216.1336022006C@vcs.savannah.gnu.org>
@ 2017-04-06 17:06 ` myglc2
2017-04-06 19:53 ` Alex Kost
0 siblings, 1 reply; 2+ messages in thread
From: myglc2 @ 2017-04-06 17:06 UTC (permalink / raw)
To: guix-devel
On 01/18/2017 at 10:02 Alex Kost writes:
> alezost pushed a commit to branch master
> in repository guix.
>
> commit cf006d2e738f473e7fb630b566e04c4872fa204b
> Author: Christopher Baines <mail@cbaines.net>
> Date: Tue Jan 17 20:07:06 2017 +0000
Hi Alex & Christopher,
I installed emacs-ag but was a bit disappointed there was no INFO. I see
it can be built from ...
/gnu/store/...emacs-ag-0.47/share/emacs/site-lisp/guix.d/ag-0.47/docs
... using python-sphinx + texinfo. Is there any interest on your part(s)
in adding INFO to the package? If not, I was wondering how one might add
it. Would it be something like ...
(native-inputs ;; so we can build INFO doc
`(("python-sphinx" ,python-sphinx)
("texinfo" ,texinfo)))
... plus fiddle with #:phases? Or is there a better way? TIA - George
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 01/02: gnu: Add emacs-ag.
2017-04-06 17:06 ` 01/02: gnu: Add emacs-ag myglc2
@ 2017-04-06 19:53 ` Alex Kost
0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2017-04-06 19:53 UTC (permalink / raw)
To: myglc2; +Cc: guix-devel
myglc2 (2017-04-06 13:06 -0400) wrote:
> On 01/18/2017 at 10:02 Alex Kost writes:
>
>> alezost pushed a commit to branch master
>> in repository guix.
>>
>> commit cf006d2e738f473e7fb630b566e04c4872fa204b
>> Author: Christopher Baines <mail@cbaines.net>
>> Date: Tue Jan 17 20:07:06 2017 +0000
>
> Hi Alex & Christopher,
>
> I installed emacs-ag but was a bit disappointed there was no INFO. I see
> it can be built from ...
>
> /gnu/store/...emacs-ag-0.47/share/emacs/site-lisp/guix.d/ag-0.47/docs
>
> ... using python-sphinx + texinfo. Is there any interest on your part(s)
> in adding INFO to the package?
No interest from me: I've never used 'emacs-ag' and am not going to do
it, sorry :-(
> If not, I was wondering how one might add
> it. Would it be something like ...
>
> (native-inputs ;; so we can build INFO doc
> `(("python-sphinx" ,python-sphinx)
> ("texinfo" ,texinfo)))
>
> ... plus fiddle with #:phases? Or is there a better way? TIA - George
It is probably the only way: one need to add a phase that would run
"makeinfo" (as it is done in 'haskell-mode' package, for example).
Though I have no idea how 'python-sphinx' should be used there.
--
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-06 19:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170118100215.11279.15792@vcs.savannah.gnu.org>
[not found] ` <20170118100216.1336022006C@vcs.savannah.gnu.org>
2017-04-06 17:06 ` 01/02: gnu: Add emacs-ag myglc2
2017-04-06 19:53 ` Alex Kost
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.