GNU bug report logs - #49318
[PATCH] gnu: Add emacs-saveplace-pdf-view.

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Thu, 1 Jul 2021 14:56:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49318 in the body.
You can then email your comments to 49318 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49318; Package guix-patches. (Thu, 01 Jul 2021 14:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Tropin <andrew <at> trop.in>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Jul 2021 14:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-saveplace-pdf-view.
Date: Thu, 01 Jul 2021 17:55:40 +0300
[Message part 1 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5426c76c23..ecff427900 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3338,6 +3338,29 @@ e.g. ghostscript and stored in the file-system, but rather created on-demand
 and stored in memory.")
       (license license:gpl3+))))
 
+(define-public emacs-saveplace-pdf-view
+  (package
+    (name "emacs-saveplace-pdf-view")
+    (version "1.0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nicolaisingh/saveplace-pdf-view")
+             (commit (string-append "saveplace-pdf-view-" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0i03qb6qc2agp9s5s7l08f1wl8anqndh6xshg1c3w357vd1whv7i"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/nicolaisingh/saveplace-pdf-view")
+    (synopsis "Save place in pdf-view buffers for Emacs")
+    (description "This package extends the built-in mode @code{save-place} by
+adding support for @code{pdf-view} (see emacs-pdf-tools).  This package will
+store the place (e.g. the current page and zoom) of PDF buffers under
+pdf-view-mode or doc-view-mode, and revisiting those PDF files later using the
+same mode will restore the saved place.")
+    (license license:gpl3)))
+
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-- 
2.32.0

[signature.asc (application/pgp-signature, inline)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 02 Jul 2021 07:34:01 GMT) Full text and rfc822 format available.

Notification sent to Andrew Tropin <andrew <at> trop.in>:
bug acknowledged by developer. (Fri, 02 Jul 2021 07:34:02 GMT) Full text and rfc822 format available.

Message #10 received at 49318-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 49318-done <at> debbugs.gnu.org
Subject: Re: [bug#49318] [PATCH] gnu: Add emacs-saveplace-pdf-view.
Date: Fri, 02 Jul 2021 09:33:11 +0200
Hello,

Andrew Tropin <andrew <at> trop.in> writes:

> * gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): New variable.

I change the license to GPL3+, used proper capitalization in description
and applied your patch.

Thank you!

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#49318; Package guix-patches. (Fri, 02 Jul 2021 12:53:01 GMT) Full text and rfc822 format available.

Message #13 received at 49318-done <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 49318-done <at> debbugs.gnu.org
Subject: Re: [bug#49318] [PATCH] gnu: Add emacs-saveplace-pdf-view.
Date: Fri, 02 Jul 2021 15:52:45 +0300
[Message part 1 (text/plain, inline)]
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> Hello,
>
> Andrew Tropin <andrew <at> trop.in> writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): New variable.
>
> I change the license to GPL3+, used proper capitalization in description
> and applied your patch.

Thanks a lot!)
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 31 Jul 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.