[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: tramp sudo:: and version control on RCS root control
From: |
Andre Spiegel |
Subject: |
Re: address@hidden: tramp sudo:: and version control on RCS root controlled files] |
Date: |
Mon, 21 Nov 2005 11:11:38 +0100 |
On Sun, 2005-11-20 at 17:49 -0500, Stefan Monnier wrote:
> > A related operation, also used in VC, is to find a user's login name,
> > given the uid of that user.
>
> When do we need that? I thought it was only used on the output of
> file-attributes, and so shouldn't be needed now that this operation takes an
> `id-format' argument to specifies whether to return uids/gids or
> user/group-names.
Exactly what I was looking for. I wasn't aware of this id-format
parameter. Thanks, I'll make the necessary changes.