This is a extension of Emacs that is a explorer for the package structure of Perl.
You can handle the explorer in the same way as direx.el.
About direx.el, see https://github.com/m2ym/direx-el
You can show the help of the pointed package/method by pushing "?".
2014/03/02 It's available by using melpa.
2014/03/03 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/plsense-direx/master/plsense-direx.el")
- In this case, you need to install each of the following dependency.
Download plsense-direx.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
(require 'plsense-direx)
;; Key binding
(setq plsense-direx:open-explorer-key "C-x j")
(setq plsense-direx:open-explorer-other-window-key "C-x J")
(setq plsense-direx:open-referer-key "C-x M-j")
(setq plsense-direx:open-referer-other-window-key "C-x C-M-J")
;; Do setup
(plsense-direx:config-default)
2014/02/22, at present, the action of plsense-direx.el is very slowly.
I've sent the that makes improvements to this trouble.
But, if this trouble is not given improvement, you can get my improvements by using .
2014/04/11 This trouble have been resolved.
- Emacs … GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-08-22 on chindi02, modified by Debian
- direx.el … 0.1alpha
- plsense.el … 0.3.2
- log4e.el … 0.2.0
- yaxception.el … 0.3.2
Enjoy!!!