[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: |
Tue, 09 Mar 2010 22:39:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) |
Štěpán Němec <address@hidden> writes:
> Thierry Volpiatto <address@hidden> writes:
>
>> 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).
> What bug?
defsubt* don't load when not compiled unless it have been
eval-and-compile with CL once in current session.
So to reproduce, write a defsubst* in a file with (eval-when-compile
(require 'cl)) at beginning, and try to load file without compiling.
> You have two undefined functions there: `iter-next' and `iter-position'.
> I guess you really meant `ioccur-iter-next' and `ioccur-position'?
Yes, i forget to rename functions coming from one of my other files.
Thank you. ;-)
It is fixed on hg repo, i also attach file here.
--
Thierry Volpiatto
Gpg key: http://pgp.mit.edu/
ioccur.el
Description: application/emacs-lisp