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

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

bug#68514: 30.0.50; minibuffer-choose-completion + elisp-c-a-p delete ne


From: Stefan Monnier
Subject: bug#68514: 30.0.50; minibuffer-choose-completion + elisp-c-a-p delete next sexp when completing after open paren
Date: Wed, 17 Jan 2024 14:03:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> Incidentally, are these (point-max) checks necessary?  We're not doing
> anything that can cause us to leave the narrowed region, I think.

`char-after` returns nil at EOB, which would cause an error in `char-syntax`.


        Stefan






reply via email to

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