GNU bug report logs -
#49318
[PATCH] gnu: Add emacs-saveplace-pdf-view.
Previous Next
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.
Full log
View this message in rfc822 format
[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)]
This bug report was last modified 4 years and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.