Hi Bastien

On Thu, Jan 9, 2014 at 12:14 PM, Bastien <b...@altern.org> wrote:
> 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,

Done.

Michael

Reply via email to