From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: How to make dired-jump work with zsh. Date: Sun, 28 Sep 2008 11:54:26 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <87wsgx7wnh.fsf@manatee.domain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222576922 12040 80.91.229.12 (28 Sep 2008 04:42:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2008 04:42:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 28 06:43:00 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 1Kjo7X-0001Q5-Ul for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Sep 2008 06:43:00 +0200 Original-Received: from localhost ([127.0.0.1]:34600 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kjo6V-0005fC-6p for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Sep 2008 00:41:55 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!news.neu.edu.cn!news.cn99.com!manatee.domain!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 222.212.129.42 Original-X-Trace: news.cn99.com 1222574897 22415 222.212.129.42 (28 Sep 2008 04:08:17 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Sun, 28 Sep 2008 04:08:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:9LoChMB3vmSjFOuIv/c8HvaYzB8= Original-Xref: news.stanford.edu gnu.emacs.help:162814 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:58156 Archived-At: Hi, everybody! I have a little problem with zsh runing in emacs. Example, i make bash run in term mode. And current directory is "A", then i cd "B". If i use `dired-jump' can jump directory "B" in dired. But if i make zsh run in term mode, and cd to "B" directory, then use `dired-jump'. It can't jump to directory "B" in dired, just in directory "A". So how to make `dired-jump' know current directory with zsh? Or configuration ~/.zshrc ? Thanks for your help! Andy.