From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lave Newsgroups: gmane.emacs.help Subject: Re: Can shell-mode be a little more smart ? (About completion) Date: Mon, 20 Oct 2008 19:49:16 +0800 Message-ID: <29de18070810200449y142c915fj5dae26486fbd8b6f@mail.gmail.com> References: <29de18070810190425m497cafbcl42287167677f183a@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224525632 957 80.91.229.12 (20 Oct 2008 18:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 18:00:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Nikolaj Schumacher" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 20:01:28 2008 connect(): Connection refused 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 1KrtHZ-0004xx-O8 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2008 13:50:46 +0200 Original-Received: from localhost ([127.0.0.1]:39709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrtGU-0006iQ-D2 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2008 07:49:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrtGB-0006gz-DX for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 07:49:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrtG9-0006fE-QG for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 07:49:18 -0400 Original-Received: from [199.232.76.173] (port=40217 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrtG9-0006f9-Nl for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 07:49:17 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.248]:60467) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrtG9-0006Yn-Fp for help-gnu-emacs@gnu.org; Mon, 20 Oct 2008 07:49:17 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so2086935rvb.6 for ; Mon, 20 Oct 2008 04:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qc0P5Ll5m3UZhw4Us5FdzI42wrRgZEzII5Bcvw8pX50=; b=ShaJa1khF54J4U1R1bLuF0Nqv5ge+NT2Rgkeb30IpFZPr9alBPx9NPBx0PVfU5QjTW wULd2oDg5q7DsNPMzFVPJhTk6nqVetZUQ8EN3I1mNFfYXr255CvFnA3hk+awuaCcdhXz IUf2qLhrYcrWp5374wx+nkJf9l8oCflFfm50w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=F5MJoQIpiMwiAdA+Ii4T21b/WzMLMhXe5WkhXntiAOEZKUXdq7KMnmoUQnwqlq9jnv uCMpZ8M6nu7EIwuJqn3oog9KNLvVF96/ZF3MEoPK+KI/oaLD3XoCzCPoWlVtU/8Igg3H uFxqqaFS5K/1ag/jmdoO+Ken0ewUoCC6mP2I0= Original-Received: by 10.141.13.16 with SMTP id q16mr4753228rvi.99.1224503356947; Mon, 20 Oct 2008 04:49:16 -0700 (PDT) Original-Received: by 10.141.97.13 with HTTP; Mon, 20 Oct 2008 04:49:16 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:58954 Archived-At: On 10/20/08, Nikolaj Schumacher wrote: > Lave wrote: > >> In a terminal, like urxvt. A cd command can differantiate dictionary >> and file. > > That's not a feature of the terminal, it's a feature of the shell. > > I use bash and bash_completion, and it fine works in shell-mode. What > are you using? Can you give me a copy of you config, then ? Thanks a lot. > > > regards, > Nikolaj Schumacher > -- Lave