unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 27302@debbugs.gnu.org
Cc: Oleg Pykhalov <go.wigust@gmail.com>
Subject: bug#27302: [PATCH 2/2] gnu: Add emacs-dired-open.
Date: Sat, 10 Jun 2017 04:05:32 +0300	[thread overview]
Message-ID: <20170610010532.27495-2-go.wigust@gmail.com> (raw)
In-Reply-To: <20170610010532.27495-1-go.wigust@gmail.com>

---
 gnu/packages/emacs.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e3f5b926c..5f00a7ad5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4896,3 +4896,31 @@ displays results pretty-printed in XML or JSON with @code{restclient-mode}")
      "Provides shared functionality and helpers for dired-hacks-utils
 collection.")
     (license license:gpl3+)))
+
+(define-public dired-open
+  (package
+    (name "emacs-dired-open")
+    (version "20160205.1213")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://melpa.org/packages/dired-open-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "1fifc0k222l25f8jpqllhzq411dcvhbgzlr27mx1rnbnnabxya38"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-dash" ,emacs-dash)
+       ("emacs-dired-hacks-utils"
+        ,dired-hacks-utils)))
+    (home-page "https://github.com/Fuco1/dired-hacks")
+    (synopsis
+     "Open files from dired using using custom actions")
+    (description
+     "Adds a mechanism to add hooks to dired-find-file that will run before
+emacs tries its own mechanisms to open the file, thus enabling you to launch
+other application or code and suspend the default behaviour.")
+    (license license:gpl3+)))
-- 
2.13.1

  reply	other threads:[~2017-06-10  2:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-10  1:05 bug#27302: [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Oleg Pykhalov
2017-06-10  1:05 ` Oleg Pykhalov [this message]
2017-06-10  2:02 ` bug#27302: [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Oleg Pykhalov
2017-06-10  2:02   ` bug#27302: [PATCH 2/3] gnu: emacs-dired-hacks-utils: Rename define-public Oleg Pykhalov
2017-06-10  2:02   ` bug#27302: [PATCH 3/3] gnu: emacs-dired-open: " Oleg Pykhalov
2017-06-16 12:38   ` [bug#27302] [PATCH 1/3] gnu: emacs-dired-hacks-utils: Change origin to melpa Alex Kost
2017-06-16 12:38 ` [bug#27302] [PATCH 1/2] gnu: Add emacs-dired-hacks-utils Alex Kost
2017-06-22 20:02   ` Ludovic Courtès
2017-06-23 18:55     ` Alex Kost
2017-06-24  5:41       ` [bug#27302] emacs-dired-hacks-utils in one patch with github origin Oleg Pykhalov
2017-06-24 19:04         ` bug#27302: " Alex Kost

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170610010532.27495-2-go.wigust@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=27302@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 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).