branch: externals/cm-mode
commit 2085775e77073e42e9774e84f2d90e713d019d9d
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Add disclaimer to the README.
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 673165b5f7..e25aea266f 100644
--- a/README.md
+++ b/README.md
@@ -24,8 +24,6 @@ The commands to delete or substitute text operate on the
region. The command to
`cm-mode` also provides a simple 'follow changes' mode. When activated,
changes you make to the buffer are automatically marked as insertions or
deletions. Substitutions cannot be made automatically (that is, if you mark a
word, delete it and then type a replacement, it will still be marked as
sequence of deletion+insertion, not as a substitution), but they can still be
made manually with `C-c * s`. You can activate and deactivate follow changes
mode with `C-c * F`. When it's active, the [...]
-Follow changes mode should be considered experimental, so try at your own
risk. If you run into problems, open an issue on Github or send me an email.
-
## Automaticaly adding comments ##
@@ -57,6 +55,11 @@ You may notice that changes that span multiple lines are not
highlighted. The re
To mitigate this problem, you can use soft wrap (with `visual-line-mode`).
Since each paragraph is then essentially a single line, font lock works even
across multiple (visual) lines.
+## Disclaimer ##
+
+`cm-mode` should be considered alpha software, so try at your own risk. If you
run into problems, I would very much appreciate it if you open an issue on
Github or send me an email.
+
+
## TODO ##
- Commands to accept or reject all changes in one go. {>>These won't be bound
to keys, though.<<}