all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 28210@debbugs.gnu.org
Subject: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar.
Date: Wed, 23 Aug 2017 22:55:58 +0300	[thread overview]
Message-ID: <871so25a9d.fsf@gmail.com> (raw)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ccc8c6db5..49bcc8a8a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5865,3 +5865,30 @@ displaying a tooltip at mouse position which allows users to easily show it.
 However, locating tooltip at arbitrary buffer position in window is not easy.
 This program provides such function to be used by other frontend programs.")
     (license license:gpl2+)))
+
+(define-public emacs-sr-speedbar
+  (package
+    (name "emacs-sr-speedbar")
+    (version "20161025")
+    (source
+     (origin
+       (method url-fetch)
+       (uri "https://www.emacswiki.org/emacs/download/sr-speedbar.el")
+       (file-name (string-append "sr-speedbar-" version ".el"))
+       (sha256
+        (base32
+         "15kvl270a5xx1w5fjlrawslnpwyks2x17356xcr0idhv5xw2wn30"))))
+    (build-system emacs-build-system)
+    (home-page "https://www.emacswiki.org/emacs/download/sr-speedbar.el")
+    (synopsis "Same frame speedbar")
+    (description "Speedbar in same Emacs frame.  Below are commands you can use:
+@itemize
+@item @code{sr-speedbar-open} Open sr-speedbar window.
+@item @code{sr-speedbar-close} Close sr-speedbar window.
+@item @code{sr-speedbar-toggle} Toggle sr-speedbar window.
+@item @code{sr-speedbar-select-window} Select sr-speedbar window.
+@item @code{sr-speedbar-refresh-turn-on} Turn on refresh speedbar content.
+@item @code{sr-speedbar-refresh-turn-off} Turn off refresh speedbar content.
+@item @code{sr-speedbar-refresh-toggle} Toggle refresh speedbar content.
+@end itemize\n")
+    (license license:gpl3+)))

             reply	other threads:[~2017-08-23 19:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23 19:55 Oleg Pykhalov [this message]
2017-08-23 20:34 ` [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar Jonathan Brielmaier
2017-08-24 13:41   ` Oleg Pykhalov
2017-08-31 12:50     ` Ludovic Courtès
2017-09-04 19:39       ` Alex Kost
2017-09-17  9:03         ` Oleg Pykhalov
2017-09-18 17:42           ` Alex Kost
2017-09-23  2:18             ` Oleg Pykhalov
2017-09-28 15:48               ` bug#28210: " Alex Kost
     [not found] ` <handler.28210.D28210.150661371217571.notifdone@debbugs.gnu.org>
2017-09-28 16:11   ` [bug#28210] closed (Re: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar.) Oleg Pykhalov

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=871so25a9d.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=28210@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.