summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-09-03 10:37:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-09-03 10:37:16 +0200
commit93def86c1e12b614db43f33d3dc77524eb8dabc9 (patch)
treee21ad9afe4bba3f99cd589e8a52637d297d510a5 /doc
parentabd386a847385cb261f7ec7eced3578774cff310 (diff)
* doc/Home.mdpp: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/Home.mdpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/Home.mdpp b/doc/Home.mdpp
index 87e82bed..ffefb8b1 100644
--- a/doc/Home.mdpp
+++ b/doc/Home.mdpp
@@ -8,6 +8,31 @@ welcomed by submitting a Pull Request for [Home.mdpp][1].
------
!TOC
+# FAQ
+
+## I have updated from melpa and I have errors
+
+1. Uninstall `helm` from `list-packages`
+
+2. Close emacs
+
+3. Start `emacs -Q`
+
+4. Reinstall `helm` from `list-packages`
+
+5. Restart emacs
+
+If you still have errors report bug on [emacs helm issues](https://github.com/emacs-helm/helm/issues)
+
+## I have warnings when compiling from emacs-24.3.1
+
+Helm have no warning when compiling with >=emacs-24.4, but when compiling
+with 24.3 you may have many warnings (due to bugs in emacs itself relative
+to lexical-binding and eieio), don't be afraid, just ignore them ;-).
+
+## Void function function-put
+
+Bad installation of helm, please reinstall, See [Here](#ihaveupdatedfrommelpaandihaveerrors) how to do.
# Wiki maintainer instructions