changeset 168:97531390b060

packages: add missing readmes Not sure what's up with these either, maybe due to Emacs 25 upgrade?
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 25 Oct 2017 16:52:58 -0400
parents 855b4277cf0d
children a7c5ef46879f
files elpa/aa-edit-mode-readme.txt elpa/ac-helm-readme.txt elpa/ace-window-readme.txt elpa/auto-shell-command-readme.txt elpa/bbdb--readme.txt elpa/bbdb2erc-readme.txt elpa/buffer-flip-readme.txt elpa/butler-readme.txt
diffstat 8 files changed, 97 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/elpa/aa-edit-mode-readme.txt
@@ -0,0 +1,7 @@
+aa-edit-mode is Major mode for AA (アスキーアート, known as Shift_JIS art).
+
+https://en.wikipedia.org/wiki/Shift_JIS_art
+https://ja.wikipedia.org/wiki/%E3%82%A2%E3%82%B9%E3%82%AD%E3%83%BC%E3%82%A2%E3%83%BC%E3%83%88
+
+`aa-edit-mode' supports .mlt format.
+http://yaruo.wikia.com/wiki/%E3%82%84%E3%82%8B%E5%A4%AB%E3%82%B9%E3%83%AC%E7%94%A8MLT%E5%8F%8E%E9%9B%86%E6%89%80
new file mode 100644
--- /dev/null
+++ b/elpa/ac-helm-readme.txt
@@ -0,0 +1,24 @@
+Auto Complete with Helm.  It enables us to narrow candidates
+with helm interface.  If you have helm-match-plugin.el,
+candidates can be narrowed many times.
+
+Commands:
+
+Below are complete command list:
+
+ `ac-complete-with-helm'
+   Select auto-complete candidates by `helm'.
+
+Customizable Options:
+
+Below are customizable option list:
+
+
+Installation:
+
+Add the following to your emacs init file:
+
+(require 'ac-helm) ;; Not necessary if using ELPA package
+(define-key ac-complete-mode-map (kbd "C-:") 'ac-complete-with-helm)
+
+That's all.
new file mode 100644
--- /dev/null
+++ b/elpa/ace-window-readme.txt
@@ -0,0 +1,32 @@
+The main function, `ace-window' is meant to replace `other-window'.
+In fact, when there are only two windows present, `other-window' is
+called.  If there are more, each window will have its first
+character highlighted.  Pressing that character will switch to that
+window.
+
+To setup this package, just add to your .emacs:
+
+   (global-set-key (kbd "M-p") 'ace-window)
+
+replacing "M-p"  with an appropriate shortcut.
+
+Depending on your window usage patterns, you might want to set
+
+   (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
+
+This way they are all on the home row, although the intuitive
+ordering is lost.
+
+If you don't want the gray background that makes the red selection
+characters stand out more, set this:
+
+   (setq aw-background nil)
+
+If you want to know the selection characters ahead of time, you can
+turn on `ace-window-display-mode'.
+
+When prefixed with one `universal-argument', instead of switching
+to selected window, the selected window is swapped with current one.
+
+When prefixed with two `universal-argument', the selected window is
+deleted instead.
new file mode 100644
--- /dev/null
+++ b/elpa/auto-shell-command-readme.txt
@@ -0,0 +1,12 @@
+Run the shell command asynchronously that you specified when you save the file.
+And there flymake autotest, is Guard as a similar tool.
+
+Feature
+  1. Speicify targete file's regexp and command to execute when the save
+  2. Can temporarily suspend the execution of the command
+  3. Emacs is running on the OS of all work
+  4. It is possible to register a temporary command disappear restart Emacs
+  5. Caused by rewriting the file does not occur by external tools, malfunctions of the command disappointing
+
+URL
+  https://github.com/ongaeshi/auto-shell-command
new file mode 100644
--- /dev/null
+++ b/elpa/bbdb--readme.txt
@@ -0,0 +1,3 @@
+This extension provides interface for more easily search/choice than BBDB.
+BBDB is a address book for MUA like Gnus/Wanderlust.
+About BBDB, see <http://savannah.nongnu.org/projects/bbdb>.
new file mode 100644
--- /dev/null
+++ b/elpa/bbdb2erc-readme.txt
@@ -0,0 +1,17 @@
+Usage: put (require 'bbdb2erc) in your ~/.emacs
+
+When the bbdb window pops up, the minibuffer should tell you if the
+person is online (otherwise it's silent). You can make it tell you
+again by pressing `I' in the bbdb window. You specify the nick(s)
+of the person in the `irc-nick' field in BBDB, as in the
+erc-bbdb.el package.
+
+This package also overrides the default binding of `i' in bbdb to
+start an ERC chat with the record at point. You can read the bbdb
+info manual by typing M-x bbdb-info instead, or return it to normal
+with (define-key bbdb-mode-map (kbd "i") 'bbdb-info)
+
+If you use gnus, you might also want to go straight from a
+summary/article to a chat with the sender, put this in your
+~/.emacs to achieve that:
+(define-key gnus-summary-mode-map (kbd "i") 'bbdb2erc-pm)
new file mode 100644
--- /dev/null
+++ b/elpa/buffer-flip-readme.txt
@@ -0,0 +1,1 @@
+Inspired by Alt-Tab.  Quickly flip through recently-used buffers.
new file mode 100644
--- /dev/null
+++ b/elpa/butler-readme.txt
@@ -0,0 +1,1 @@
+Provides an interface to connect to the Jenkins CI server