From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8244 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Feedback on new Customization Date: 09 Oct 1996 01:43:49 +0200 Organization: The Church of Emacs Sender: abraham@dina.kvl.dk Message-ID: References: <24453.844790128@splat.niehs.nih.gov> 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 1035148437 10950 80.91.224.250 (20 Oct 2002 21:13:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:13:57 +0000 (UTC) Return-Path: Original-Received: (qmail 3115 invoked from smtpd); 9 Oct 1996 00:06:48 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 9 Oct 1996 00:06:47 -0000 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 ; Wed, 9 Oct 1996 01:43:53 +0200 Original-Received: from kolmogorov.dina.kvl.dk (kolmogorov.dina.kvl.dk [130.225.40.209]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id AAA06297; Wed, 9 Oct 1996 00:38:17 +0100 Original-Received: (abraham@localhost) by kolmogorov.dina.kvl.dk (8.6.12/8.6.4) id BAA08816; Wed, 9 Oct 1996 01:43:49 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: "Lance A. Brown"'s message of Tue, 08 Oct 1996 11:55:28 -0400 Original-Lines: 42 X-Mailer: Red Gnus v0.49/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:8244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8244 "Lance A. Brown" writes: > I *REALLY* like it. Thanks. > On my 100Mhz SGI R4000 Indy w/ GNU Emacs 19.34b things take > irritatingly long to happen. Opening up a customization section is > fast enough, but displaying a face or list of faces takes long enough > to be really irritating. I thought the elisp files might not be > byte-compiled but they are. I guess it just takes a bit of time to > process the customizations. Well, it takes up to 2 seconds to display the most complicated structures on my ~100Mhz microsparc, which I believe is equivalent to 100Mhz 486 and quite a bit slower than your Indy. The code has not been profiled yet, so there might be some savings there. However the library was not designed for speed. Not that I doesn't like speed, but part of the code stretches my capability as a programmer, so I have had to concentrate my effort on making the design and code as clear as possible in order to be able to maintain it. > Is the 'Set Default' button at the bottom of the page supposed to Set > Default everything or just the objects in the top level heirarchy? I > have to select 'Set Default' on all indented objects that I've changed > in order to have the new defaults set. The `Set Default' button should set the default for all the options that are currently marked as modified (i.e. [*]). You also need to save the settings, either by pushing `Save', or answering `yes' to the question on whether you want to save the customizations when you leave emacs. > Is the 'Set Default' button supposed to apply the changes I've made > when I select it? I have to 'M-x load-file .custom.el' in order to > get my new defaults to activate. The settings are saved in `.emacs', `.custom.el' is no longer used.