GNU bug report logs - #1547
face-font-rescale-alist has no effect

Previous Next

Package: emacs;

Reported by: "Juanma Barranquero" <lekktu <at> gmail.com>

Date: Fri, 12 Dec 2008 11:00:02 UTC

Severity: normal

Found in version 23.0.60

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1547 in the body.
You can then email your comments to 1547 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, handa <at> m17n.org, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1547; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Juanma Barranquero" <lekktu <at> gmail.com>:
New bug report received and forwarded. Copy sent to handa <at> m17n.org, Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Juanma Barranquero" <lekktu <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: face-font-rescale-alist has no effect
Date: Fri, 12 Dec 2008 11:53:56 +0100
Package: emacs
Version: 23.0.60
X-Debbugs-CC: handa <at> m17n.org

[Just a reminder, so the issue is not lost]

Font rescaling is unimplemented in the new font backend.

It was already discussed on the list:

http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01155.html





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1547; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Kenichi Handa <handa <at> m17n.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Kenichi Handa <handa <at> m17n.org>
To: "Juanma Barranquero" <lekktu <at> gmail.com>, 1547 <at> debbugs.gnu.org
Cc: bug-gnu-emacs <at> gnu.org, bug-submit-list <at> donarmstrong.com,
        bug-gnu-emacs <at> gnu.org
Subject: Re: bug#1547: face-font-rescale-alist has no effect
Date: Sat, 13 Dec 2008 12:30:26 +0900
In article <f7ccd24b0812120253m5f1b4f9en3a23f0ccc26b6b2d <at> mail.gmail.com>, "Juanma Barranquero" <lekktu <at> gmail.com> writes:

> [Just a reminder, so the issue is not lost]

> Font rescaling is unimplemented in the new font backend.

Thank you for the reminder.  I've just installed a fix.

---
Kenichi Handa
handa <at> m17n.org





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1547; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Kenichi Handa <handa <at> m17n.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1547; Package emacs. (Wed, 17 Dec 2008 06:25:41 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kenichi Handa <handa <at> m17n.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 17 Dec 2008 06:25:42 GMT) Full text and rfc822 format available.

Message #20 received at 1547 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Kenichi Handa <handa <at> m17n.org>
To: "Juanma Barranquero" <lekktu <at> gmail.com>
Cc: 1547 <at> debbugs.gnu.org
Subject: Re: bug#1547: face-font-rescale-alist has no effect
Date: Tue, 16 Dec 2008 20:33:01 +0900
In article <f7ccd24b0812140500t21cce387p3b267d4ccf08443d <at> mail.gmail.com>, "Juanma Barranquero" <lekktu <at> gmail.com> writes:

> On Sat, Dec 13, 2008 at 04:30, Kenichi Handa <handa <at> m17n.org> wrote:
> > Thank you for the reminder.  I've just installed a fix.

> Font rescaling is a bit weird, though.

> Using a test file with just two lines:

> aeiou
> áéíóú

> and running emacs with this:

>   emacs -q --eval "(add-to-list 'face-font-rescale-alist '(\"Courier
> New\" . 1.5))" test.txt

> the fonts used for the two lines are, respectively:

>     uniscribe:-outline-Courier
> New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1
>     uniscribe:-outline-Courier
> New-normal-normal-normal-mono-19-*-*-*-c-*-iso10646-1

> so the fist line appears normal, while the second one is rescaled.


When Emacs creates the initial frame and selects the default
font, "(add-to-list ...)" is not yet evaluated, so if your
default fonts is 'Courier New', it is opened without
scaling.

What I currently don't understand is that the font rescaling
doesn't work for the default font in the above case even
after (clear-face-cache t).  I'm now investigating the
reason.

---
Kenichi Handa
handa <at> m17n.org




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1547; Package emacs. (Wed, 17 Dec 2008 06:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Juanma Barranquero" <lekktu <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 17 Dec 2008 06:35:03 GMT) Full text and rfc822 format available.

Message #25 received at 1547 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Juanma Barranquero" <lekktu <at> gmail.com>
To: "Kenichi Handa" <handa <at> m17n.org>
Cc: 1547 <at> debbugs.gnu.org
Subject: Re: bug#1547: face-font-rescale-alist has no effect
Date: Sun, 14 Dec 2008 14:00:39 +0100
On Sat, Dec 13, 2008 at 04:30, Kenichi Handa <handa <at> m17n.org> wrote:

> Thank you for the reminder.  I've just installed a fix.

Font rescaling is a bit weird, though.

Using a test file with just two lines:

aeiou
áéíóú

and running emacs with this:

  emacs -q --eval "(add-to-list 'face-font-rescale-alist '(\"Courier
New\" . 1.5))" test.txt

the fonts used for the two lines are, respectively:

    uniscribe:-outline-Courier
New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1
    uniscribe:-outline-Courier
New-normal-normal-normal-mono-19-*-*-*-c-*-iso10646-1

so the fist line appears normal, while the second one is rescaled.

bug 1547 cloned as bug 1785. Request was from "Juanma Barranquero" <lekktu <at> gmail.com> to control <at> emacsbugs.donarmstrong.com. (Sun, 04 Jan 2009 19:55:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to "Juanma Barranquero" <lekktu <at> gmail.com> Request was from Juanma Barranquero <lekktu <at> gmail.com> to control <at> emacsbugs.donarmstrong.com. (Thu, 22 Jan 2009 08:30:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Fri, 06 Mar 2009 15:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.