all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: 12667@debbugs.gnu.org
Subject: bug#12667: 24.2; defcustom changed in lexical-binding
Date: Thu, 18 Oct 2012 10:15:35 +0800	[thread overview]
Message-ID: <m2d30g8r08.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

1. Load the attached bigbug.el

2. open it in emacs and edit the definition of
   clang-project-default-settings, for example, remove "-v"

3. C-M-x the defcustom

4. C-h v clang-project-default-settings to show:

,----
| clang-project-default-settings is a variable defined in `bigbug.el'.
| Its value is (("SDKROOT" . "iphoneos")
|  ("OTHER_CFLAGS" "-ferror-limit=0" "-ObjC" "-DDEBUG=1" "-v"))
| 
| Original value was 
| (("SDKROOT" . "iphoneos")
|  ("OTHER_CFLAGS" "-ferror-limit=0" "-ObjC" "-DDEBUG=1"))
| 
| 
| Documentation:
| FIXME
| 
| You can customize this variable.
`----

i.e. C-M-x doesn't change the value of clang-project-default-settings,
this is opposite to the behaviour when lexical-binding is nil or in
previous emacsen.

Leo


[-- Attachment #2: bigbug.el --]
[-- Type: application/emacs-lisp, Size: 202 bytes --]

             reply	other threads:[~2012-10-18  2:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-18  2:15 Leo [this message]
2012-10-23 18:52 ` bug#12667: 24.2; defcustom changed in lexical-binding Stefan Monnier
2012-10-24 17:54   ` Leo
2012-10-24 18:50     ` 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=m2d30g8r08.fsf@gmail.com \
    --to=sdl.web@gmail.com \
    --cc=12667@debbugs.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.