From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Carbon port: setting the creator code (patch) Date: Sun, 10 Jul 2005 15:30:51 +0200 Message-ID: References: <14EAA211-1A2F-4534-A504-867C51151104@inf.ed.ac.uk> <6EE47A44-098A-432C-9127-204E7A9BF1D3@gmail.com> <8F8C693C-FCF4-4C74-9473-2329578539DC@mac.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121003999 19737 80.91.229.2 (10 Jul 2005 13:59:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2005 13:59:59 +0000 (UTC) Cc: Steven Tamm , emacs-devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 10 15:59:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DrcLP-0000xU-VP for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 15:59:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrcMv-0006Ps-S9 for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 10:01:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrcJa-0005LR-2x for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:57:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrcJX-0005KC-GK for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:57:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrcHu-0004Lx-Nb for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:56:06 -0400 Original-Received: from [193.99.153.30] (helo=seneca.benny.turtle-trading.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Drc3A-0004vK-5V for emacs-devel@gnu.org; Sun, 10 Jul 2005 09:40:52 -0400 Original-Received: from seneca.benny.turtle-trading.net.turtle-trading.net (seneca.benny.turtle-trading.net [127.0.0.1]) (authenticated bits=0) by seneca.benny.turtle-trading.net (8.12.8/8.12.8) with ESMTP id j6ADUpLn014827; Sun, 10 Jul 2005 15:30:51 +0200 Original-To: David Reitter In-Reply-To: (David Reitter's message of "Sun, 10 Jul 2005 12:16:10 +0100") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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:40726 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40726 Hi David, David Reitter writes: > I don't know if we need to check for UFS drives (works fine for me > on SMB mounts; [...] UFS works the same as SMB. > I don't know how to check for that - maybe you can add that. You can use "Disk Utility" to create a disk image, repartition the image to change the filesystem to UFS and test on that image. benny