fourier pushed a change to branch master. from ada08b0 * rnc-mode: New package new b84471a Initial revision, v1.0 new 1a1fb1a + Added highlighting of the matched strings + Now inserts selected region to the prompt + Added defun for applying last found regexp(loccur-previous-match) + Added intangible property together with invisibility new 915846a Removed implemented TODO note from comments new d6f5c06 Applied patch by Nathaniel Flath: "This patch changes the prompt so that the default value is not in the edit area, but in the prompt. This makes it easier to change if the default value is not what you wanted." new f73cf0e Added README file new 8ee09a7 Updated markdown syntax new aa1e119 Removed cl dependency new 6e0c960 Changed URL new 5859be9 Recenter on exit from loccur-mode new 440c96e Added possibility of desactivating regex highlighting. new 409b322 Rewrote the minor-mode using the define-minor-mode macro and added RET key in loccur-mode to select line. new a1e135a Added loccur-no-highlight function. new 9b5d16c Added detailed info on the README file. new 2bc08c6 Updated change log in the loccur.el file. new e9d4714 Fixed displaying problems on github caused by the README file. new d279b6a Added internal link to the "quick navigation" in the README file. new cb7f8ac Merge pull request #1 from picarresursix/master new b1b1d91 Updated version new 8aef9f0 Added customizable option to jump to the beginnig of the line in loccur mode: loccur-jump-beginning-of-line new ab4804a Removed some cl dependencies; version changed to 1.2.1 new 43cbc15 Fixed checkdoc issues new 7d19c16 Preparation to move to GNU ELPA. new 8ffd028 Preparation to move to GNU ELPA. new b6655e3 Preparation to move to GNU ELPA. new 359fae1 Preparation to move to GNU ELPA. new 900eb51 Preparation to move to GNU ELPA. new aae3563 Preparation to move to GNU ELPA. new f95c8d6 Preparation to move to GNU ELPA. new 59b8dd1 Implemented removed features and added face loccur-face new 194dd68 Reimplemented loccur-no-highlight and fixed checkdoc new e5d1061 Define group for customize and fixing byte-compile warnings new 66a9810 Merge pull request #3 from syohex/group new 2cacc68 Added types to custom new 2680df7 Fixed bug when loccur called with empty argument. new 03789fa Updated README new d08fdac Updated README and rearranged functions. new 61dcaaf Removed redundand code new a90bd54 Preparation to submission to GNU ELPA new fb1fbc0 Fixed compilation warnings. new 8f6fe36 Add 'packages/loccur/' from commit 'fb1fbc0ff5da7a8b117542ab8083d29cd79e12b2'
Summary of changes: packages/loccur/README.md | 50 +++++++ packages/loccur/loccur.el | 323 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 373 insertions(+), 0 deletions(-) create mode 100644 packages/loccur/README.md create mode 100644 packages/loccur/loccur.el