unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: Michael Rohleder <mike@rohleder.de>
Cc: 44086-done@debbugs.gnu.org
Subject: bug#44086: [PATCH] gnu: emacs-evil: Add info page.
Date: Tue, 20 Oct 2020 09:42:11 +0300	[thread overview]
Message-ID: <87d01do0u4.fsf@gmail.com> (raw)
In-Reply-To: <20201019220550.5120-1-mike@rohleder.de> (Michael Rohleder's message of "Tue, 20 Oct 2020 00:05:50 +0200")


[-- Attachment #1.1: Type: text/plain, Size: 366 bytes --]

Hi,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-evil): Add info page.
> [arguments]: Add phase make-info.
> [native-inputs]: Add texinfo.
> ---
>  gnu/packages/emacs-xyz.scm | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
[…]

Pushed to master with "with-directory-excursion" instead of "chdir":

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: with-directory-excursion --]
[-- Type: text/x-patch, Size: 768 bytes --]

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 41f76132a6..aab3f26e8b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9395,9 +9395,9 @@ news items, openrc and runscripts.")
              #t))
          (add-before 'install 'make-info
            (lambda _
-             (chdir "doc/build/texinfo")
-             (invoke "makeinfo" "--no-split"
-                     "-o" "evil.info" "evil.texi"))))))
+             (with-directory-excursion "doc/build/texinfo"
+                 (invoke "makeinfo" "--no-split"
+                         "-o" "evil.info" "evil.texi")))))))
     (build-system emacs-build-system)
     (native-inputs `(("texinfo" ,texinfo)))
     (home-page "https://github.com/emacs-evil/evil")

[-- Attachment #1.3: Type: text/plain, Size: 7 bytes --]


Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

      reply	other threads:[~2020-10-20  6:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19 22:05 [bug#44086] [PATCH] gnu: emacs-evil: Add info page Michael Rohleder
2020-10-20  6:42 ` Oleg Pykhalov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d01do0u4.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=44086-done@debbugs.gnu.org \
    --cc=mike@rohleder.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).