From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8191 Path: main.gmane.org!not-for-mail From: "Lance A. Brown" Newsgroups: gmane.emacs.gnus.general Subject: Re: rgnus-0.46 and custom.el Date: Fri, 04 Oct 1996 11:18:54 -0400 Message-ID: <16169.844442334@splat.niehs.nih.gov> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148392 10639 80.91.224.250 (20 Oct 2002 21:13:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:13:12 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.6/8.6.9) with SMTP id IAA02606 for ; Fri, 4 Oct 1996 08:57:32 -0700 Original-Received: from splat.niehs.nih.gov (root@splat.niehs.nih.gov [157.98.9.238]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 4 Oct 1996 17:19:15 +0200 Original-Received: from splat.niehs.nih.gov by splat.niehs.nih.gov via ESMTP (940816.SGI.8.6.9/940406.SGI.AUTO) id LAA16172; Fri, 4 Oct 1996 11:19:00 -0400 Original-To: Per Abrahamsen In-reply-to: Your message of "Thu, 03 Oct 1996 13:03:05 EDT." Xref: main.gmane.org gmane.emacs.gnus.general:8191 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8191 I like the new customization support. It is a bit slow when generating the displays for "large" variables but I like it anyway. When I click on the save button all that happens is that (custom-set-variables) (custom-set-faces) is added to the end of my .emacs file. Reading the code indicates that much customizations should have been output at the same time.... --[Lance]