From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: Should lexical-let use let in the situation lexical-binding is t ? Date: Thu, 20 Sep 2012 11:06:53 -0400 Organization: disorganization Message-ID: <878vc4zqb6.fsf@gnu.org> References: <20120918192807.6a426ea58372355516a2ea50@cx4a.org> <87mx0lzmys.fsf@gnu.org> Reply-To: sds@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348153638 21737 80.91.229.3 (20 Sep 2012 15:07:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2012 15:07:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 17:07:23 2012 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 1TEiLb-000721-03 for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 17:07:23 +0200 Original-Received: from localhost ([::1]:53096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEiLW-0005AO-Fh for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 11:07:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEiLQ-0005AF-Hc for emacs-devel@gnu.org; Thu, 20 Sep 2012 11:07:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEiLM-0007N3-Bi for emacs-devel@gnu.org; Thu, 20 Sep 2012 11:07:12 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEiLM-0007LX-4z for emacs-devel@gnu.org; Thu, 20 Sep 2012 11:07:08 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TEiLL-0006pd-It for emacs-devel@gnu.org; Thu, 20 Sep 2012 17:07:07 +0200 Original-Received: from 74.113.160.197 ([74.113.160.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2012 17:07:07 +0200 Original-Received: from sds by 74.113.160.197 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Sep 2012 17:07:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 74.113.160.197 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. Cancel-Lock: sha1:RvvNPjlybdz/s1ncmoL52C0Wkqo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:153402 Archived-At: > * Stefan Monnier [2012-09-19 23:26:41 -0400]: > >> yep, that's why Common Lisp recommends defvar'd variables to be named >> with "*" around the names. > > Yup, and in Elisp we use the "-" convention instead (which > was originally introduced to make up for the lack of packages). yep, and `tab-width' is a perfect example of why this is not a good convention. -- Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000 http://www.childpsy.net/ http://pmw.org.il http://americancensorship.org http://www.PetitionOnline.com/tap12009/ http://honestreporting.com There are many reasons not to use Lisp - but no good ones.