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

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

bug#19250: elisp-mode.el: completion-at-point fails at M-: for some buff


From: Stefan Monnier
Subject: bug#19250: elisp-mode.el: completion-at-point fails at M-: for some buffers
Date: Wed, 03 Dec 2014 14:39:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> The second bug is trivial to fix, the first is a bit more delicate
> because the buffer-switching is done by completion-table-dynamic and I'm
> pretty sure it's done for a good reason (i.e. while it's undesirable
> here, it's desirable in some other case(s)), so we'll first have to

It looks like all the cases where buffer-switching was needed happened
to be going through lazy-completion-table, so I incompatibly changed the
behavior of completion-table-dynamic and adjusted
lazy-completion-table accordingly.

Crossing fingers,


        Stefan





reply via email to

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