[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ioccur incremental occur
From: |
Thierry Volpiatto |
Subject: |
ioccur incremental occur |
Date: |
Tue, 09 Mar 2010 08:05:01 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) |
Hi,
find here ioccur, a clone of occur but incremental.
It have his own history, empty when you will start of course.
You can save this history with desktop:
(add-to-list 'desktop-globals-to-save 'ioccur-history)
Maximum length of history default is 100, you can modify it with
`ioccur-max-length-history'.
Ioccur was developed initialy in traverselisp.el and was named
traverse-incremental-occur.
To use don't forget to byte-compile and (require 'ioccur).
No dependency needed.
Loading the source file NOT compiled may fail.(Due to an emacs bug).
Start with M-x ioccur, you will find summary info in mode-line.
I attach the file here, but you will find it here:
hg clone http://mercurial.intuxication.org/hg/ioccur
If you don't have hg, go there and download a tarball.
Stable version is V-1.0.
To get development branch (empty at this time):
hg update -C development
Have fun.
--
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/
ioccur.el
Description: application/emacs-lisp
- ioccur incremental occur,
Thierry Volpiatto <=