From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: Defaults for elisp-mode files Date: Fri, 05 Oct 2012 02:07:14 +0900 Message-ID: <871uhekvy5.fsf@uwakimon.sk.tsukuba.ac.jp> References: <877gr7kory.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1349402017 26106 80.91.229.3 (5 Oct 2012 01:53:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:53:37 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Christopher Monsanto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 03:53:39 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 1TJx4I-0005tv-TT for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 03:51:11 +0200 Original-Received: from localhost ([::1]:56844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJotV-0002O3-2x for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2012 13:07:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJotT-0002NP-3m for emacs-devel@gnu.org; Thu, 04 Oct 2012 13:07:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJotP-0005mK-4D for emacs-devel@gnu.org; Thu, 04 Oct 2012 13:07:27 -0400 Original-Received: from mgmt2.sk.tsukuba.ac.jp ([130.158.97.224]:44998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJotO-0005gR-QU for emacs-devel@gnu.org; Thu, 04 Oct 2012 13:07:23 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mgmt2.sk.tsukuba.ac.jp (Postfix) with ESMTP id A12B8970895; Fri, 5 Oct 2012 02:07:14 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 615071A3591; Fri, 5 Oct 2012 02:07:14 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta32) "habanero" b0d40183ac79 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.158.97.224 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:154061 Archived-At: Christopher Monsanto writes: > programs. Which is why I would suggest introducing a new file for such > behavior, that the load function WOULD pick up, but wouldn't be > uselessly set when editing files in the package. It's *not* useless. emacs-lisp-mode needs to know about lexical-binding in order to invoke `eval' correctly, at least. Editing modes for programming languages usually have provisions for invoking translators, so this kind of consideration is not necessarily unique to Lisp.