[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 7d19c16 22/40: Preparation to move to GNU ELPA.
From: |
Alexey Veretennikov |
Subject: |
[elpa] master 7d19c16 22/40: Preparation to move to GNU ELPA. |
Date: |
Fri, 29 Jan 2016 23:29:41 +0000 |
branch: master
commit 7d19c166920576711add53f6449d14e181a6028d
Author: Alexey Veretennikov <address@hidden>
Commit: Alexey Veretennikov <address@hidden>
Preparation to move to GNU ELPA.
In order to move to GNU ELPA it is necessary to remove the code
from contributors who were not able/willing to sign FSF papers.
Revert "Added internal link to the "quick navigation" in the README file."
This reverts commit d279b6a336e5e1379f91515c2b918561efcf7633.
---
README.md | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index a047bc1..939d7a0 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-Functionalities
-===============
+Functionnalities
+================
Provides is a minor mode for Emacs acting like occur but without
creating a new window. It just hides all the text except lines
-containing matches for a given regexp. The following functions are
+containing matches for a given regex. The following functions are
provided:
- + `loccur` Prompts for a regexp and hides all the lines not containing
- matches. If the given regexp is empty, defaults to the current
+ + `loccur` Prompts for a regex and hides all the lines not containing
+ matches. If the given regex is empty, defaults to the current
selection and, if the selection is also empty, defaults to the word
at point.
+ `loccur-previous-match` Repeats the last `loccur` search.
@@ -19,15 +19,13 @@ After `loccur` is ran, hit `RET` to move to the line where
the cursor
is and display everything again.
The good thing about this mode is that you can navigate through the
-buffer easily. In particular, hopefully useful functions using
-`loccur` are suggested in Section
-[Quick Navigation](#quick-navigation).
+buffer easily. In particular, if you bind `(loccur ""
Example
=======
-If you run `loccur` on regexp `[0-9]+` (finding any decimal number) on
+If you run `loccur` on regex `[0-9]+` (finding any decimal number) on
the following buffer,
- [elpa] master 440c96e 10/40: Added possibility of desactivating regex highlighting., (continued)
- [elpa] master 440c96e 10/40: Added possibility of desactivating regex highlighting., Alexey Veretennikov, 2016/01/29
- [elpa] master 2bc08c6 14/40: Updated change log in the loccur.el file., Alexey Veretennikov, 2016/01/29
- [elpa] master 9b5d16c 13/40: Added detailed info on the README file., Alexey Veretennikov, 2016/01/29
- [elpa] master e9d4714 15/40: Fixed displaying problems on github caused by the README file., Alexey Veretennikov, 2016/01/29
- [elpa] master 409b322 11/40: Rewrote the minor-mode using the define-minor-mode macro and added RET, Alexey Veretennikov, 2016/01/29
- [elpa] master d279b6a 16/40: Added internal link to the "quick navigation" in the README file., Alexey Veretennikov, 2016/01/29
- [elpa] master b1b1d91 18/40: Updated version, Alexey Veretennikov, 2016/01/29
- [elpa] master 8aef9f0 19/40: Added customizable option to jump to the beginnig of the line in loccur mode: loccur-jump-beginning-of-line, Alexey Veretennikov, 2016/01/29
- [elpa] master ab4804a 20/40: Removed some cl dependencies; version changed to 1.2.1, Alexey Veretennikov, 2016/01/29
- [elpa] master cb7f8ac 17/40: Merge pull request #1 from picarresursix/master, Alexey Veretennikov, 2016/01/29
- [elpa] master 7d19c16 22/40: Preparation to move to GNU ELPA.,
Alexey Veretennikov <=
- [elpa] master 8ffd028 23/40: Preparation to move to GNU ELPA., Alexey Veretennikov, 2016/01/29
- [elpa] master 43cbc15 21/40: Fixed checkdoc issues, Alexey Veretennikov, 2016/01/29
- [elpa] master b6655e3 24/40: Preparation to move to GNU ELPA., Alexey Veretennikov, 2016/01/29
- [elpa] master 900eb51 26/40: Preparation to move to GNU ELPA., Alexey Veretennikov, 2016/01/29
- [elpa] master f95c8d6 28/40: Preparation to move to GNU ELPA., Alexey Veretennikov, 2016/01/29
- [elpa] master 359fae1 25/40: Preparation to move to GNU ELPA., Alexey Veretennikov, 2016/01/29
- [elpa] master 194dd68 30/40: Reimplemented loccur-no-highlight and fixed checkdoc, Alexey Veretennikov, 2016/01/29
- [elpa] master 66a9810 32/40: Merge pull request #3 from syohex/group, Alexey Veretennikov, 2016/01/29
- [elpa] master e5d1061 31/40: Define group for customize and fixing byte-compile warnings, Alexey Veretennikov, 2016/01/29
- [elpa] master 2680df7 34/40: Fixed bug when loccur called with empty argument., Alexey Veretennikov, 2016/01/29