From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: What to do with too-large group ids? Date: Sat, 27 Jul 2002 22:53:41 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1027803237 29431 127.0.0.1 (27 Jul 2002 20:53:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2002 20:53:57 +0000 (UTC) Cc: emacs-devel@gnu.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 17YYZX-0007eS-00 for ; Sat, 27 Jul 2002 22:53:55 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17YYpx-00082p-00 for ; Sat, 27 Jul 2002 23:10:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YYZr-00059q-00; Sat, 27 Jul 2002 16:54:15 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YYZP-00054v-00 for ; Sat, 27 Jul 2002 16:53:48 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g6RKrfkd014310; Sat, 27 Jul 2002 22:53:41 +0200 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-15?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Hashcash: 020727:Kai.Grossjohann@CS.Uni-Dortmund.DE:828a3b6b2b3a51d6 X-Hashcash: 020727:emacs-devel@gnu.org:f873401f5085bb78 In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sat, 27 Jul 2002 17:47:49 +0200") Original-Lines: 18 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) X-MIME-Autoconverted: from 8bit to quoted-printable by yxa.extundo.com id g6RKrfkd014310 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6099 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6099 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Simon Josefsson writes: > >> The file-attributes documentation doesn't say that uid/gid can be cons >> pairs when uid/gid is higher than the integer limit, is that a bug? > > The documentation appears to agree with the code: some numbers can be > conses, but uid/gid cannot. > > I think I'll use -1 -- that's what Ange-FTP does. Emacs is kind > enough to return -1 when parsing a too-large number already, so now I > only have to do a fix for XEmacs. For that, I'll have to talk to some > other people, though :-) Err, but isn't this a bug in file-attributes? I believe there are systems where uid/gid is 32bit. Does Emacs just break on those systems?