Štěpán Němec <[email protected]> writes: > Thierry Volpiatto <[email protected]> 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
_______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
