[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50406: fill-paragraph error
From: |
Juri Linkov |
Subject: |
bug#50406: fill-paragraph error |
Date: |
Mon, 06 Sep 2021 18:14:08 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) |
>> Debugger entered--Lisp error: (error "Invalid search bound (wrong side
>> of point)")
>> re-search-backward("[ \11]\\|\\c|.\\|.\\c|" 280 0)
>> fill-move-to-break-point(280)
>
> I can reproduce this bug, too.
>
>> BTW, evaluating debug-on-error in *scratch* shows t by default,
>> but 'C-h v debug-on-error' shows it's nil actually, strange.
>
> With `C-x C-e'?
Yep.
> Then this happens:
>
> ---
> If ‘eval-expression-debug-on-error’ is non-nil, which is the default,
> this command arranges for all errors to enter the debugger.
> ---
This is fine, just a little strange.