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

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

bug#12638: 24.2.50; FR: Some suggestions for icomplete-mode


From: Stefan Monnier
Subject: bug#12638: 24.2.50; FR: Some suggestions for icomplete-mode
Date: Thu, 08 Nov 2012 20:53:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> 0. In my earlier patch, remove `minibuffer-summarize-completions' from
>    icomplete.el and shift it enbloc to minibuffer.el.

minibuffer.el is preloaded, which implies among other things that some
of its data will be stored in the `pure' section, which is read-only.

We can try to track down which object is being modified this way (your
guess doesn't sound bad), but in any case I see no reason to move
minibuffer-summarize-completions to minibuffer.el.


        Stefan





reply via email to

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