From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master f6b5db6: Add support for generators Date: Tue, 3 Mar 2015 19:51:15 +0000 Message-ID: References: <20150302234252.19883.48595@vcs.savannah.gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134ea0658faa8051067a894 X-Trace: ger.gmane.org 1425412290 28952 80.91.229.3 (3 Mar 2015 19:51:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Mar 2015 19:51:30 +0000 (UTC) Cc: Daniel Colascione , emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 03 20:51:29 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 1YSsqk-00072q-2x for ged-emacs-devel@m.gmane.org; Tue, 03 Mar 2015 20:51:26 +0100 Original-Received: from localhost ([::1]:40564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSsqj-0004Gi-GV for ged-emacs-devel@m.gmane.org; Tue, 03 Mar 2015 14:51:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSsqb-000434-SX for emacs-devel@gnu.org; Tue, 03 Mar 2015 14:51:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSsqb-0000UH-3u for emacs-devel@gnu.org; Tue, 03 Mar 2015 14:51:17 -0500 Original-Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:41555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSsqa-0000UA-Tr for emacs-devel@gnu.org; Tue, 03 Mar 2015 14:51:17 -0500 Original-Received: by oiav63 with SMTP id v63so1559407oia.8 for ; Tue, 03 Mar 2015 11:51:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ytUrkVb7PjiGiTxISkgB9K4IOu85JSez/auyC6TaXDE=; b=Il4PWTPRNcEICGvmFwYu926/93+I5RXY8hV7kmzNjOrwJXZpJvCuJLF5p9GLsAiYP2 RvDzcR2DjWkdYU5gdUJ36tFnDkPgH088iO4fHDm+UjIWRcLLOs2gukMmoTCrj2ZlVKB5 0r0dMli7r9ogYImhgSlkhTl40sj6OuLFVfMo3Q+lQylukqWl6YLbPgUnNEXD6v/q8bUS YUo4X5yDuH17vdpa8JomIPY3O0sNGyhh3JCDPyBw6pHPJzds8JLeBr0AEYrwdTY38SeE BKOauExQGBv2v0yM3WCnB39dGMoqJJSBEjdMIqbOVTrzlgMJJCm8lYZuo6dLdIi3RUV1 X45g== X-Received: by 10.202.203.78 with SMTP id b75mr344711oig.27.1425412275631; Tue, 03 Mar 2015 11:51:15 -0800 (PST) Original-Received: by 10.76.130.17 with HTTP; Tue, 3 Mar 2015 11:51:15 -0800 (PST) Original-Received: by 10.76.130.17 with HTTP; Tue, 3 Mar 2015 11:51:15 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 9VpHNaMifHiWbidzc7L4QN_ffdM X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22b 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:183621 Archived-At: --001a1134ea0658faa8051067a894 Content-Type: text/plain; charset=UTF-8 > This CL naming style is not used in Elisp. I.e. just drop the > surrounding stars. Since 24.4 we also have the convention of using a double dash on the name of everything that's not user-facing (both variables and functions). If it's not too much trouble, do you think that might be possible? --001a1134ea0658faa8051067a894 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> This CL naming style is not used in Elisp.=C2=A0 I.e. j= ust drop the
> surrounding stars.

Since 24.4 we also have the convention of using a double das= h on the name of everything that's not user-facing (both variables and = functions).

If it's not too much trouble, do you think that might be= possible?

--001a1134ea0658faa8051067a894--