From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: list3i etc. Date: Thu, 07 Mar 2013 13:30:40 +0400 Message-ID: <51385E40.1030309@yandex.ru> References: <83boav20hi.fsf@gnu.org> <837glj1ymz.fsf@gnu.org> <513856A1.1050408@yandex.ru> <513859DA.70505@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362648656 14003 80.91.229.3 (7 Mar 2013 09:30:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Mar 2013 09:30:56 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 07 10:31:20 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UDXAU-00055U-1K for ged-emacs-devel@m.gmane.org; Thu, 07 Mar 2013 10:31:18 +0100 Original-Received: from localhost ([::1]:37148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXA7-0000h2-TM for ged-emacs-devel@m.gmane.org; Thu, 07 Mar 2013 04:30:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXA3-0000gg-JC for emacs-devel@gnu.org; Thu, 07 Mar 2013 04:30:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDXA2-0002Yg-1B for emacs-devel@gnu.org; Thu, 07 Mar 2013 04:30:51 -0500 Original-Received: from forward5h.mail.yandex.net ([84.201.186.23]:58528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXA1-0002YM-Np for emacs-devel@gnu.org; Thu, 07 Mar 2013 04:30:49 -0500 Original-Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward5h.mail.yandex.net (Yandex) with ESMTP id BA7E4D0071C; Thu, 7 Mar 2013 13:30:45 +0400 (MSK) Original-Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 446E62C06F9; Thu, 7 Mar 2013 13:30:45 +0400 (MSK) Original-Received: from unknown (unknown [118.143.64.134]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id UecCt1CF-UhcOks5X; Thu, 7 Mar 2013 13:30:44 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1362648645; bh=LkkiDdNZ7PqTVNcZF9kCKGzgzPh+FVwxsbPbiVdh8TM=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=P8J2A/ErijLDBDdIRJlrPocmK38XkfNedOH6Np6vq7zhohdv2zHV7hFpAUSo7gnui B8Lg5SBQJwXVO6pD4NsGlyqSdWYi1wCWgxala23O9MDg4QE5sFlTWIYdAUrRiF3Y72 1slHIeU42u5JIdc9xnQDLiSe46W1+M9PqwQaEsqM= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 In-Reply-To: <513859DA.70505@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.186.23 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157553 Archived-At: On 03/07/2013 01:11 PM, Xue Fuqiao wrote: > In GNU Coding Standards (just for reference): I just treat listXi functions simple and obvious like their listX counterparts; reading the standard literally, we should eventually drop car and cdr since they're not "mnemonically significant" everywhere beyond IBM704 :-). Dmitry