From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: M-x shell and bash function completion Date: Wed, 17 Feb 2010 09:22:42 -0800 (PST) Organization: http://groups.google.com Message-ID: <477d0cf9-e580-4882-8631-ab87c035db63@g11g2000yqe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1266428491 21422 80.91.229.12 (17 Feb 2010 17:41:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2010 17:41:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 17 18:41:24 2010 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.69) (envelope-from ) id 1Nhntr-0004cB-SN for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Feb 2010 18:41:24 +0100 Original-Received: from localhost ([127.0.0.1]:53196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nhntr-0000my-8u for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Feb 2010 12:41:23 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!g11g2000yqe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 6 Original-NNTP-Posting-Host: 213.215.4.82 Original-X-Trace: posting.google.com 1266427362 28117 127.0.0.1 (17 Feb 2010 17:22:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 17 Feb 2010 17:22:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g11g2000yqe.googlegroups.com; posting-host=213.215.4.82; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.7 Safari/532.9, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176838 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:71905 Archived-At: Hello I have a couple of bash function defined in my .bashrc and I would like to know if it's possible to have completion for them ? thanks