all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs24 shell mode completion
@ 2014-05-16 10:38 anton
  0 siblings, 0 replies; only message in thread
From: anton @ 2014-05-16 10:38 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-16 10:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 10:38 emacs24 shell mode completion anton

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.