# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1508964778 14400 # Node ID 97531390b060c4aa9606968b7bd9036fae47d93d # Parent 855b4277cf0db2a423308b0f7883e12b127b6bee packages: add missing readmes Not sure what's up with these either, maybe due to Emacs 25 upgrade? diff --git a/elpa/aa-edit-mode-readme.txt b/elpa/aa-edit-mode-readme.txt 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 diff --git a/elpa/ac-helm-readme.txt b/elpa/ac-helm-readme.txt 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. diff --git a/elpa/ace-window-readme.txt b/elpa/ace-window-readme.txt 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. diff --git a/elpa/auto-shell-command-readme.txt b/elpa/auto-shell-command-readme.txt 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 diff --git a/elpa/bbdb--readme.txt b/elpa/bbdb--readme.txt 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 . diff --git a/elpa/bbdb2erc-readme.txt b/elpa/bbdb2erc-readme.txt 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) diff --git a/elpa/buffer-flip-readme.txt b/elpa/buffer-flip-readme.txt 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. diff --git a/elpa/butler-readme.txt b/elpa/butler-readme.txt 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