From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: (aset UNIBYTE-STRING MULTIBYTE-CHAR) Date: Thu, 14 Feb 2008 03:06:48 +0900 Message-ID: <871w7g91dz.fsf@uwakimon.sk.tsukuba.ac.jp> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202925630 16697 80.91.229.12 (13 Feb 2008 18:00:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Feb 2008 18:00:30 +0000 (UTC) Cc: Kenichi Handa , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 13 19:00:52 2008 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 1JPLuT-00015X-Fa for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 19:00:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPLtz-0000MK-B9 for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 13:00:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPLtu-0000MF-JD for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:00:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPLts-0000M3-7d for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:00:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPLts-0000M0-0U for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:00:04 -0500 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPLtr-0005Sr-KA for emacs-devel@gnu.org; Wed, 13 Feb 2008 13:00:03 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id 5B0AC1535AE; Thu, 14 Feb 2008 03:00:01 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 1ADA21A29E5; Thu, 14 Feb 2008 03:06:49 +0900 (JST) In-Reply-To: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" (+CVS-20071205) XEmacs Lucid X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88966 Archived-At: Stefan Monnier writes: > PS: I see bindat.el uses string-make-unibyte is a similar way to the > place where we recently switched to unibyte-string, except that th > source is an array rather than a list, and I was thinking: wouldn't > it make sense to allow `apply' to take an array of args rather than > a list of args? How Pythonic!