From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50529 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: convert from setq to customization Date: Mon, 03 Mar 2003 20:51:55 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <84n0kctehw.fsf@lucy.is.informatik.uni-duisburg.de> References: <86u1em4wdn.fsf@red.stonehenge.com> <84y93w7ejh.fsf@lucy.is.informatik.uni-duisburg.de> <4nel5ozbnb.fsf@lockgroove.bwh.harvard.edu> <84wujgz91j.fsf@lucy.is.informatik.uni-duisburg.de> <86n0kcw82g.fsf@red.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1046721187 25002 80.91.224.249 (3 Mar 2003 19:53:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2003 19:53:07 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18pvzL-0006Ry-00 for ; Mon, 03 Mar 2003 20:52:39 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18pvz9-0002Cd-00; Mon, 03 Mar 2003 13:52:27 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Mar 2003 13:53:28 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA28533 for ; Mon, 3 Mar 2003 13:53:15 -0600 (CST) Original-Received: (qmail 8846 invoked by alias); 3 Mar 2003 19:52:10 -0000 Original-Received: (qmail 8841 invoked from network); 3 Mar 2003 19:52:10 -0000 Original-Received: from mailout07.sul.t-online.com (194.25.134.83) by 66.230.238.6 with SMTP; 3 Mar 2003 19:52:10 -0000 Original-Received: from fwd10.sul.t-online.de by mailout07.sul.t-online.com with smtp id 18pvyp-0008Ly-02; Mon, 03 Mar 2003 20:52:07 +0100 Original-Received: from lucy (520080024987-0001@[217.81.242.39]) by fmrl10.sul.t-online.com with esmtp id 18pvyl-1GeXK4C; Mon, 3 Mar 2003 20:52:03 +0100 Original-Received: by lucy (Postfix, from userid 1003) id EA50F2875D; Mon, 3 Mar 2003 20:51:55 +0100 (CET) Original-To: merlyn@stonehenge.com (Randal L. Schwartz) In-Reply-To: <86n0kcw82g.fsf@red.stonehenge.com> (merlyn@stonehenge.com's message of "03 Mar 2003 11:42:31 -0800") User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (i686-pc-linux-gnu) X-Sender: 520080024987-0001@t-dialin.net Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50529 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50529 merlyn@stonehenge.com (Randal L. Schwartz) writes: >>>>>> "Kai" =3D=3D Kai Gro=DFjohann writ= es: > >>> I assumed the OP would be able to convert the old settings to the >>> custom-set-variables format, I've never had difficulties doing that. >>> Is there something I'm missing? > > Kai> Probably not. (I'd probably try to get Customize to do that > Kai> conversion for me :-) > > Which is what started this conversation. :) It appears that you can replace (setq foo bar) with (customize-set-variable foo bar) and then eval those statements. That should put it into the Customize database. After that, they can be deleted. Maybe you need (customize-set-variable 'foo bar). --=20 A preposition is not a good thing to end a sentence with.