From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: face-font-rescale-alist not documented Date: Thu, 10 Apr 2003 22:58:39 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030410.225839.34748828.wl@gnu.org> References: <20030410.073134.35674377.wl@gnu.org> <200304100630.PAA17211@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1050046566 15824 80.91.224.249 (11 Apr 2003 07:36:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 07:36:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 11 09:36:05 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193t4v-000476-00 for ; Fri, 11 Apr 2003 09:36:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 193tAH-0001Nf-00 for ; Fri, 11 Apr 2003 09:41:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193t4M-0003OL-01 for emacs-devel@quimby.gnus.org; Fri, 11 Apr 2003 03:35:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193t3H-0002aM-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 03:34:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193t2U-00022A-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 03:33:35 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193t1S-0001QY-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 03:32:30 -0400 Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 193t1Q-0006c5-00; Fri, 11 Apr 2003 09:32:28 +0200 Original-Received: from [62.156.48.253] (helo=orion.local) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 193t1Q-000343-00; Fri, 11 Apr 2003 09:32:28 +0200 Original-Received: from localhost (localhost [127.0.0.1])h3AKwdh15676; Thu, 10 Apr 2003 22:58:39 +0200 Original-To: handa@m17n.org In-Reply-To: <200304100630.PAA17211@etlken.m17n.org> X-Mailer: Mew version 4.0.51 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13141 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13141 > > It seems that the new `face-font-rescale-alist' variable isn't > > documented. > > ?? I wrote the docstring as this (in xfaces.c). Sorry for being imprecise. I couldn't find an entry in the NEWS file or in any of the texinfo documents. How shall the user know that this variable exist at all? Werner