From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: Suggested doc change for cus-edit.el Date: Tue, 15 Feb 2005 09:30:47 +0100 Organization: The Church of Emacs Message-ID: References: <200502150419.j1F4JMK06289@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108456986 22646 80.91.229.2 (15 Feb 2005 08:43:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 08:43:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 09:43:06 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D0yIK-0002Il-As for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 09:42:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0yY1-0006m3-FA for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 03:59:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D0yVV-0006IU-WA for emacs-devel@gnu.org; Tue, 15 Feb 2005 03:56:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D0yVR-0006HL-RA for emacs-devel@gnu.org; Tue, 15 Feb 2005 03:56:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D0yVQ-0006Ar-Pw for emacs-devel@gnu.org; Tue, 15 Feb 2005 03:56:29 -0500 Original-Received: from [130.225.40.227] (helo=sheridan.dina.kvl.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D0y6s-0004oD-40 for emacs-devel@gnu.org; Tue, 15 Feb 2005 03:31:06 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by sheridan.dina.kvl.dk (Postfix) with ESMTP id 9EBD013E6B; Tue, 15 Feb 2005 09:30:50 +0100 (CET) Original-Received: from sheridan.dina.kvl.dk ([127.0.0.1]) by localhost (sheridan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12795-04; Tue, 15 Feb 2005 09:30:47 +0100 (CET) Original-Received: by sheridan.dina.kvl.dk (Postfix, from userid 304) id 8E89713E56; Tue, 15 Feb 2005 09:30:47 +0100 (CET) Original-To: Luc Teirlinck X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: <200502150419.j1F4JMK06289@raven.dms.auburn.edu> (Luc Teirlinck's message of "Mon, 14 Feb 2005 22:19:22 -0600 (CST)") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at dina.kvl.dk 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33463 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33463 Luc Teirlinck writes: > Or does it mean that there is no defcustom? Yes. > I have the impression > that Custom completely _ignores_ variables without defcustom. To try > I put: > > '(aha "oho") > > in my `custom-set-variables' form and Custom seems to completely ignore it. You need to set the "now" flag. This is automatically set on rogue options. > M-x customize-option RET aha RET > > says: [No match]. I do not get a Custom buffer with 'aha marked as rogue. Customize was designed to work on all variables, declared with customize or not. Pretty much needed back when nothing was declared with customize. Apparently someone decided to remove that feature.