branch: elpa/isl
commit b3e131cb743cc8468a12c48e92e7efd1db67001d
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Update README
---
README.org | 14 ++++++++++++++
screen_shot1.png | Bin 0 -> 783603 bytes
2 files changed, 14 insertions(+)
diff --git a/README.org b/README.org
index d325e1f4f46..b011617e080 100644
--- a/README.org
+++ b/README.org
@@ -61,6 +61,20 @@ Here the commands available:
| M-> | isl-goto-last |
| M-s | isl-jump-to-helm-occur |
+** About multi matching
+
+By default =isl= use multi matching like Helm, with limitation to
+symbol, not line like in Helm, that's mean "foo bar" match "foo-bar"
+or "bar-foo" but not a line with "foo" and "bar" inside e.g. "foo some
+text bar", when you want to match something like this you have to use
+regexp e.g. "foo.*bar".
+
+To use multi matching, separate text with one space, each pattern
+beginning by "!" will mean match everything but this, e.g. "foo !bar"
+will not match "foo-bar" but will match "foo-baz".
+
+[[screen_shot1.png]]
+
** Use isearch-light for helm-help
Starting from Emacs-27 Isearch works more or less with unexpected
diff --git a/screen_shot1.png b/screen_shot1.png
new file mode 100644
index 00000000000..1186773583b
Binary files /dev/null and b/screen_shot1.png differ