Lars Ingebrigtsen writes: > Sean Whitton writes: > >> On Sat 05 Sep 2020 at 02:25PM +02, Lars Ingebrigtsen wrote: >> >>> In which case -- does the following fix this problem? >> >> It does indeed. Hope this patch can be applied. > > Thanks for testing; I've now applied the patch. I've had a look at the original problem that triggered this, and I wonder if this much simpler patch wouldn't be preferable. For one, it doesn't touch the minibuffer.el machinery (which is complicated as it is) or has any kind of complicated caching semantics. It just binds a different command to RET in icomplete-minibuffer-map, presumably solving 19032 (in my limited testing). It's also guaranteed not to affect fido-mode. I think something like this is the way to go for a behaviour change such as this. João