From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Can't interrupt directory_files_internal run from timer-event-handler Date: Mon, 15 Aug 2005 12:04:43 -0400 Message-ID: References: <20050814201309.GA3226@kenny.sha-bang.local> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1124123076 9877 80.91.229.2 (15 Aug 2005 16:24:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2005 16:24:36 +0000 (UTC) Cc: kzeitler@lucent.com, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 15 18:24:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4hjn-0006LZ-4M for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2005 18:22:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4hnA-00022D-7o for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2005 12:26:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4hep-0000bX-Hp for emacs-devel@gnu.org; Mon, 15 Aug 2005 12:17:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4hea-0000TJ-Ic for emacs-devel@gnu.org; Mon, 15 Aug 2005 12:17:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4heZ-0000Ji-Iw for emacs-devel@gnu.org; Mon, 15 Aug 2005 12:17:35 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4hk3-0003C8-Gi for emacs-devel@gnu.org; Mon, 15 Aug 2005 12:23:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E4hS7-000194-Ne; Mon, 15 Aug 2005 12:04:43 -0400 Original-To: Sascha Wilde In-reply-to: <20050814201309.GA3226@kenny.sha-bang.local> (message from Sascha Wilde on Sun, 14 Aug 2005 22:13:09 +0200) 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:42075 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42075 Yes, indeed Unix v5 (fifth edition from 1974, that is _not_ SysV!), does allow root to make hard links on directories. But the seventh edition from 1978 already prohibits it. (sorry, at the moment I don't have a v6 at hand to test it there... ;-)) Thanks for looking this up.