[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31500] [PATCH 18/20] gnu: Add emacs-image+.
From: |
Pierre Neidhardt |
Subject: |
[bug#31500] [PATCH 18/20] gnu: Add emacs-image+. |
Date: |
Tue, 22 May 2018 12:41:31 +0200 |
* gnu/packages/emacs.scm (emacs-image+): New variable.
---
gnu/packages/emacs.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 981731bd9..fbfc391f0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11001,3 +11001,41 @@ provided by other Emacs packages dealing with pass:
- @code{auth-source-pass.el}: integration of Emacs' auth-source with
@code{pass}, included in Emacs 26+).")
(license license:gpl3+)))
+
+(define-public emacs-image+
+ (package
+ (name "emacs-image+")
+ (version "20150707.916")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/image+-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "0lbgqc9n2ard9nrsk9ri2jazk8l6dv2hrmi83dvsm14kfnnajdil"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("imagemagick" ,imagemagick)))
+ (home-page
+ "https://github.com/mhayashi1120/Emacs-imagex")
+ (synopsis
+ "Image manipulate extensions for Emacs")
+ (description
+ "Type @code{C-x C-l +} to zoom-in the current image.
+You can zoom-out with type @code{-}.
+To manipulate a image under cursor: @code{M-x imagex-sticky-mode}.
+Or to activate globally: @code{M-x imagex-global-sticky-mode}.
+Or in .emacs: @code{(eval-after-load 'image+ '(imagex-global-sticky-mode 1))}.
+
+- @code{C-c +} / `C-c -`: Zoom in/out image.
+- @code{C-c M-m}: Adjust image to current frame size.
+- @code{C-c C-x C-s}: Save current image.
+- @code{C-c M-r} / @code{C-c M-l}: Rotate image.
+- @code{C-c M-o}: Show image @code{image+} have not modified.
+
+Adjusted image when open image file: @code{M-x imagex-auto-adjust-mode}.
+Or in .emacs: @code{(eval-after-load 'image+ '(imagex-auto-adjust-mode 1))}.
+If you do not want error message in minibuffer: @code{(setq imagex-quiet-error
t)}.")
+ (license license:gpl3+)))
--
2.17.0
- [bug#31500] [PATCH 07/20] gnu: Add emacs-fish-completion., (continued)
- [bug#31500] [PATCH 07/20] gnu: Add emacs-fish-completion., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 08/20] gnu: Add emacs-gif-screencast., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 09/20] gnu: Add emacs-google-translate., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 12/20] gnu: Add emacs-helm-emms., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 14/20] gnu: Add emacs-helm-flycheck., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 11/20] gnu: Add emacs-helm-descbinds., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 13/20] gnu: Add emacs-helm-exwm., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 15/20] gnu: Add emacs-helm-ls-git., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 18/20] gnu: Add emacs-image+.,
Pierre Neidhardt <=
- [bug#31500] [PATCH 19/20] gnu: Add emacs-package-lint., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm., Pierre Neidhardt, 2018/05/22