From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: init_buffer PWD fix Date: Wed, 24 Apr 2002 19:08:39 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <3028-Wed24Apr2002190839+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019667298 10546 127.0.0.1 (24 Apr 2002 16:54:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2002 16:54:58 +0000 (UTC) Cc: eggert@twinsun.com, emacs-devel@gnu.org, knagano@sodan.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170Q2k-0002jz-00 for ; Wed, 24 Apr 2002 18:54:58 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 170Q4V-0007tS-00 for ; Wed, 24 Apr 2002 18:56:47 +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 170Q2c-0008SQ-00; Wed, 24 Apr 2002 12:54:50 -0400 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170PzW-0008Es-00 for ; Wed, 24 Apr 2002 12:51:39 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by odin.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.54-GA) with ESMTP id ABY19550; Wed, 24 Apr 2002 19:08:45 +0300 (IDT) Original-To: himi@meadowy.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (himi@meadowy.org) 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:3192 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3192 > From: MIYASHITA Hisashi(=?ISO-2022-JP?B?GyRCNVwyPBsoQiAbJEI+MBsoQjpISU1J?=) > > Date: Wed, 24 Apr 2002 19:38:41 +0900 > > But, in this situation(to support Cygwin Symlink), do we have to simply > port Emacs to Cygwin API complient? It's possible to support Cygwin-style symlinks without building Emacs as a Cygwin application. (Cygwin symlinks are simply text files with a special signature recognized and handled by the library primitives.) Anyway, that was only an example; I don't know about any work being done on adding such support to Emacs. The main point is that having `stat' that simulates inode numbers is useful in a variety of situations, and reduces maintenance burden in the long run.