From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anton Newsgroups: gmane.emacs.help Subject: emacs24 shell mode completion Date: Fri, 16 May 2014 10:38:00 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1400239906 27191 80.91.229.3 (16 May 2014 11:31:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2014 11:31:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 16 13:31:42 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WlGMX-0001nM-IN for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 13:31:41 +0200 Original-Received: from localhost ([::1]:34968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlGMX-000502-6w for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 07:31:41 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Injection-Date: Fri, 16 May 2014 10:38:00 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="ce49804ae3f2366da0ca772a8a031e99"; logging-data="20652"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19yGHDKUGgUx7jwKOVb2UIz" User-Agent: slrn/pre1.0.0-18 (Linux) Cancel-Lock: sha1:NlTP2JVlGn0XSDRZG48FM3BmhcM= Original-Xref: usenet.stanford.edu gnu.emacs.help:205429 X-Mailman-Approved-At: Fri, 16 May 2014 07:31:30 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97698 Archived-At: 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