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: font_rescale_ratio no longer used Date: Tue, 17 Jun 2008 01:01:06 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213657303 12852 80.91.229.12 (16 Jun 2008 23:01:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2008 23:01:43 +0000 (UTC) To: "emacs-devel Mailinglist" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 17 01:02:26 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K8NiA-0007UK-LN for ged-emacs-devel@m.gmane.org; Tue, 17 Jun 2008 01:02:06 +0200 Original-Received: from localhost ([127.0.0.1]:45517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8NhM-0002Ft-EB for ged-emacs-devel@m.gmane.org; Mon, 16 Jun 2008 19:01:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8NhG-0002FZ-Cm for emacs-devel@gnu.org; Mon, 16 Jun 2008 19:01:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8NhD-0002FB-U4 for emacs-devel@gnu.org; Mon, 16 Jun 2008 19:01:08 -0400 Original-Received: from [199.232.76.173] (port=42754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8NhD-0002F8-Nv for emacs-devel@gnu.org; Mon, 16 Jun 2008 19:01:07 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.180]:2231) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8NhD-0005A3-9c for emacs-devel@gnu.org; Mon, 16 Jun 2008 19:01:07 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so4326683ika.2 for ; Mon, 16 Jun 2008 16:01:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5ZvxaePOnIBZDscXqn5vGmV1FOjcOen3YI45lio94pA=; b=nnI8NaLvXGB/TD+7LSPGtsW2si9kUPlcjF3kVlAL/odZyzSu/Suurw0cYKq0crwN7E 2Q32BQiozNQZTeDhnEqj3KjSSoeybLfnmEXgPyw9xy3cuJvtTVW0N2wAm0QDBD/J8MK8 m3hmTThah0mgZb2ePP0W7JFbOzcxpHaHMYXbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=hoEBMNaZygaXxl521cxXlXXSih+LFzb3tq1CvRudkUOLC/dMHB1AzyOiBBVFWlqkql 2PQw0BdRMFb3Ccv9h/Nz8JueQ4VR2jIeve4Cdx3pr1Lj+Uf23HiUVYM7aDnKEDdcQ2tT 0ZAdqyo8E18ZzQ9ZP2m+f0PF9QNT4JW+09UXA= Original-Received: by 10.210.109.10 with SMTP id h10mr6632947ebc.127.1213657266275; Mon, 16 Jun 2008 16:01:06 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Mon, 16 Jun 2008 16:01:06 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99322 Archived-At: Since the deletion of enable-font-backend, the function font_rescale_ratio (in xfaces.c) is not used anywhere, and `face-font-rescale-alist' does not have any effect. Should font_scale_ratio be deleted and `face-font-rescale-alist' deprecated, or is there any intention of bringing back the feature? Juanma