[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ioccur, incremental occur
From: |
Thierry Volpiatto |
Subject: |
Re: ioccur, incremental occur |
Date: |
Mon, 12 Apr 2010 19:04:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Leo <address@hidden> writes:
> On 2010-04-03 07:01 +0100, Thierry Volpiatto wrote:
>> Even better, instead of keeping a ioccur buffer (unique) like occur,
>> ioccur use now named ioccur-buffer for each buffer where you search in.
>> So the ioccur is not overwrited if you search in another buffer.
>>
>> So when you call ioccur and a ioccur-buffer exist for this buffer,
>> incremental search is NOT started, the ioccur-buffer is displayed.
>>
>> When ioccur-buffer is visible and you call ioccur from other buffer,
>> ioccur-buffer is erased and incremental search restart.
>>
>> When you are in ioccur-buffer, hitting "R" erase buffer and restart
>> incremental search.
>>
>> Of course, hitting C-j or left just jump to matched line and kill ioccur
>> buffer as always.
>>
>> This is in development branch of ioccur:
>> hg clone http://mercurial.intuxication.org/hg/ioccur
>>
>> cd to ioccur directory
>>
>> hg update -C development
>
> I will try it out later on.
>
> Unfortunately because of the key flashing issue which is very disturbing
> I haven't been using ioccur.el. My suggestions in last post was too
> hasty also.
Can you try this simple code in scratch buffer on OSX:
(let ((str (read-key "read: ")))
(prog1
(string str)
(message nil)))
If you see key "flashing" submit a bug about read-key to Emacs for OSX.
Here it work fine (GNU/linux - Gentoo)
--
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/
- Re: ioccur, incremental occur, Leo, 2010/04/01
- Re: ioccur, incremental occur, Thierry Volpiatto, 2010/04/01
- Re: ioccur, incremental occur, Thierry Volpiatto, 2010/04/03
- Re: ioccur, incremental occur, Leo, 2010/04/12
- Re: ioccur, incremental occur, Leo, 2010/04/20
- Re: ioccur, incremental occur, Thierry Volpiatto, 2010/04/20
- Re: ioccur, incremental occur, Leo, 2010/04/20