all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: 20727@debbugs.gnu.org
Cc: Vasilij Schneidermann <v.schneidermann@gmail.com>,
	Andy Moreton <andrewjmoreton@gmail.com>
Subject: bug#20727: 24.5; Font fallback doesn't work for the Emoji range
Date: Fri, 12 Jun 2015 13:57:26 -0700	[thread overview]
Message-ID: <557B47B6.4080600@cs.ucla.edu> (raw)
In-Reply-To: <CAPGgwWT3t_=UCiWHxVxaY4nNBuWJQqktatPotrN005DUFit7HQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]

The recent change to fontsel.el messed up my display when I was trying 
to test obsolescent 8-bit environments.  I can reproduce the problem on 
Fedora 21 x86-64 by running:

src/emacs -Q -font 
-misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1

and then by typing:

abc C-x 8 [ def C-x 8 ] ghi

This inserts "abc‘def’ghi" into *scratch*.  The display looks like "abc  
‘def’  ghi" with huge spaces around the quotes (see attached 
screenshot).  There are similar problems with many other characters.  
Apparently this is because I don't have the Symbola font installed, so 
the change caused Emacs to fall back on Chinese double-width quotes 
rather than on the font it used before (which is -misc-liberation 
serif-medium-r-normal--13-94-100-100-p-74-iso10646-1 for the above 
invocation of Emacs).

I imagine that there will be similar problems with choosing Symbola even 
if it's available, as users may prefer the font they've selected 
explicitly, so perhaps the change should be enabled only for characters 
that are not already available in the user-selected font?  In the 
meantime, in master commit 203e84c6cf9b8356e376cc748b5ed331df96dc9e I 
worked around my problem by skipping the change if Symbola is not installed.

[-- Attachment #2: Screenshot from 2015-06-12 12:59:19.png --]
[-- Type: image/png, Size: 1509 bytes --]

  parent reply	other threads:[~2015-06-12 20:57 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 17:22 bug#20727: 24.5; Font fallback doesn't work for the Emoji range Vasilij Schneidermann
2015-06-03 19:20 ` Eli Zaretskii
2015-06-03 20:32   ` Vasilij Schneidermann
2015-06-07 18:09   ` Glenn Morris
2015-06-07 19:22     ` Eli Zaretskii
2015-06-08  0:15       ` Glenn Morris
2015-06-08  2:42         ` Eli Zaretskii
2015-06-08  5:43           ` Vasilij Schneidermann
2015-06-08 14:30             ` Eli Zaretskii
2015-06-08 14:52               ` Andreas Schwab
2015-06-08 18:06                 ` Eli Zaretskii
2015-06-09 11:48                   ` Andy Moreton
2015-06-09 15:17                     ` Eli Zaretskii
2015-06-09 16:29                       ` Andy Moreton
2015-06-09 16:48                         ` Eli Zaretskii
2015-06-12 16:05                           ` Glenn Morris
2015-06-12 19:32                             ` Eli Zaretskii
2015-06-08 15:59               ` Vasilij Schneidermann
2015-06-12 20:57 ` Paul Eggert [this message]
2015-06-13  7:04   ` Eli Zaretskii
2015-06-13  7:39   ` Eli Zaretskii
2015-06-13  9:12   ` Eli Zaretskii
2015-06-13 11:54     ` Eli Zaretskii
2015-06-13 16:01       ` Paul Eggert
2015-06-13 16:32         ` Eli Zaretskii
2015-06-13 17:04           ` Eli Zaretskii
2015-06-13 17:10             ` Paul Eggert
2015-06-13 18:31               ` Eli Zaretskii
2015-06-13 19:02                 ` Paul Eggert
2015-06-13 19:09                   ` Eli Zaretskii
2015-06-13 17:07           ` Paul Eggert
2015-06-13 17:57             ` Eli Zaretskii
2015-06-13 18:47               ` Paul Eggert
2015-06-13 19:03                 ` Eli Zaretskii
2015-06-13 21:19                   ` Paul Eggert
2015-06-14  2:46                     ` Eli Zaretskii
2015-06-14 15:08                       ` Eli Zaretskii
2015-06-14 16:14                       ` Paul Eggert
2015-06-14 17:37                         ` Eli Zaretskii
2015-06-14 20:39                           ` Paul Eggert
2015-06-15 16:14                             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=557B47B6.4080600@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=20727@debbugs.gnu.org \
    --cc=andrewjmoreton@gmail.com \
    --cc=v.schneidermann@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.