Hi Bastion,

Bastien <b...@gnu.org> writes:

> The most common error it catches is (goto-char 1) which should be
> (goto-char (point-min)) -- This way narrowing and other commands that
> change (point-min) will not interfere.  Otherwise this is just using
> `with-temp-buffer', which fits best here IMO.

Thanks a lot! I'm still reading the giraffe book so there is much yet to
learn. I pushed this updated version on worg.

Alan

Reply via email to