[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ioccur incremental occur
From: |
Martin |
Subject: |
Re: ioccur incremental occur |
Date: |
Tue, 04 May 2010 15:49:00 -0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (windows-nt) |
Thierry Volpiatto writes:
> 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.
Very useful for me (heavy occur user).
Thank you
Martin
---
parozusa at web dot de
- Re: ioccur incremental occur,
Martin <=