branch: elpa/emacsql
commit cda366379aeff30b7859f80b907c1c6723ecad23
Author: Christopher Wellons <[email protected]>
Commit: Christopher Wellons <[email protected]>
Add Windows note.
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e9a5bcec3d..d20929cd57 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ Emacsql, including numbers, strings, symbols, lists, vectors,
and
closures. Emacsql has no concept of "TEXT" values; it's all just lisp
objects.
-Requires Emacs 24 or later.
+Requires Emacs 24 or later. Currently Windows is unsupported due to a
+mysterious process communication issue, a bug either in Emacs or
+SQLite. Can you help solve this issue (#1)?
## Example Usage