GNU bug report logs -
#48925
[PATCH] Set `minibuffer-completion-*` variables buffer-locally in a few more places
Previous Next
Full log
Message #22 received at 48925 <at> debbugs.gnu.org (full text, mbox):
> Cc: 48925 <at> debbugs.gnu.org
> Date: Thu, 11 Nov 2021 11:42:34 +0100
> From: miha--- via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> >> To be on the safer side, I guess we could replace the
> >>
> >> specbind (Qminibuffer_completion_table, Qnil);
> >>
> >> with a use of `minibuffer-with-setup-hook` that sets the var to nil in
> >> the new minibuffer. But doing it in C is awkward so it would best be
> >> done by moving the function to subr.el.
> >
> > Sounds like a good idea to me. Miha, could you do that?
>
> Okay, patch attached.
Moving read-string to subr.el means the function will be unavailable
during loadup until subr.elc is loaded.
What is awkward to do in C? Maybe I could help with that, so that we
wouldn't need to move this to Lisp.
Thanks.
This bug report was last modified 3 years and 309 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.