* [bug#54474] [PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages
@ 2022-03-20 13:15 Jai Vetrivelan
0 siblings, 0 replies; 2+ messages in thread
From: Jai Vetrivelan @ 2022-03-20 13:15 UTC (permalink / raw)
To: 54474
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0000-cover-letter.patch --]
[-- Type: text/patch, Size: 1274 bytes --]
From e1df75980b273603e0d78e48317ef2df8cbbcae9 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sun, 20 Mar 2022 18:03:01 +0530
Subject: [PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages
I noticed that a few packages had info manuals in their repositories, but they
were not installed by Guix. This patch series updates the existing definions
to add those Info manuals, and adds a few similar packages.
1) The .info files were generated from .org files in the repository and I
attempted to install them through this command:
"emacs --batch --eval=(require 'ox-texinfo) --eval=(find-file \"README.org\") --eval=(org-texinfo-export-to-info)"
Is there a better way for this?
2) modus-themes is a part of emacs (since v28 iirc), would the info manual of
emacs-modus-themes take precedence of the info manual provided with emacs?
Thanks.
Jai Vetrivelan (6):
gnu: Add emacs-logos.
gnu: Add emacs-pulsar.
gnu: Add emacs-lin.
gnu: Add emacs-tmr.
gnu: emacs-modus-themes: Add Info manual.
gnu: emacs-mct: Add Info manual.
gnu/packages/emacs-xyz.scm | 158 ++++++++++++++++++++++++++++++++++++-
1 file changed, 156 insertions(+), 2 deletions(-)
base-commit: 57578256bf56522d6dc724716129bfe9467c0134
--
2.34.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [bug#54474] [PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages
[not found] <2170eb1a448af6aa90b3f69ad39707dbf9d40867.camel@gmail.com>
@ 2022-03-21 8:22 ` Liliana Marie Prikler
0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2022-03-21 8:22 UTC (permalink / raw)
To: Jai Vetrivelan, 54474
Am Sonntag, dem 20.03.2022 um 18:03 +0530 schrieb Jai Vetrivelan:
> I noticed that a few packages had info manuals in their repositories,
> but they were not installed by Guix. This patch series updates the
> existing definions to add those Info manuals, and adds a few similar
> packages.
>
> 1) The .info files were generated from .org files in the repository
> and I attempted to install them through this command:
>
> "emacs --batch --eval=(require 'ox-texinfo) --eval=(find-file
> \"README.org\") --eval=(org-texinfo-export-to-info)"
>
> Is there a better way for this?
There is emacs-batch-eval in (guix build emacs-utils), which is already
part of the emacs-build-system imports. This currently appears to only
affect six packages, but if that's a trend we might want to offer a
build phase for it. Note that the default include regexp already
contains "\\.info$", so you only need to build it.
> 2) modus-themes is a part of emacs (since v28 iirc), would the info
> manual of emacs-modus-themes take precedence of the info manual
> provided with emacs?
That'd probably depend on the ordering. I'm not sure if installing
modus-themes on top of 28 is even expected, but whatever floats your
boat, I guess.
Cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-21 8:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <2170eb1a448af6aa90b3f69ad39707dbf9d40867.camel@gmail.com>
2022-03-21 8:22 ` [bug#54474] [PATCH 0/6] gnu: emacs-xyz: Add info manuals of packages Liliana Marie Prikler
2022-03-20 13:15 Jai Vetrivelan
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).