GNU bug report logs - #34330
27.0.50; shell auto-complete cannot handle special characters

Previous Next

Package: emacs;

Reported by: Tadeus Prastowo <tadeus.prastowo <at> unitn.it>

Date: Tue, 5 Feb 2019 12:50:01 UTC

Severity: normal

Tags: confirmed

Found in versions 26.1, 27.0.50

Full log


Message #14 received at control <at> debbugs.gnu.org (full text, mbox):

From: Alex Branham <alex.branham <at> gmail.com>
To: Tadeus Prastowo <tadeus.prastowo <at> unitn.it>
Cc: 34330 <at> debbugs.gnu.org
Subject: Re: bug#34330: 27.0.50; shell auto-complete cannot handle special
 characters
Date: Thu, 15 Aug 2019 11:06:59 -0500
tags 34330 + patch
quit

On Tue 05 Feb 2019 at 13:48, Tadeus Prastowo <tadeus.prastowo <at> unitn.it> wrote:

> M-x shell<enter>
> mkdir -p /tmp/A\ \&\ B/ABC<enter>
> cd /tmp/A<tab>
> cd /tmp/A\ \&\ B/ # auto-complete successful
> cd /tmp/A\ \&\ B/A<tab> # cannot auto-complete to ABC

This happens because `pcomplete-completions-at-point' comes before the
shell and comint filename completion in
`shell-dynamic-complete-functions'. I propose moving it to the end. This
has already been the source of a previous bug report (bug#10417). Patch attached.

Thanks,
Alex




This bug report was last modified 4 years and 312 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.