From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Defaults for elisp-mode files Date: Wed, 3 Oct 2012 11:22:41 -0700 Message-ID: <2E305A662663498D87193D275318B0F6@us.oracle.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349288625 30987 80.91.229.3 (3 Oct 2012 18:23:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 18:23:45 +0000 (UTC) To: "'Stefan Monnier'" , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 20:23:50 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 1TJTaz-0003E3-5F for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 20:22:57 +0200 Original-Received: from localhost ([::1]:45653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTat-0000CP-HT for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 14:22:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTar-0000C1-7V for emacs-devel@gnu.org; Wed, 03 Oct 2012 14:22:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJTap-0003Kj-3a for emacs-devel@gnu.org; Wed, 03 Oct 2012 14:22:49 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:48464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJTao-0003KU-UI for emacs-devel@gnu.org; Wed, 03 Oct 2012 14:22:47 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q93IMhM1014463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 3 Oct 2012 18:22:44 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q93IMhKU007339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Oct 2012 18:22:43 GMT Original-Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q93IMgmk032337; Wed, 3 Oct 2012 13:22:42 -0500 Original-Received: from dradamslap1 (/130.35.178.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 03 Oct 2012 11:22:42 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac2hkcdSOK/4FQaYQg2MMYy17pNGYwAAKZgw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:154025 Archived-At: >I'm seeing more and more Elisp files with "-*- lexical-binding: t; > > I think in the longer term these annotations should be made > unnecessary because they're ugly. Any suggestion would be welcome. Suggestion: Don't do it. Let them be (ugly). Instead, please fix bugs introduced by changing to lexical binding without sufficient care. Bug (regression) #12232, for instance, introduced back in May and which has received no response. ("Lisp nesting exceeds `max-lisp-eval-depth'")