From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12245 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Please unbundle the custom and widget libraries from qgnus. Date: 21 Sep 1997 18:39:15 +0200 Organization: The Church of Emacs Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035151816 2721 80.91.224.250 (20 Oct 2002 22:10:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:10:16 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id KAA19775 for ; Sun, 21 Sep 1997 10:35:38 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id MAA24791 for ; Sun, 21 Sep 1997 12:31:36 -0500 (CDT) Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 21 Sep 1997 18:39:18 +0200 Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id SAA02359; Sun, 21 Sep 1997 18:33:19 +0200 Original-Received: (abraham@localhost) by zuse.dina.kvl.dk (8.6.12/8.6.4) id SAA28781; Sun, 21 Sep 1997 18:39:15 +0200 Original-To: Hrvoje Niksic X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Hrvoje Niksic's message of "21 Sep 1997 18:12:20 +0200" Original-Lines: 22 X-Mailer: Gnus v5.4.64/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12245 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12245 Hrvoje Niksic writes: > Stainless Steel Rat writes: > > > > Oh, and by the way, I remembered what I found to be evil about > > custom: once it has set things it is impossible to change them > > without exiting and restarting GNU Emacs. > > Huh? Can you be more specific? Sounds like meta variables[1], another old discussion which is completely[2] unrelated to custom. Most of the `gnus-use-whatever' variables are meta-variables. Footnotes: [1] Variables whose value is not used directly by the code, but instead used for initializing other variables. [2] Although with custom, you could theoretically add a `:set' clause which would make changes to meta variables to take effect automatically.