From: John Soo <jsoo1@asu.edu>
To: 40260@debbugs.gnu.org
Subject: [bug#40260] [PATCH] gnu: Add imenu-list.
Date: Fri, 27 Mar 2020 14:48:41 -0700 [thread overview]
Message-ID: <87o8shii4m.fsf@asu.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
Hi Guix!
Imenu-list mode provides an overview of the imenu listings for a buffer
in a split pane with configurable rules and linking built in.
Thanks,
John
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Add emacs-imenu-list. --]
[-- Type: text/x-patch, Size: 1590 bytes --]
From 82639ceb6aa28c9bbbdb921e27bfd9a58c358ecd Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Thu, 19 Mar 2020 09:35:26 -0700
Subject: [PATCH] gnu: Add emacs-imenu-list.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): New variable.
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5cc3334aab..fea4f6dc49 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21865,3 +21865,29 @@ conventions.")
"Use C-h, C-j, C-k and C-l to navigate between emacs windows and tmux
panes.")
(license license:expat)))
+
+(define-public emacs-imenu-list
+ (package
+ (name "emacs-imenu-list")
+ (version "0.8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/bmag/imenu-list")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "13xh9bdl3k6ccfq83wjmkpi4269qahv4davki4wq18dr4amrzhlx"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/bmag/imenu-list")
+ (synopsis
+ "Automatically tracks the current buffer's imenu entries")
+ (description
+ "This Emacs minor-mode creates an automatically updated buffer called
+*Ilist* that is populated with the current buffer's imenu entries. The
+*Ilist* buffer is typically shown as a sidebar (Emacs vertically splits the
+window).")
+ (license license:gpl3+)))
--
2.26.0
next reply other threads:[~2020-03-27 21:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-27 21:48 John Soo [this message]
2020-03-28 20:59 ` [bug#40260] [PATCH] gnu: Add emacs-imenu-list John Soo
2020-04-01 8:37 ` bug#40260: " Nicolas Goaziou
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o8shii4m.fsf@asu.edu \
--to=jsoo1@asu.edu \
--cc=40260@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.