GNU bug report logs -
#47766
28.0.50; choose-completion fails
Previous Next
Reported by: Madhu <enometh <at> meer.net>
Date: Wed, 14 Apr 2021 05:04:01 UTC
Severity: normal
Merged with 48229
Found in version 28.0.50
Done: Alan Mackenzie <acm <at> muc.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello, Lars.
On Thu, May 06, 2021 at 10:33:12 +0200, Lars Ingebrigtsen wrote:
> Madhu <enometh <at> meer.net> writes:
> > Yes. I haven't seen any problems (though I can't claim to have tested
> > all the corner cases)
> OK. Alan, are you pushing the change, then?
I'll commit the change, yes, soon, hopefully today.
> This bit looks odd, though:
> --- a/lisp/window.el
> +++ b/lisp/window.el
> @@ -4119,7 +4119,7 @@ window-deletable-p
> (let ((minibuf (active-minibuffer-window)))
> (and minibuf (eq frame (window-frame minibuf))
> (not (eq (default-toplevel-value
> - minibuffer-follows-selected-frame)
> + 'minibuffer-follows-selected-frame)
> t)))))
Yes, I was hoping nobody would notice that. ;-) The quote is
absolutely required for correct functioning. Missing the quote didn't
throw an error when m-f-s-frame was t or nil (but the whole point of
default-toplevel-value was lost), but did when it was 'hybrid. With the
commit, the glitch will be fixed forever.
> --
> (domestic pets only, the antidote for overdose, milk.)
> bloggy blog: http://lars.ingebrigtsen.no
--
Alan Mackenzie (Nuremberg, Germany).
This bug report was last modified 4 years and 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.