summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-07-13 09:01:05 +0200
committerDavid Bremner <david@tethera.net>2015-07-13 09:05:10 +0200
commit1c90b79fa9780608ff6d1c41adb91e808d8411a4 (patch)
tree2ef3076b0a293ee5a0ba07bf227b02f0343a7f5e /README.org
parent40dfc90b6f6aa0fdb15fb1fb0f000e882149be0c (diff)
update README.org
We now support multi-file packages document a package.el bug
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.org b/README.org
index 1ff2d39..4d6c475 100644
--- a/README.org
+++ b/README.org
@@ -10,13 +10,12 @@ user!). Perhaps the most important improvement is that no file
* Limitations
-This is currently at the proof of concept stage. It currently deals
-only with single file packages, and does not support byte compilation.
-The latter limitation may require some coordination with the
-emacsen-common maintainer to refine the notion of
-"flavours". Package.el currently understands
-/usr/share/emacs/site-lisp and /usr/share/emacs/${VERSION}/site-lisp
-where VERSION is e.g. 24.5.
+This tool is currently at the proof of concept stage. It currently does not
+support byte compilation.
+
+package.el gets confused if you have both a system and a user elpa
+package and refuses to delete the user one unless you delete the
+system one first.
* Usage