all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Christopher Monsanto <chris@monsan.to>
Cc: emacs-devel@gnu.org
Subject: Re: Defaults for elisp-mode files
Date: Thu, 4 Oct 2012 18:24:05 +0200	[thread overview]
Message-ID: <CAAeL0SScYbCno8p0E9+xB2YcXp5OZUEw7eO0vtrBezDqvdrYJA@mail.gmail.com> (raw)
In-Reply-To: <CAC5n7TGoBGroun+jHt3QXCPTdHqOLB+Wuu==QWZV2d7HJU2gEg@mail.gmail.com>

On Thu, Oct 4, 2012 at 5:37 PM, Christopher Monsanto <chris@monsan.to> wrote:

> I know what directory local variables are :)

:-)

> They are loaded when
> emacs visits a file (that is, to be opened in a buffer), not when
> opened by the Lisp load primitive. To do what you are wanting for
> lexical-binding, we would have to instrument load to read directory
> locals, but that seems strange because none of the variables normally
> set in directory locals have relevance to the semantics of LIsp
> programs.

Yes, I know, but the scaffolding is here. Introducing another
mechanism seems messier than expanding what we already have. Or not,
I'm not sure. Of course, I'm happily handwaving performance
considerations, etc., not to mention that adding that (be through
.dir-locals or another file) just for lexical-binding seems a bit
heavy handed.

But, if we have a (external-to-the-file) way to set variables for
editing files, why not for compiling them? In fact, we already mix
editing-time variables (like mode or tab-width) and compile-time
variables (byte-compile-dynamic, generated-autoload-file,
no-byte-compile, no-update-autoloads, lexical-binding itself) through
the same mechanism.

    Juanma



  reply	other threads:[~2012-10-04 16:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-03 18:06 Defaults for elisp-mode files Stefan Monnier
2012-10-03 18:22 ` Drew Adams
2012-10-03 18:41 ` Christopher Schmidt
2012-10-04  0:59 ` Juanma Barranquero
2012-10-04  1:29 ` Stephen J. Turnbull
2012-10-04  3:48   ` Stefan Monnier
2012-10-04  3:56     ` Christopher Monsanto
2012-10-04 14:15       ` Juanma Barranquero
2012-10-04 15:37         ` Christopher Monsanto
2012-10-04 16:24           ` Juanma Barranquero [this message]
2012-10-04 17:00             ` Andreas Schwab
2012-10-04 17:12               ` Juanma Barranquero
2012-10-04 17:07           ` Stephen J. Turnbull
2012-10-04  6:01     ` Stephen J. Turnbull
2012-10-04 19:10 ` Andreas Röhler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAeL0SScYbCno8p0E9+xB2YcXp5OZUEw7eO0vtrBezDqvdrYJA@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=chris@monsan.to \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.