From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: Can I make "cd" in shell work like eshell? Date: Wed, 27 Aug 2014 15:10:22 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1409149114 17305 80.91.229.3 (27 Aug 2014 14:18:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Aug 2014 14:18:34 +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 Aug 27 16:18:25 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 1XMe3H-0006B0-4X for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 16:18:19 +0200 Original-Received: from localhost ([::1]:59870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMe3G-0000E2-CV for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Aug 2014 10:18:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMZie-0004Lw-K6 for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 05:40:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMZid-0005T8-KO for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 05:40:44 -0400 Original-Received: from mail-qg0-x234.google.com ([2607:f8b0:400d:c04::234]:45606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMZid-0005T0-As for help-gnu-emacs@gnu.org; Wed, 27 Aug 2014 05:40:43 -0400 Original-Received: by mail-qg0-f52.google.com with SMTP id f51so15475353qge.25 for ; Wed, 27 Aug 2014 02:40:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=OLA+fFQvNTkM9cbVDtTLeEwSDlBuRstbRDx5ou6rNQE=; b=k0js2ACvd4YKyZU9LhcerriULa1pqxDCijMhHXRrrqosaCc7h+MOrge8DZkonKpf/M 6Bhwr3oJCWgP3yD3ljBU+cZv64HAkCi84aSzi7SsVzLb9HcNEQ5X6WIKaAwxnL0fy6A6 Fgrbych83I3wwgj6GkHFvhF90Lw+PPygpwzdb91c1Pcui45MFRizQx2+QOZnKuvO5Nvc 8SfNg4+WEOWBVIQKs10CTmIagdpsWBGTsr6mXN7ouOFIoXPSnlCIhDOY3H+j9rXVr/IU aSvVeVoPkrisyCOx8LiSyMjqru/VwEMlewDwwFXnKHu/xDr/bTwsBBu0wIQCE8wIw0u5 BeRw== X-Received: by 10.224.156.194 with SMTP id y2mr15794511qaw.15.1409132442693; Wed, 27 Aug 2014 02:40:42 -0700 (PDT) Original-Received: by 10.229.250.73 with HTTP; Wed, 27 Aug 2014 02:40:22 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::234 X-Mailman-Approved-At: Wed, 27 Aug 2014 10:17:22 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:99417 Archived-At: Hi, I am doing some windows development these days for which I find "shell" more suitable than eshell. However, when I do cd and visit a directory in shell and then I do c-x - f, it does not open in the cd'ed location. How can I make that happen? Regards, Kashyap