From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: What to do with too-large group ids? Date: Mon, 29 Jul 2002 01:08:40 -0700 (PDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207290808.g6T88eB04919@sic.twinsun.com> References: <200207290112.g6T1CVF12879@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027930147 3673 127.0.0.1 (29 Jul 2002 08:09:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Jul 2002 08:09:07 +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 17Z5aU-0000x7-00 for ; Mon, 29 Jul 2002 10:09:06 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Z5rc-00061Z-00 for ; Mon, 29 Jul 2002 10:26:49 +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 17Z5ap-0004pX-00; Mon, 29 Jul 2002 04:09:27 -0400 Original-Received: from alcor.twinsun.com ([198.147.65.9]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Z5aJ-0004oQ-00 for ; Mon, 29 Jul 2002 04:08:56 -0400 Original-Received: from sic.twinsun.com ([192.54.239.17]) by alcor.twinsun.com (8.12.1/8.12.1) with ESMTP id g6T88eA6031381; Mon, 29 Jul 2002 01:08:40 -0700 (PDT) Original-Received: (from eggert@localhost) by sic.twinsun.com (8.11.6+Sun/8.11.6) id g6T88eB04919; Mon, 29 Jul 2002 01:08:40 -0700 (PDT) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE 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:6131 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6131 > From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai > Date: Mon, 29 Jul 2002 09:36:58 +0200 > > Richard Stallman writes: > > > You could return large uids as strings. > > They might easily be confused for user names in that case. Then why not return them as floating-point numbers instead? This is what's already done for file sizes, if they are out of range for an integer.