unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Andrew Tropin <andrew@trop.in>,
	fernseed@fernseed.me, 65611-done@debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>
Subject: [bug#65611] [PATCH] gnu: emacs-dired-preview: Add Info manual.
Date: Wed, 30 Aug 2023 18:48:20 +0200	[thread overview]
Message-ID: <44966b2f1f363ddcb4385c352a690c10d31844fb.camel@gmail.com> (raw)
In-Reply-To: <87o7iog36g.fsf@trop.in>

Am Mittwoch, dem 30.08.2023 um 15:49 +0400 schrieb Andrew Tropin:
> On 2023-08-29 13:57, fernseed@fernseed.me wrote:
> 
> > From: Kierin Bell <fernseed@fernseed.me>
> > 
> > * gnu/packages/emacs-xyz.scm (emacs-dired-preview): Add Info
> > manual.
> > ---
> >  gnu/packages/emacs-xyz.scm | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> > 
> > diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-
> > xyz.scm
> > index 3eaf215134..05f1488650 100644
> > --- a/gnu/packages/emacs-xyz.scm
> > +++ b/gnu/packages/emacs-xyz.scm
> > @@ -27347,6 +27347,21 @@ (define-public emacs-dired-preview
> >                 (base32
> >                 
> > "0d485812k1rv0qrw4xvzv4z3qf370apsajnf4q3pjk3q0r1fpm8b"))))
> >      (build-system emacs-build-system)
> > +    (native-inputs (list texinfo))
> > +    (arguments
> > +     (list
> > +      #:phases
> > +      #~(modify-phases %standard-phases
> > +          (add-after 'install 'makeinfo
> > +            (lambda _
> > +              (invoke "emacs"
> > +                      "--batch"
> > +                      "--eval=(require 'ox-texinfo)"
> > +                      "--eval=(find-file \"README.org\")"
> > +                      "--eval=(org-texinfo-export-to-info)")
> > +              (install-file "dired-preview.info"
> > +                            (string-append #$output
> > +                                           "/share/info")))))))
> >      (home-page "https://protesilaos.com/emacs/dired-preview")
> >      (synopsis "Automatically preview file at point in Dired")
> >      (description
> > 
> > base-commit: 9f4b6bcb5c548f9206b89270b13da54abdff31b1
> 
> Applied, pushed, good job! (:
I don't see this pushed.  More importantly, there is an emacs-batch-
eval procedure.  Please use that.

Cheers

  reply	other threads:[~2023-08-30 16:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29 17:57 [bug#65611] [PATCH] gnu: emacs-dired-preview: Add Info manual fernseed
2023-08-30 11:49 ` bug#65611: " Andrew Tropin
2023-08-30 16:48   ` Liliana Marie Prikler [this message]
2023-08-30 18:25 ` [bug#65611] [PATCH v2] " fernseed

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=44966b2f1f363ddcb4385c352a690c10d31844fb.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=65611-done@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=fernseed@fernseed.me \
    /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).