summaryrefslogtreecommitdiff
path: root/doc/Home.mdpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Home.mdpp')
-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