From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Wenhua Zhao" Newsgroups: gmane.emacs.help Subject: How to disable completion in shell mode? Date: Thu, 7 Jun 2007 17:14:48 -0700 Message-ID: <178ddfde0706071714u660a514bq9850013a2aefc5a0@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181261717 11438 80.91.229.12 (8 Jun 2007 00:15:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jun 2007 00:15:17 +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 Jun 08 02:15:16 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HwS8H-0006JA-4g for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Jun 2007 02:15:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwS8G-0007R7-Fe for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Jun 2007 20:15:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwS7v-0007Ph-Qa for help-gnu-emacs@gnu.org; Thu, 07 Jun 2007 20:14:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwS7u-0007P6-BB for help-gnu-emacs@gnu.org; Thu, 07 Jun 2007 20:14:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwS7u-0007Oy-5h for help-gnu-emacs@gnu.org; Thu, 07 Jun 2007 20:14:50 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwS7t-0001X3-Rk for help-gnu-emacs@gnu.org; Thu, 07 Jun 2007 20:14:49 -0400 Original-Received: by py-out-1112.google.com with SMTP id f31so1192893pyh for ; Thu, 07 Jun 2007 17:14:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gonH+hfvjG+5S3cqS9yZ5IW8QBO63/QpTdm9Jta1679edaMZEAOPEcTnlvtBJdktVJG2+R357K9ktgDbPF18GfDoZQXs3DZOc+oLnkWgUcjYLsdYRddyJ1bDSzZGLj4oauVKlGwesgaw9S+ZIRbRzC6CKe5TTFfUvUmJje6GqkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JaJG7xrRhAqqEnVxkWNimO44pExhqxj+vdfAwpkMf5I9f6coy4Jl4rv8jFM0tauPdg8MxfBzMZgeu9Zii97WNfO99VygtetQoJdpxdDigFix9RF+wHk0PJXFEDt7wVH2N3uX+5WCUJb+zL0XUXobp1Na0JhU3+dJyEsbXpbn2QQ= Original-Received: by 10.65.147.1 with SMTP id z1mr4114737qbn.1181261688989; Thu, 07 Jun 2007 17:14:48 -0700 (PDT) Original-Received: by 10.65.205.11 with HTTP; Thu, 7 Jun 2007 17:14:48 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44767 Archived-At: Hi, The auto completion in shell mode (M-x shell) matches to local file names and commands. If I run some interactive programs in the shell, such as ssh or gdb, certainly I don't want local file names to be matched. How do I disable the completion function of emacs and use the native bash auto-completion function? Thanks for your help. Wenhua