summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2007-04-15 14:50:12 +0000
committerAndreas Gruenbacher <agruen@suse.de>2007-04-15 14:50:12 +0000
commit250a8b619749f3fccae25a36993c8b791fe93c74 (patch)
treedf62849be0303d79e507ae1fada8c81e6ff6203e /doc
parentb885cbab20c1ceae9d9c362a176bb7d2417b09d0 (diff)
downloadquilt-250a8b619749f3fccae25a36993c8b791fe93c74.tar.gz
- Add quilt.el and its README file. (The emacs mode is not being
installed properly, yet.)
Diffstat (limited to 'doc')
-rw-r--r--doc/README.EMACS19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/README.EMACS b/doc/README.EMACS
new file mode 100644
index 0000000..2a96513
--- /dev/null
+++ b/doc/README.EMACS
@@ -0,0 +1,19 @@
+Introduction
+============
+
+quilt-el minor mode (lib/quilt.el) is toggled by `M-x quilt-mode'. It
+provides the following features:
+
+- You can issue many quilt sub-commands by shortcut keys. By using
+ these keys, quilt-el can also detect moving the patch stack and
+ can refresh corresponding buffers automatically.
+
+- If a buffer is associated with the file which is not included in
+ the topmost patch, the buffer becomes read-only. So you can avoid
+ editing wrong files accidentally.
+
+- After quilt-el is once enabled, all files which you open are checked
+ whether it is in a quilt hierarchy or not. If so, corresponding buffer
+ becomes quilt-mode automatically.
+
+ -- Satoru Takeuchi <nqm08501@nifty.com>, Sun, 14 Jan 2007 23:57:29 +0900