From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: map.el and naming Date: Sat, 11 Apr 2015 17:32:55 +0300 Message-ID: <55293097.7000709@yandex.ru> References: <87lhji1aw8.fsf@petton.fr> <874monpju0.fsf@petton.fr> <871tjqlpqi.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428762802 4534 80.91.229.3 (11 Apr 2015 14:33:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2015 14:33:22 +0000 (UTC) Cc: emacs-devel To: Nicolas Petton , Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 16:33:17 2015 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 1YgwTF-0006gr-0g for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 16:33:17 +0200 Original-Received: from localhost ([::1]:42871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgwTE-0005Eq-Co for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 10:33:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgwT1-0005Ea-8j for emacs-devel@gnu.org; Sat, 11 Apr 2015 10:33:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgwSy-0002TV-0D for emacs-devel@gnu.org; Sat, 11 Apr 2015 10:33:03 -0400 Original-Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:36733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgwSx-0002Rp-QJ for emacs-devel@gnu.org; Sat, 11 Apr 2015 10:32:59 -0400 Original-Received: by wizk4 with SMTP id k4so25973898wiz.1 for ; Sat, 11 Apr 2015 07:32:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/0q9Zo7179BF5Dg+khZl0tiOwS4TLTM83S71qLk3z6A=; b=YAmVTzSWvpwgbLCGjxp/15NRSK+3s+/DStxdDd8Jz4TtRwR11vIh1L24Lkrv3RmJOr A/JSbeTAvtfJ+SghQ60axcMhkVmqTU5sSHkkIhmQxUNWe/k8cnnp4u7yGRPynt+R+neb 6psBPKWuoDf3hxwkop6mJxEOsid1ij1T6tUmB7ovCqrzZSovilxIbCnP5GS1+bnUB4Ji 5p5V0xOUpT1oVzEHdTaZH0IKdAd8EVgt6zSfofv6mx5ylmLh0EPq+8Dyd/CWNUgGNji2 04X9CJvhR5drDeF5+ImyeaueI6VmmW7DbYqDjsM6tX5cw7VwydDjvHDZHo9uUT97Ma0Y N0zA== X-Received: by 10.194.63.16 with SMTP id c16mr11966064wjs.117.1428762779242; Sat, 11 Apr 2015 07:32:59 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id dm6sm3005181wib.22.2015.04.11.07.32.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 11 Apr 2015 07:32:58 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: <871tjqlpqi.fsf@petton.fr> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::233 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:185291 Archived-At: On 04/11/2015 05:11 PM, Nicolas Petton wrote: > `map-map-keys', `map-map-values' and `map-map' are the issue here. Why not drop the first `map-' in the function names? Naming both the package and one of the functions in it simply `map' sounds good to me. That would conflict with `map' alias in cl.el, though...