From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Documentation not clear for the Lisp function set-variable Date: Mon, 27 Jun 2005 21:30:27 +0200 Message-ID: References: <87slz6nr3h.fsf@jurta.org> <200506271609.j5RG9i020638@raven.dms.auburn.edu> <200506271845.j5RIj3W22159@raven.dms.auburn.edu> Reply-To: Juanma Barranquero 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: sea.gmane.org 1119900368 7539 80.91.229.2 (27 Jun 2005 19:26:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2005 19:26:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 21:26:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DmzE9-0006pl-0X for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 21:25:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmzLq-0003CM-76 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2005 15:33:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DmzKk-0002Kr-BF for emacs-devel@gnu.org; Mon, 27 Jun 2005 15:31:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DmzKe-0002FW-5J for emacs-devel@gnu.org; Mon, 27 Jun 2005 15:31:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmzKd-0002E2-TE for emacs-devel@gnu.org; Mon, 27 Jun 2005 15:31:48 -0400 Original-Received: from [64.233.182.205] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DmzNc-0002Xn-RA for emacs-devel@gnu.org; Mon, 27 Jun 2005 15:34:53 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so186128nfe for ; Mon, 27 Jun 2005 12:30:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GSKYLVbE4ZjZClI645r5yY/YS/bSEbot9kXsF1Sw3bgFgVQvy1Y2y5WiX+cKJEXe0qCiXQFLSPDs8UhH91boRHwOxk2cwlQqemWJL73IQw+IFire8eD/XKFzeXk7U9nQQjxfi76vNI5dM4F+d8/EZxxwFNTZzp/oK++b7+Z9cJE= Original-Received: by 10.48.4.20 with SMTP id 20mr126315nfd; Mon, 27 Jun 2005 12:30:27 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Mon, 27 Jun 2005 12:30:27 -0700 (PDT) Original-To: Luc Teirlinck In-Reply-To: <200506271845.j5RIj3W22159@raven.dms.auburn.edu> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39685 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39685 > `M-x customize-face RET diary-face' brings uo a customization buffer > for the face `diary' instead of for the typed alias `diary-face'. > _Assuming_, of course, that diary is loaded. If not, customize-face > will not recognize diary, nor diary-face. As set-variable is not bringing any buffer, selecting X or ALIAS-OF-X to set should be similar. --=20 /L/e/k/t/u