emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does this re-search forward fail?


From: Stefan Monnier
Subject: Re: Why does this re-search forward fail?
Date: Tue, 20 Apr 2021 10:49:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> (while (re-search-forward hbm--src-marker-re (eobp) t)

I don't know about your particular problem but the call above looks
wrong in its `limit` argument which is supposed to be either nil or
a position whereas `eobp` returns a boolean (i.e. either nil or t).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]