Hi Michael,

Michael Brand <michael.ch.br...@gmail.com> writes:

> I suggest to solve this completely differently by replacing the greedy
> (re-search-forward "^\\S-*$\\|\\'" nil t) and not using s-end any
> more. I would change the "while" to
>
>     (while (let ((case-fold-search t)) (looking-at "[ \t]*#\\+tblfm:"))
>       [...]
>       (forward-line))
>
> which is simple and water-proof.

Yes, sure, please go ahead -- thanks in advance,

-- 
 Bastien

Reply via email to