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

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

bug#35967: [PATCH] avoid flyspell error if point is at bob


From: Stefan Monnier
Subject: bug#35967: [PATCH] avoid flyspell error if point is at bob
Date: Tue, 18 Jun 2019 08:18:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> Am I the only one troubled by that?

I find it a lot more clear than (eq (point) (point-min)).
But if we start avoiding `bobp`, we should then tweak the byte-compiler to
turn (eq (point) (point-min)) into `bobp` for us.


        Stefan






reply via email to

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