all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Branham <alex.branham@gmail.com>
To: Tadeus Prastowo <tadeus.prastowo@unitn.it>
Cc: 34330@debbugs.gnu.org
Subject: bug#34330: 27.0.50; shell auto-complete cannot handle special characters
Date: Thu, 15 Aug 2019 11:06:59 -0500	[thread overview]
Message-ID: <87zhkav2e4.fsf@gmail.com> (raw)
In-Reply-To: <CAN-HRFbwUZ8e76KER2qki+wGM+Wh80ZyJbnJeKqXjjR4fM97oA@mail.gmail.com> (Tadeus Prastowo's message of "Tue, 5 Feb 2019 13:48:21 +0100")

tags 34330 + patch
quit

On Tue 05 Feb 2019 at 13:48, Tadeus Prastowo <tadeus.prastowo@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





  reply	other threads:[~2019-08-15 16:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05 12:48 bug#34330: 27.0.50; shell auto-complete cannot handle special characters Tadeus Prastowo
2019-08-15 16:06 ` Alex Branham [this message]
2019-08-15 16:10   ` Alex Branham
2019-08-23 16:02     ` Alex Branham
2019-08-23 16:59       ` Noam Postavsky
2019-08-27 14:52         ` Alex Branham

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhkav2e4.fsf@gmail.com \
    --to=alex.branham@gmail.com \
    --cc=34330@debbugs.gnu.org \
    --cc=tadeus.prastowo@unitn.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.