From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.devel Subject: Re: map.el and naming Date: Sat, 11 Apr 2015 10:24:16 -0400 Message-ID: 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: multipart/alternative; boundary=047d7bf10a12c84d78051373a276 X-Trace: ger.gmane.org 1428762311 29574 80.91.229.3 (11 Apr 2015 14:25:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2015 14:25:11 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 16:24:56 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 1YgwKn-0002ru-P9 for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 16:24:33 +0200 Original-Received: from localhost ([::1]:42850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgwKn-0002RU-5g for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 10:24:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgwKY-0002RO-DS for emacs-devel@gnu.org; Sat, 11 Apr 2015 10:24:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgwKX-0005Ge-Fm for emacs-devel@gnu.org; Sat, 11 Apr 2015 10:24:18 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:35699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgwKX-0005FE-9g for emacs-devel@gnu.org; Sat, 11 Apr 2015 10:24:17 -0400 Original-Received: by widdi4 with SMTP id di4so25845858wid.0 for ; Sat, 11 Apr 2015 07:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Eq9lk83rI4CANxh2x+aY/Xsu8BBbtHyibH2b930cSRE=; b=PfWm/IVShB6NMHbtpukB2vLNKhDHnysUJtBvP6hVjwaa+rtEbHvP7TvViqAK3kM5jZ oWriQaEV65vcrZggEuTvT/KtaygUvhFLb1BNr2EPGi16BQBpFQ9FcUlWtrMELCMijkYt ZaL2V/nM5TdNBTZ1t/twHRkEY1TFntE3J+R1cqdB9TDHOxRLMALtO5927qisnzax+S7G Qnm6KPpbRVLV3MScn20OW6k1SK/KZo2riMwpvqYtb4MqHgDN33I3aZ5J2JKu9LjMJp+h sXGO1gsIULKQASvazO/LN58DZmp+HjaGn5xY8nfW2jqOBMNo7uH+ChGgvXENEFecVtup lqKg== X-Received: by 10.194.109.9 with SMTP id ho9mr11616687wjb.29.1428762256753; Sat, 11 Apr 2015 07:24:16 -0700 (PDT) Original-Received: by 10.194.17.38 with HTTP; Sat, 11 Apr 2015 07:24:16 -0700 (PDT) In-Reply-To: <871tjqlpqi.fsf@petton.fr> X-Google-Sender-Auth: UdcU0cXREmXJWUCMk8etFvKEQpI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:185289 Archived-At: --047d7bf10a12c84d78051373a276 Content-Type: text/plain; charset=UTF-8 On Sat, Apr 11, 2015 at 10:11 AM, Nicolas Petton wrote: > `map-map-keys', `map-map-values' and `map-map' are the issue here. > In my life as a C++ programmer I follow a convention in which type names start with an uppercase letter and run-time denotations names start with a lowercase letter. I expect case-sensitive naming is a non-starter here but just for yucks... - Map.el - Map-map-keys - Map-map-values - Map-map /john --047d7bf10a12c84d78051373a276 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On S= at, Apr 11, 2015 at 10:11 AM, Nicolas Petton <nicolas@petton.fr> wrote:
`map-map-keys', `map-map-values' and `m= ap-map' are the issue here.

In my life as a C++ programm= er I follow a convention in which type names start with an uppercase letter= and run-time denotations names start with a lowercase letter.=C2=A0 I expe= ct case-sensitive naming is a non-starter here but just for yucks...
<= div>- Map.el
- Map-map-keys
- Map-map-values
= - Map-map

/john

--047d7bf10a12c84d78051373a276--