From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Expand dir name with \ when on windows. Date: Thu, 01 Jan 2009 09:23:28 +0800 Message-ID: <495C1B10.7050305@gnu.org> References: <87bpv01s0l.fsf@sina.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230773059 12545 80.91.229.12 (1 Jan 2009 01:24:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2009 01:24:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: anhnmncb Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 01 02:25:26 2009 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 1LICJQ-0007Cu-Rn for ged-emacs-devel@m.gmane.org; Thu, 01 Jan 2009 02:25:25 +0100 Original-Received: from localhost ([127.0.0.1]:39639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LICIC-0005Z7-1a for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 20:24:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LICI6-0005Ys-Rh for emacs-devel@gnu.org; Wed, 31 Dec 2008 20:24:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LICI4-0005Yg-FD for emacs-devel@gnu.org; Wed, 31 Dec 2008 20:24:01 -0500 Original-Received: from [199.232.76.173] (port=51434 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LICI4-0005Yd-AD for emacs-devel@gnu.org; Wed, 31 Dec 2008 20:24:00 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.191]:62881) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LICI3-0006O4-SC for emacs-devel@gnu.org; Wed, 31 Dec 2008 20:24:00 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so4252503tia.10 for ; Wed, 31 Dec 2008 17:23:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=xFODU6Syw+zFBhXPWUjj4uKHJ2xGgqReybpiNqEgXcw=; b=kl3C/zRBhRLEezetm3hkkMERWcSMDQ9BsRa0wUantnwNxH30Hg8k6mGPT5ICkgCRLv 98KAQd7l1LYua2r/YmKYDWuMxin1Bi4IYGfTwW09HGDhaQva1una7KDt/9R9kv7RlWrb ytmAzQg6Ikdm1UC8Z5NyPOeTMFbApP+xsX5U0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=AJwe+eubS2b4ZP8vaF35H9268E3Vh3O5X4WP5tb6WP0TkIyBotWrjqTwg93BGnj3No ZLAF8wFGHYbwB/w/9Q6eyMqkplvgbLvKa+EMEHTSX9aWoQ6NRe/l5UFZLX7R186GhLlG MHx3IGxt3BfZV70im2ZfXLLpNY8TyUx4jCNZk= Original-Received: by 10.110.11.7 with SMTP id 7mr18523496tik.8.1230773038328; Wed, 31 Dec 2008 17:23:58 -0800 (PST) Original-Received: from ?192.168.249.27? ([118.101.235.115]) by mx.google.com with ESMTPS id u12sm1800835tia.29.2008.12.31.17.23.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 31 Dec 2008 17:23:57 -0800 (PST) User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107490 Archived-At: anhnmncb wrote: > On 2008-12-25, anhnmncb wrote: > >> 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. >> Have you tried changing the value of comint-completion-addsuffix?