all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: "Lennart Borgman \(gmail\)" <lennart.borgman@gmail.com>,
	Emacs Devel <emacs-devel@gnu.org>
Subject: Re: Why is not end-of-defun-function buffer local?
Date: Sun, 09 Dec 2007 14:02:18 +0100	[thread overview]
Message-ID: <475BE75A.9030507@gmx.at> (raw)
In-Reply-To: <jwv63z8egth.fsf-monnier+emacs@gnu.org>

 > More specifically, the problem is to decide *when* to make a variable
 > buffer-local.  I.e. Setting the variable via `setq' should make it
 > buffer-local, but setting it with `let' shouldn't.

Has this to be carved in stone?  Why should with

(defvar foo 1)
(make-variable-buffer-local 'foo)

the form below not set the default value of foo

(let ((foo 2))
   (setq-default foo 3))

and the following form

(progn
   (setq foo 4)
   (let ((foo 2))	
     (setq-default foo 3)))

set it?  Isn't code depending on one or the other behavior silly anyway?

  parent reply	other threads:[~2007-12-09 13:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-08  1:02 Why is not end-of-defun-function buffer local? Lennart Borgman (gmail)
2007-12-08  2:18 ` Stefan Monnier
2007-12-08 18:04   ` Lennart Borgman (gmail)
2007-12-08 20:16     ` Stefan Monnier
2007-12-09  1:45       ` Lennart Borgman (gmail)
2007-12-09  2:45         ` Stefan Monnier
2007-12-09  3:04           ` Lennart Borgman (gmail)
2007-12-09 13:02           ` martin rudalics [this message]
2007-12-10  5:13             ` Stefan Monnier
2007-12-11 12:53               ` martin rudalics
2007-12-11 14:58                 ` Stefan Monnier

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=475BE75A.9030507@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    /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.