[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issues with Emacs master?
From: |
Angelo Graziosi |
Subject: |
Re: Issues with Emacs master? |
Date: |
Fri, 2 Aug 2019 18:34:06 +0200 (CEST) |
> Il 2 agosto 2019 alle 16.59 Noam Postavsky ha scritto:
>
>
> On Fri, 2 Aug 2019 at 10:53, Angelo Graziosi wrote:
>
> > C-h v pyth TAB
> >
> > (to know about python-indent-offset) I get in the minibuffer,
> >
> > - on Windows (MSYS2/MINGW64 build):
> >
> > "Shell native completion is disabled, using fallback"
> >
> > - on GNU/Linux Mint 19.1 (Cairo build):
> >
> > "Shell native completion is enabled."
> >
> > It seems that these message show up only if the variable start with the
> > string 'py' or 'pyt' or 'pyth' etc. Trying with 'pr', 'pri'.. 'ps',
> > 'ps-sp'.. there is the completion without any message..
>
> Completing symbol names may load files, see Bug#28607.
>
> https://debbugs.gnu.org/28607
For some strange reason, I didn't notice it in previous builds... Thanks.