emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What to do with too-large group ids?


From: Andreas Schwab
Subject: Re: What to do with too-large group ids?
Date: Mon, 29 Jul 2002 11:11:38 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (ia64-suse-linux)

address@hidden (Kai writes:

|> But if you prefer, I'll return them as strings and update the
|> documentation for file-attributes accordingly.  (Something like the
|> following, wording needs to be changed: If the user id is too large
|> for an int, it is returned as a string.  This never happens for normal
|> files, but it might happen when there is a filename handler.)

Why can't this happen for normal files?  If the uid type has 32 bits then
Emacs may not be able represent a normal uid in a Lisp_Int.  Of course,
uid value larger then MOST_POSITIVE_FIXNUM are rather unlikely, but still
possible.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]