From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#14591: New keyword :local for defcustom Date: Thu, 13 Jun 2013 10:16:29 -0400 Message-ID: References: <2wtxl3xmrf.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1371133032 29014 80.91.229.3 (13 Jun 2013 14:17:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 14:17:12 +0000 (UTC) Cc: 14591@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 13 16:17:11 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Un8Kq-0007j2-6r for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 16:17:08 +0200 Original-Received: from localhost ([::1]:51313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un8Kp-0001xu-Lj for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Jun 2013 10:17:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un8Km-0001wN-AL for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 10:17:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un8Kk-0004vH-Ua for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 10:17:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un8Kk-0004v9-Rw for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 10:17:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Un8Kk-00070Q-7s for bug-gnu-emacs@gnu.org; Thu, 13 Jun 2013 10:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Jun 2013 14:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14591 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 14591-submit@debbugs.gnu.org id=B14591.137113299326836 (code B ref 14591); Thu, 13 Jun 2013 14:17:02 +0000 Original-Received: (at 14591) by debbugs.gnu.org; 13 Jun 2013 14:16:33 +0000 Original-Received: from localhost ([127.0.0.1]:41459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Un8KG-0006ym-TP for submit@debbugs.gnu.org; Thu, 13 Jun 2013 10:16:33 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:39040) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Un8KE-0006yZ-2z for 14591@debbugs.gnu.org; Thu, 13 Jun 2013 10:16:30 -0400 Original-Received: from ceviche.home ([24.201.64.104]) by VL-VM-MR001.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MOC00FF94ZH9N10@VL-VM-MR001.ip.videotron.ca> for 14591@debbugs.gnu.org; Thu, 13 Jun 2013 10:16:29 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id D1A7E6610B; Thu, 13 Jun 2013 10:16:29 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:75046 Archived-At: > My first idea was identical to what you propose, but there are a few > variables in the source (though not defcustoms) that are > permanent-local but not automatically buffer-local. But: is it important for those to be "not automatically buffer-local", or would it be OK for them to be automatically buffer-local. Stefan