From: anton <anton@home.com>
To: help-gnu-emacs@gnu.org
Subject: emacs24 shell mode completion
Date: Fri, 16 May 2014 10:38:00 +0000 (UTC) [thread overview]
Message-ID: <ll4pq8$k5c$1@dont-email.me> (raw)
Hi all,
I usually live inside the shell mode (M-shell) of emacs. Up to emacs23
the following snipped worked:
> echo "Hello world" > a_very_long_name.txt
> bzip2 -c a_very_long_name.txt > a[TAB]
when pressing TAB at this point, emacs completes with
"a_very_long_name.txt", so I just add a suffix ".bz2" at the
end. However, with emacs24 and its new pcomplete feature, this does not
longer work, i.e.,
> echo "Hello world" > a_very_long_name.txt
> bzip2 -c a_very_long_name.txt > a[TAB]
when pressing [TAB] I receive a "No match" message (and no completion is
performed).
Is there any way to either:
- modify pcomplete rules do that the above works
- disable pcomplete from shell-mode
best,
aitor
reply other threads:[~2014-05-16 10:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='ll4pq8$k5c$1@dont-email.me' \
--to=anton@home.com \
--cc=help-gnu-emacs@gnu.org \
/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.