bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3181: 23.0.92; Windows: text-scale-decrease changes font family, not


From: Eric Hanchrow
Subject: bug#3181: 23.0.92; Windows: text-scale-decrease changes font family, not just font size
Date: Mon, 4 May 2009 10:24:12 -0700

On Sat, May 2, 2009 at 12:34 AM, Jason Rumney <jasonr@gnu.org> wrote:
> Please type C-u C-x = before and after decreasing the font size, and report
> exactly what fonts are used in each case.

Here's the info from before I shrank the font:

            character: ; (59, #o73, #x3b)
    preferred charset: ascii (ASCII (ISO646 IRV))
           code point: 0x3B
               syntax: <        which means: comment
             category: .:Base, a:ASCII, l:Latin, r:Roman
          buffer code: #x3B
            file code: #x3B (encoded by coding system iso-latin-1-dos)
              display: by this font (glyph code)
        uniscribe:-outline-Courier
New-normal-normal-normal-mono-13-*-*-*-c-*-iso10646-1 (#x1E)

    Character code properties: customize what to show
      name: SEMICOLON
      general-category: Po (Punctuation, Other)

    There are text properties here:
      face                 font-lock-comment-delimiter-face
      fontified            t

And here's the info from after:

            character: ; (59, #o73, #x3b)
    preferred charset: ascii (ASCII (ISO646 IRV))
           code point: 0x3B
               syntax: <        which means: comment
             category: .:Base, a:ASCII, l:Latin, r:Roman
          buffer code: #x3B
            file code: #x3B (encoded by coding system iso-latin-1-dos)
              display: by this font (glyph code)
        
uniscribe:-outline-Arial-normal-normal-normal-sans-11-*-*-*-p-*-iso10646-1
(#x1E)

    Character code properties: customize what to show
      name: SEMICOLON
      general-category: Po (Punctuation, Other)

    There are text properties here:
      face                 font-lock-comment-delimiter-face
      fontified            t

    [back]

For what it's worth, I couldn't reproduce the problem on Windows XP,
using Emacs as of

    commit a52d2b7...
    Author: Chong Yidong <cyd@stupidchicken.com>
    Date:   Sat Apr 25 15:27:45 2009 +0000

       * simple.el (line-move-visual): If point is stuck moving backwards
       against a display string, temporarily ignore the goal
       column (Bug#3020).

In that case, the output from C-u C-x = was

           character: ; (59, #o73, #x3b)
    preferred charset: ascii (ASCII (ISO646 IRV))
          code point: 0x3B
              syntax: <    which means: comment
            category: .:Base, a:ASCII, l:Latin, r:Roman
         buffer code: #x3B
           file code: #x3B (encoded by coding system iso-latin-1-dos)
             display: by this font (glyph code)
       uniscribe:-outline-Courier
New-normal-normal-normal-mono-13-*-*-*-c-*-iso10646-1 (#x1E)

    Character code properties: customize what to show
     name: SEMICOLON
     general-category: Po (Punctuation, Other)

    There are text properties here:
     face                 font-lock-comment-delimiter-face
     fontified            t






reply via email to

[Prev in Thread] Current Thread [Next in Thread]