From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: customization of variables defined in C [was Re: /srv/bzr/emacs/trunk r102154: Fix bug#7306; customization of minor-mode variables defined in C.] Date: Sun, 31 Oct 2010 14:28:35 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288549728 29602 80.91.229.12 (31 Oct 2010 18:28:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2010 18:28:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 31 19:28:44 2010 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.69) (envelope-from ) id 1PCce4-0004Kg-1u for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2010 19:28:44 +0100 Original-Received: from localhost ([127.0.0.1]:56311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCce3-0005dm-Gl for ged-emacs-devel@m.gmane.org; Sun, 31 Oct 2010 14:28:43 -0400 Original-Received: from [140.186.70.92] (port=53317 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCcdx-0005dh-Q3 for emacs-devel@gnu.org; Sun, 31 Oct 2010 14:28:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCcdw-0004Um-Vk for emacs-devel@gnu.org; Sun, 31 Oct 2010 14:28:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCcdw-0004Ui-TA for emacs-devel@gnu.org; Sun, 31 Oct 2010 14:28:36 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PCcdw-0006Yz-2A; Sun, 31 Oct 2010 14:28:36 -0400 X-Spook: SHA mindwar Mena Belknap Rumsfeld cryptanalysis passwd X-Ran: ^LgA)wbU2bQ]C%VY=+A+1B?C.1w\J$G7cinNwrgg 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:132218 Archived-At: Stefan Monnier wrote: >> Fix bug#7306; customization of minor-mode variables defined in C. > > This is really not heading in the right direction: I'd rather stick to > the use of defcustom, than trying to mimick a "defcustom without its > inner defvar because that part's already done in C". Oh. It seems like the right solution to me. Else why does cus-start even exist, and contain > 100 variables?