From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Keiichiro Nagano (=?ISO-2022-JP?B?GyRCMUpMbjc9MGxPOhsoQg==?=) Newsgroups: gmane.emacs.devel Subject: Re: init_buffer PWD fix Date: Mon, 22 Apr 2002 08:00:10 +0900 Organization: Team Sodan (http://sodan.org/) Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1019430219 28908 127.0.0.1 (21 Apr 2002 23:03:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 21 Apr 2002 23:03:39 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zQMt-0007W9-00 for ; Mon, 22 Apr 2002 01:03:39 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zQNJ-0002qb-00 for ; Mon, 22 Apr 2002 01:04:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zQMQ-0002BC-00; Sun, 21 Apr 2002 19:03:10 -0400 Original-Received: from fw1280219.kitanet.ne.jp ([210.237.128.219] helo=omni-engine.com) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16zQJa-00027Y-00 for ; Sun, 21 Apr 2002 19:00:14 -0400 Original-Received: from bed.omni-engine.com (localhost [127.0.0.1]) by omni-engine.com (Postfix) with ESMTP id 4E79DE54CC for ; Mon, 22 Apr 2002 08:00:11 +0900 (JST) Original-To: emacs-devel@gnu.org In-Reply-To: User-Agent: Wanderlust/2.9.9 (Unchained Melody) EMY/1.13.9 (Art is long, life is short) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2966 At Mon, 22 Apr 2002 05:15:17 +0900, knagano wrote: > Windows with Cygwin, PWD is unreliable and confusing, because > > * Cygwin bash treats it > * Cygwin sh (ash) doesnot > * to say nothing of command.com, cmd.exe, nmake.exe and so on So when you invoke 'sh', 'make' or 'nmake' from the bash shell, you cannot trust PWD. You will meet with this kind of situations quite often when you try to 'make' Emacs Lisp products which do chdir(cd) in Makefile. (For instance, see * http://lists.airs.net/semi-gnus/archive/200101/msg00057.html * http://www.ysnb.net/meadow/meadow-users-jp/2001/msg01014.html if you can read Japanese.) -- Keiichiro Nagano