From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 17 22:18:25 2012 Received: (at submit) by debbugs.gnu.org; 18 Oct 2012 02:18:25 +0000 Received: from localhost ([127.0.0.1]:49094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOfgm-0006f5-AA for submit@debbugs.gnu.org; Wed, 17 Oct 2012 22:18:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35490) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOfgk-0006er-HC for submit@debbugs.gnu.org; Wed, 17 Oct 2012 22:18:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOffL-0004J4-5x for submit@debbugs.gnu.org; Wed, 17 Oct 2012 22:16:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:58693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOffL-0004Iy-2n for submit@debbugs.gnu.org; Wed, 17 Oct 2012 22:16:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOffK-0003bO-1D for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2012 22:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOffJ-0004Ib-04 for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2012 22:16:53 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:62643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOffI-0004II-Ol for bug-gnu-emacs@gnu.org; Wed, 17 Oct 2012 22:16:52 -0400 Received: by mail-pa0-f41.google.com with SMTP id fa10so8743629pad.0 for ; Wed, 17 Oct 2012 19:16:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:x-debbugs-cc:date:message-id:mime-version :content-type; bh=Bw6qT39ZUbTG/UViSsy8+qf2u+Wea7B5rPC7npeeWrc=; b=JpJmim95TpDyjC+SmD3wLxiXWiO8Avw/oXJBOQ90GjotDqXgYHLXeglENI4bM7k6BG BaqGdBUyNK089nts2vFX96RN2rAUgY2Y0jlK779wpiQKZA1b9O2QN89SzqHKuYn87TLT Md8moSWPOQLjqRH2ud7cfc0E9UU6lE9e0Ber+Xvi7Yrq7YeTGSNZoaVNcXvbjeT0aGtO lhjhEHEux4XXaJLHScV7GiFgWZyVTI5YFpdRhm4up8lDt0iM7IbskpT3bOXtx9iMqYjO Srfp+sVxm8itYFbVdMZRu8LW0YuPPHcHcFEBuPkgTinF9nFaBYzMeIRyb213lkYXHR5n PRCw== Received: by 10.68.225.3 with SMTP id rg3mr62240818pbc.27.1350526611740; Wed, 17 Oct 2012 19:16:51 -0700 (PDT) Received: from localhost ([119.255.41.67]) by mx.google.com with ESMTPS id k9sm6985332paz.22.2012.10.17.19.16.48 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Oct 2012 19:16:50 -0700 (PDT) From: Leo To: bug-gnu-emacs@gnu.org Subject: 24.2; defcustom changed in lexical-binding X-Debbugs-CC: Stefan Monnier Date: Thu, 18 Oct 2012 10:15:35 +0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) --=-=-= Content-Type: text/plain 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 --=-=-= Content-Type: application/emacs-lisp Content-Disposition: attachment; filename=bigbug.el Content-Transfer-Encoding: quoted-printable Content-Description: bigbug.el ;; -*- lexical-binding: t; -*- (defcustom clang-project-default-settings '(("SDKROOT" . "iphoneos") ("OTHER_CFLAGS" "-ferror-limit=3D0" "-ObjC" "-DDEBUG=3D1" "-v")) "FIXME" :group 'clang) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 23 14:54:13 2012 Received: (at 12667) by debbugs.gnu.org; 23 Oct 2012 18:54:13 +0000 Received: from localhost ([127.0.0.1]:58137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQjcD-0007nP-DC for submit@debbugs.gnu.org; Tue, 23 Oct 2012 14:54:13 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:2214) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TQjcB-0007nD-Qh for 12667@debbugs.gnu.org; Tue, 23 Oct 2012 14:54:12 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09MCqNj/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA0kiBwFugmLHIUoA6MzgViDBYE7 X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202562921" Received: from 76-10-163-99.dsl.teksavvy.com (HELO pastel.home) ([76.10.163.99]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 23 Oct 2012 14:52:12 -0400 Received: by pastel.home (Postfix, from userid 20848) id 7573958CA3; Tue, 23 Oct 2012 14:52:11 -0400 (EDT) From: Stefan Monnier To: Leo Subject: Re: bug#12667: 24.2; defcustom changed in lexical-binding Message-ID: References: Date: Tue, 23 Oct 2012 14:52:11 -0400 In-Reply-To: (Leo's message of "Thu, 18 Oct 2012 10:15:35 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12667 Cc: 12667@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) > 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 can't reproduce it here. I did "src/emacs -Q -l ~/tmp/bigbug.el ~/tmp/bigbug.el" then removed the "-v" and did C-M-x and then C-h v and it showed the value did not have "-v" any more (and the original value was not displayed because it's equal to the current value). Can you try and figure out what's the difference between me test case and your test case, to see what triggers the problem? Stefan From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 24 13:56:22 2012 Received: (at 12667) by debbugs.gnu.org; 24 Oct 2012 17:56:22 +0000 Received: from localhost ([127.0.0.1]:59936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR5Bm-0006Mb-7N for submit@debbugs.gnu.org; Wed, 24 Oct 2012 13:56:22 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:58718) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR5Bj-0006MP-P7 for 12667@debbugs.gnu.org; Wed, 24 Oct 2012 13:56:20 -0400 Received: by mail-pa0-f44.google.com with SMTP id fb11so525552pad.3 for <12667@debbugs.gnu.org>; Wed, 24 Oct 2012 10:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:face:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=pNH5Q3BSFHuTb1rAR32VJSq0G09XL96wxAFV3gS+AOg=; b=HqP8gxKUhF98Gw8yt/Bh0SO4cpanNs8oszx5wJo5YrEbgwmITux7IrBTuyqT5dLovz lxCGEMKFnfqPvS6KUPq4gCByxZH1WAA04P0i4V4+oDD8Uq36bUq3AudH6NOkwF5S/J1h QQWIDhcwSUqAfEOP21I1nRl3/Fm42dZrfQ9wfi2rVh/wt+61ICSnrpGQvbo1a35iL1bl e+jyAEqC/NuS5U8+fVhzW6cH8x0/IhzBV2/W6pI1qQnT2BuwGNCv0Nl3npcr8Mi1c4+K ClWraJVqLFLt22Ya+139VGgWVlGs9X5bGGAOTyhvjCQDZ3S3K4uWK0sKMHbuefBI//UE GNgA== Received: by 10.66.74.6 with SMTP id p6mr46085243pav.40.1351101254967; Wed, 24 Oct 2012 10:54:14 -0700 (PDT) Received: from localhost ([182.48.109.8]) by mx.google.com with ESMTPS id ju7sm9764307pbb.60.2012.10.24.10.54.11 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 10:54:13 -0700 (PDT) From: Leo To: Stefan Monnier Subject: Re: bug#12667: 24.2; defcustom changed in lexical-binding References: Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAElBMVEUAAAAAAP+LRRP0pGC+ vr7///+7mT1iAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMO DhglKe4AAAEsSURBVCjPbZNBboQwDEV/Cd4X9QJRThApmn0XYW+Jyf2v0m+HhqDBgiAe9rcTG7QH w/1Vn2Ar8gBb/ocywSN3qK9T3z4eFDB4eApocBpeBs1RSykoJd8gQcm8pGmHXFso3ajnmsqV0TnY DQkOfXUfN5NwaI7AWTVOyEhcu1aHmdWItHddUVUcUgUBCkitu8V6ditHVOVdqzl2EQ1ZVGTbdK0V 7cqn8vWzoU5Q/bF9Y/Y0cRU1xwkys5dJ+Dt6pBDWifcNQml8Gh2JVmPSoQzo7en0grswkxrUGYJ7 0hSxxAGr7ZMwYcHIzprpi7TENEE1xtiYxixRlCfPBsUUrwHD7uGIwATrbnODJcVrPpVn3hxiGloe m/S+z3CtuzUSMo83N4DPH+F0evwR3P4A2k+75838OKQAAAAASUVORK5CYII= Date: Thu, 25 Oct 2012 01:54:04 +0800 In-Reply-To: (Stefan Monnier's message of "Tue, 23 Oct 2012 14:52:11 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (OS X 10.8.2) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12667 Cc: 12667@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) On 2012-10-24 02:52 +0800, Stefan Monnier wrote: > I can't reproduce it here. > I did "src/emacs -Q -l ~/tmp/bigbug.el ~/tmp/bigbug.el" > then removed the "-v" and did C-M-x and then C-h v and it showed the > value did not have "-v" any more (and the original value was not > displayed because it's equal to the current value). > > Can you try and figure out what's the difference between me test case > and your test case, to see what triggers the problem? I built bzr trunk and this bug doesn't happen there. I could only reproduce it with 24.2 from the emacs-24 branch (2012-09-29). Leo From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 24 14:25:25 2012 Received: (at control) by debbugs.gnu.org; 24 Oct 2012 18:25:25 +0000 Received: from localhost ([127.0.0.1]:59964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR5dt-00073M-DP for submit@debbugs.gnu.org; Wed, 24 Oct 2012 14:25:25 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:50357 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR5dr-00073F-IA for control@debbugs.gnu.org; Wed, 24 Oct 2012 14:25:24 -0400 Received: from cyd by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TR5bw-0004sB-6C for control@debbugs.gnu.org; Wed, 24 Oct 2012 14:23:24 -0400 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 12667 Date: Wed, 24 Oct 2012 14:23:24 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.9 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) close 12667 thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 24 14:52:31 2012 Received: (at 12667-done) by debbugs.gnu.org; 24 Oct 2012 18:52:31 +0000 Received: from localhost ([127.0.0.1]:59998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR646-000088-KH for submit@debbugs.gnu.org; Wed, 24 Oct 2012 14:52:30 -0400 Received: from relais.videotron.ca ([24.201.245.36]:27506) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TR645-000080-IC for 12667-done@debbugs.gnu.org; Wed, 24 Oct 2012 14:52:29 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from ceviche.home ([96.21.127.30]) by VL-VM-MR003.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MCE007PTV066820@VL-VM-MR003.ip.videotron.ca> for 12667-done@debbugs.gnu.org; Wed, 24 Oct 2012 14:50:30 -0400 (EDT) Received: by ceviche.home (Postfix, from userid 20848) id 271D1661F0; Wed, 24 Oct 2012 14:50:30 -0400 (EDT) From: Stefan Monnier To: Leo Subject: Re: bug#12667: 24.2; defcustom changed in lexical-binding Message-id: References: Date: Wed, 24 Oct 2012 14:50:30 -0400 In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > I built bzr trunk and this bug doesn't happen there. > I could only reproduce it with 24.2 from the emacs-24 branch > (2012-09-29). Great, so it's fixed, closing, Stefan [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [24.201.245.36 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] 0.1 HDRS_LCASE Odd capitalization of message header 0.0 T_MANY_HDRS_LCASE Odd capitalization of multiple message headers X-Debbugs-Envelope-To: 12667-done Cc: 12667-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > I built bzr trunk and this bug doesn't happen there. > I could only reproduce it with 24.2 from the emacs-24 branch > (2012-09-29). Great, so it's fixed, closing, Stefan [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [24.201.245.36 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4874] > I built bzr trunk and this bug doesn't happen there. > I could only reproduce it with 24.2 from the emacs-24 branch > (2012-09-29). Great, so it's fixed, closing, Stefan From unknown Fri Aug 15 18:53:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Nov 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator