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

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

bug#26274: 26.0.50; completion regression


From: Stephen Berman
Subject: bug#26274: 26.0.50; completion regression
Date: Thu, 30 Mar 2017 22:14:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Thu, 30 Mar 2017 21:11:37 +0200 Michal Nazarewicz <mina86@mina86.com> wrote:

>> On Thu, 30 Mar 2017 18:18:42 +0200 Michal Nazarewicz <mina86@mina86.com> 
>> wrote:
>>> Stephen, could you test Emacs at 
>>>
>>>     git fetch https://notabug.org/mina86/emacs.git ac7004999db96c7d
>>>
>>> Completion behaves correctly at this commit.  Since it’s scheduled to be
>>> pushed soon, I think just rolling forward is the way to go.
>
> On Thu, Mar 30 2017, Stephen Berman wrote:
>> I invoked the above command on my local master branch, but git said:
>>
>> fatal: Couldn't find remote ref ac7004999db96c7d
>
> Perhaps it’s not possible to fetch a commit after all.  Try:
>
>       git fetch https://notabug.org/mina86/emacs.git master
>         git checkout ac7004999db96c7d

I couldn't tell whether the first command would change my local master
branch, so I decided to make a new branch first:

git fetch https://notabug.org/mina86/emacs.git master:bug26274
git checkout bug26274
git checkout ac7004999db96c7d
make

If I did this right and built the version with your patch, then I can
confirm that with it substring completion with case-folding again works
as expected.

Thanks.

Steve Berman





reply via email to

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