From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: A fundamental problem with defcustoms that are lists Date: Sat, 06 Sep 2008 16:13:55 -0400 Message-ID: References: <48C2BF2F.9040700@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220732051 25440 80.91.229.12 (6 Sep 2008 20:14:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 20:14:11 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 06 22:15:06 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kc4BW-0000xg-1z for ged-emacs-devel@m.gmane.org; Sat, 06 Sep 2008 22:15:06 +0200 Original-Received: from localhost ([127.0.0.1]:37313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc4AW-0007SF-9m for ged-emacs-devel@m.gmane.org; Sat, 06 Sep 2008 16:14:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kc4AR-0007S4-Ur for emacs-devel@gnu.org; Sat, 06 Sep 2008 16:13:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kc4AP-0007Rs-Jf for emacs-devel@gnu.org; Sat, 06 Sep 2008 16:13:58 -0400 Original-Received: from [199.232.76.173] (port=39983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc4AP-0007Rp-EK for emacs-devel@gnu.org; Sat, 06 Sep 2008 16:13:57 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:44347) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kc4AP-0001nZ-Cn for emacs-devel@gnu.org; Sat, 06 Sep 2008 16:13:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEAKKBwkhFxJRU/2dsb2JhbACBZbEUgWaBBw X-IronPort-AV: E=Sophos;i="4.32,346,1217822400"; d="scan'208";a="26459441" Original-Received: from 69-196-148-84.dsl.teksavvy.com (HELO ceviche.home) ([69.196.148.84]) by ironport2-out.teksavvy.com with ESMTP; 06 Sep 2008 16:13:55 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id C0B5FB405D; Sat, 6 Sep 2008 16:13:55 -0400 (EDT) In-Reply-To: <48C2BF2F.9040700@gmail.com> (Lennart Borgman's message of "Sat, 06 Sep 2008 19:34:39 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:103605 Archived-At: > If you customize such an option and the default values are changed you > will not notice because when your setting is used Emacs never sees the > changes in default. This is a long standing problem, yes. Stefan