From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: face-font-rescale-alist not documented Date: Thu, 10 Apr 2003 15:30:32 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200304100630.PAA17211@etlken.m17n.org> References: <20030410.073134.35674377.wl@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1049956715 12580 80.91.224.249 (10 Apr 2003 06:38:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2003 06:38:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 10 08:38:31 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 193Vhf-0003GY-00 for ; Thu, 10 Apr 2003 08:38:31 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 193VmW-00046P-00 for ; Thu, 10 Apr 2003 08:43:32 +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 193Vh7-00012E-04 for emacs-devel@quimby.gnus.org; Thu, 10 Apr 2003 02:37:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193Vcr-0007Fy-00 for emacs-devel@gnu.org; Thu, 10 Apr 2003 02:33:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193VcL-0006wi-00 for emacs-devel@gnu.org; Thu, 10 Apr 2003 02:33:03 -0400 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193Vbb-0006N9-00; Thu, 10 Apr 2003 02:32:15 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])h3A6UWo00141; Thu, 10 Apr 2003 15:30:32 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) h3A6UWA05480; Thu, 10 Apr 2003 15:30:32 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id PAA17211; Thu, 10 Apr 2003 15:30:32 +0900 (JST) Original-To: wl@gnu.org In-reply-to: <20030410.073134.35674377.wl@gnu.org> (message from Werner LEMBERG on Thu, 10 Apr 2003 07:31:34 +0200 (CEST)) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) 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:13109 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13109 In article <20030410.073134.35674377.wl@gnu.org>, Werner LEMBERG writes: > It seems that the new `face-font-rescale-alist' variable isn't > documented. ?? I wrote the docstring as this (in xfaces.c). DEFVAR_LISP ("face-font-rescale-alist", &Vface_font_rescale_alist, doc: /* Alist of fonts vs the rescaling factors. Each element is a cons (FONT-NAME-PATTERN . RESCALE-RATIO), where FONT-NAME-PATTERN is a regular expression matching a font name, and RESCALE-RATIO is a floating point number to specify how much larger \(or smaller) font we should use. For instance, if a face requests a font of 10 point, we actually use a font of 10 * RESCALE-RATIO point. */); But, hmmm, something is wrong. C-x v face-font-rescale-alist RET surely shows the above docstring, but there are two empty lines after the first line in *Help* in my case!?! --- Ken'ichi HANDA handa@m17n.org