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: (n)reverse vs. length Date: Wed, 14 May 2014 18:19:37 +0400 Message-ID: <53737B79.7020704@yandex.ru> 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 1400077227 31124 80.91.229.3 (14 May 2014 14:20:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2014 14:20:27 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 14 16:20:21 2014 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 1Wka2c-0006bX-T2 for ged-emacs-devel@m.gmane.org; Wed, 14 May 2014 16:20:19 +0200 Original-Received: from localhost ([::1]:52078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wka2c-0005nP-Fl for ged-emacs-devel@m.gmane.org; Wed, 14 May 2014 10:20:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wka2B-000513-Ef for emacs-devel@gnu.org; Wed, 14 May 2014 10:19:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wka24-0002Ai-A3 for emacs-devel@gnu.org; Wed, 14 May 2014 10:19:51 -0400 Original-Received: from forward4l.mail.yandex.net ([84.201.143.137]:57072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wka24-0002AK-1M for emacs-devel@gnu.org; Wed, 14 May 2014 10:19:44 -0400 Original-Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 4908414413F5 for ; Wed, 14 May 2014 18:19:40 +0400 (MSK) Original-Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id 04A0B1B600EC for ; Wed, 14 May 2014 18:19:39 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id dP3N34Eg9n-Jdsqk7VG; Wed, 14 May 2014 18:19:39 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 72074dfd-849d-47c8-b68e-1a4d4ee01d32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1400077179; bh=YhSUkBA1rtCyKbsQCi2PoVWBFIv0S7MZlAc9J00W3r4=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=bmx2w5OFfkGvOeKtd3pApWFIj7hOwOGqlomArt2nrHlwOaqqo3cJDQSnj48RFEDLF GXw3erh7NGGPyxN7oPOyQ0Gp3VhpSvfPIxSUczH83IvWAZSO9TStFNmhuSdiOfOFS/ nklofq4YWOiJNOiitHIbd88KUIWYVhfrlJpYknrI= Authentication-Results: smtp8.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.137 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:171835 Archived-At: Should (n)reverse has the same semantics as length, i.e. accept vectors and strings as well? IMHO this is the convenient and expected behavior from the point of view of the elisp programmer. Dmitry