From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: getpwent, user-full-name and utf-8 Date: Thu, 22 Mar 2007 10:06:14 +0100 Message-ID: <46024706.7020301@swipnet.se> References: <86zm66q5ov.fsf@lola.quinscape.zz> <857itanwvc.fsf@lola.goethe.zz> <460229AF.9000800@swipnet.se> <86tzwdn2ug.fsf@lola.quinscape.zz> <46023B81.2090201@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1174554456 32509 80.91.229.12 (22 Mar 2007 09:07:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 09:07:36 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 10:07:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HUJGW-0001XI-PL for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 10:07:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUJII-0002Hg-8X for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 04:09:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUJID-0002E5-Ph for emacs-devel@gnu.org; Thu, 22 Mar 2007 05:09:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUJIB-0002Dn-7B for emacs-devel@gnu.org; Thu, 22 Mar 2007 05:09:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUJIB-0002Dk-51 for emacs-devel@gnu.org; Thu, 22 Mar 2007 04:09:07 -0500 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HUJGM-0001W0-Sn; Thu, 22 Mar 2007 05:07:15 -0400 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id A000A388C1; Thu, 22 Mar 2007 10:07:13 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 5AB53388BC; Thu, 22 Mar 2007 10:07:13 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 395CC37E48; Thu, 22 Mar 2007 10:07:13 +0100 (CET) User-Agent: Thunderbird 1.5.0.10 (X11/20070302) In-Reply-To: <46023B81.2090201@swipnet.se> X-detected-kernel: Linux 2.4-2.6 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:68283 Archived-At: Jan Dj=E4rv skrev: >=20 > They don't say anything, they don't specify any passwd or chfn program.= =20 > The description of just says: >=20 > The header shall provide a definition for struct passwd, whic= h=20 > shall > include at least the following members: >=20 > char *pw_name User's login name. > ... >=20 > and that is about it. >=20 I.e. they don't specify a GECOS field at all. Jan D.