* [bug#37068] [PATCH] Add emacs-frog-jump-buffer.
@ 2019-08-18 1:02 Brian Leung
2019-08-18 18:08 ` Oleg Pyhalov
0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-08-18 1:02 UTC (permalink / raw)
To: 37068
[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]
See attached.
[-- Attachment #1.2: Type: text/html, Size: 35 bytes --]
[-- Attachment #2: 0001-gnu-Add-emacs-frog-menu.patch --]
[-- Type: text/x-patch, Size: 1799 bytes --]
From eb008a34a662267b2825ebc798293218bc1bb765 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sun, 18 Aug 2019 03:01:41 +0200
Subject: [PATCH 1/2] gnu: Add emacs-frog-menu.
* gnu/packages/emacs-xyz.scm (emacs-frog-menu): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6e612cab56..f0ee154032 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10051,6 +10051,33 @@ environment variables to be retrieved from the shell, so that Emacs will see
the same values you get in a terminal.")
(license license:gpl3+)))
+(define-public emacs-frog-menu
+ (let ((commit "740bbc88b8535d31f783f3b2043a2a6683afbf31")
+ (revision "1"))
+ (package
+ (name "emacs-frog-menu")
+ (version (git-version "0.2.9" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/clemera/frog-menu")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1g77424jwq62qj06rvld44s5hp0dw8rw2pwmmag6gd536zf65xrj"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-posframe" ,emacs-posframe)
+ ("emacs-avy" ,emacs-avy)))
+ (home-page "https://github.com/clemera/frog-menu")
+ (synopsis "Quickly pick items from ad hoc menus")
+ (description
+ "This package provides a popup offering a preview of a list of
+candidates on which user-defined dispatch actions can act.")
+ (license license:gpl3+))))
+
(define-public emacs-deft
(package
(name "emacs-deft")
--
2.22.0
[-- Attachment #3: 0002-gnu-Add-emacs-frog-jump-buffer.patch --]
[-- Type: text/x-patch, Size: 1868 bytes --]
From 3d357d955490c75d5ddfb6e1c04d63176ccfc22c Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sun, 18 Aug 2019 03:01:50 +0200
Subject: [PATCH 2/2] gnu: Add emacs-frog-jump-buffer.
* gnu/packages/emacs-xyz.scm (emacs-frog-jump-buffer): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f0ee154032..c69a0344b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10078,6 +10078,34 @@ the same values you get in a terminal.")
candidates on which user-defined dispatch actions can act.")
(license license:gpl3+))))
+(define-public emacs-frog-jump-buffer
+ (let ((commit "2d7b342785ae27d45f5d252272df6eb773c78e20")
+ (revision "1"))
+ (package
+ (name "emacs-frog-jump-buffer")
+ (version (git-version "0.1.4" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/waymondo/frog-jump-buffer")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1z00by8hiss1r2lwmzrl8pnz6jykia2849dqqm4l3z5rf6lwvc0f"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-frog-menu" ,emacs-frog-menu)
+ ("emacs-avy" ,emacs-avy)))
+ (home-page "https://github.com/waymondo/frog-jump-buffer")
+ (synopsis "Jump to any Emacs buffer with minimal keystrokes")
+ (description
+ "This package provides a preview window of buffers that can be switched
+to with quicklink-style selections.")
+ (license license:gpl3+))))
+
(define-public emacs-deft
(package
(name "emacs-deft")
--
2.22.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-18 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 1:02 [bug#37068] [PATCH] Add emacs-frog-jump-buffer Brian Leung
2019-08-18 18:08 ` Oleg Pyhalov
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).