From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anhnmncb Newsgroups: gmane.emacs.devel Subject: Expand dir name with \ when on windows. Date: Thu, 25 Dec 2008 18:14:02 +0800 Message-ID: <87bpv01s0l.fsf@sina.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1230200074 10750 80.91.229.12 (25 Dec 2008 10:14:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Dec 2008 10:14:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 25 11:15:40 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LFnFk-0006Wi-2F for ged-emacs-devel@m.gmane.org; Thu, 25 Dec 2008 11:15:40 +0100 Original-Received: from localhost ([127.0.0.1]:44049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFnEW-0004h1-J2 for ged-emacs-devel@m.gmane.org; Thu, 25 Dec 2008 05:14:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LFnEP-0004gs-PB for emacs-devel@gnu.org; Thu, 25 Dec 2008 05:14:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LFnEO-0004ga-LU for emacs-devel@gnu.org; Thu, 25 Dec 2008 05:14:17 -0500 Original-Received: from [199.232.76.173] (port=35773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LFnEO-0004gW-Ft for emacs-devel@gnu.org; Thu, 25 Dec 2008 05:14:16 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:37130 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LFnEO-0002F1-0s for emacs-devel@gnu.org; Thu, 25 Dec 2008 05:14:16 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LFnEL-0000MX-1X for emacs-devel@gnu.org; Thu, 25 Dec 2008 10:14:13 +0000 Original-Received: from 221.6.39.130 ([221.6.39.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2008 10:14:13 +0000 Original-Received: from anhnmncb by 221.6.39.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Dec 2008 10:14:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 4 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 221.6.39.130 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:rwmTo0KbzF2d0fq8jERBHQfcstQ= X-Antivirus: avast! (VPS 081224-0, 12/24/2008), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107289 Archived-At: Is there a varible that control the expanding behivior when on windows? I find that *shell* sometimes does strange thing when cd dir with /, the shell prompt is still the old dir, but actually I have changed to the new dir. With \, no strange happens.