From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: customize Date: Mon, 15 Jul 2002 10:08:16 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200207151408.g6FE8GQ24434@rum.cs.yale.edu> References: <200207111201.g6BC1OM16938@aztec.santafe.edu> <200207141522.g6EFMJ020466@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026742174 26544 127.0.0.1 (15 Jul 2002 14:09:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2002 14:09:34 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17U6Xb-0006tz-00 for ; Mon, 15 Jul 2002 16:09:31 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17U6i4-00008Z-00 for ; Mon, 15 Jul 2002 16:20:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17U6XO-0007w8-00; Mon, 15 Jul 2002 10:09:18 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17U6Wd-0007pl-00; Mon, 15 Jul 2002 10:08:31 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g6FE8GQ24434; Mon, 15 Jul 2002 10:08:16 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Edward Welbourne Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5761 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5761 > > What does (custom-set-faces '(trailing-whitespace ((t nil)))) do? [...] > I just didn't want this code in my .emacs, after the point where my [...] > The customize behaviour here is to configure the face to be invisible, > rather than to remove the configuration of that face from my .emacs > file. If this is what customize is meant to do in this case, please > could we have a control on the GUI that says `customize back off here > and say nothing about this face' for use by those who want to do this > via our own elisp. I think that's what the "erase customization" option is for (in the menu that pops up when you middle-click on `state'). Have you tried it ? Stefan