bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37507: 26.3; Non-number value for `fill-column' causes wrong-type-ar


From: Noam Postavsky
Subject: bug#37507: 26.3; Non-number value for `fill-column' causes wrong-type-arg error for `C-h f'
Date: Tue, 24 Sep 2019 15:53:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt)

Drew Adams <drew.adams@oracle.com> writes:

> `fill-column' is supposed to have an integer value > 0.
>
> But if it has a non-numeric value then other functions can barf, unless
> they watch out for that.

Shouldn't users just not set it to a non-numeric value then?  I'm sure
you can cause all sort of errors by setting things to invalid values.

> emacs -Q
>
> (setq fill-column nil)

Do you mean setq-default (otherwise I can't reproduce)?

> C-h f forward-char ; raises error





reply via email to

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