From: Miles Bader <miles@gnu.org>
To: emacs-pretest-bug@gnu.org
Subject: bug#2824: 23.0.91; font-selection weirdness with `set-frame-attribute' of default face
Date: Mon, 30 Mar 2009 21:48:57 +0900 [thread overview]
Message-ID: <87eiwftbuu.fsf@catnip.gol.com> (raw)
Emacs seems to use different fonts to display ascii vs. non-ascii
characters when one uses `set-frame-attribute' to set the default font.
To reproduce (using X):
(1) In a shell, evaluate the following commands:
xrdb -remove
echo '*Font: Dejavu Sans Mono-11' > /tmp/.Xdefaults
echo '(set-face-attribute '\''default nil :family "Liberation Mono")' > /tmp/.emacs
HOME=/tmp emacs -no-splash -eval '(insert "café")'&
(2) Position the cursor over the "c" in "café", and use C-u C-x =
Notice it says that the font used is "Liberation Mono", which is
the correct default font.
(3) Position the cursor over the "é" in "café", and use C-u C-x =
Notice that it says the font used is "Dejavu Sans Mono", which is
_not_ the correct default font, but rather was the startup font.
This problem only seems to occur if one uses `set-face-attribute' to set
the default font. If one uses `set-frame-font' (etc), it seems to work
correctly; e.g., try using the shell command:
echo '(set-frame-font "Liberation Mono")' > /tmp/.emacs
and then start emacs as in the original recipe; the "é" should
correctly be displayed using the current default font.
Thanks,
-Miles
In GNU Emacs 23.0.91.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.0)
of 2009-03-30 on catnip
Windowing system distributor `The X.Org Foundation', version 11.0.10599902
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Text
Minor modes in effect:
rcirc-track-minor-mode: t
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<help-echo> C-x g C-x C-v . e m a c s <return> <escape>
> C-x C-v . e m a SPC ? . SPC C-g C-x b a s d f <return>
c a f e <backspace> C-x 8 ' e C-b C-u C-x = C-b C-u
C-x = = <backspace> C-f C-n <return> <C-down-mouse-3>
<options> <menu-set-font> C-p C-x = C-u C-x = <escape>
x r e p o r SPC <return>
Recent messages:
Checking new news...done
Mark set
Making completion list... [2 times]
xding
Quit
Type C-x 1 to delete the help window.
Char: é (233, #o351, #xe9, file ...) point=4 of 4 (75%) column=3
Char: f (102, #o146, #x66) point=3 of 4 (50%) column=2
xding
Char: c (99, #o143, #x63) point=1 of 5 (0%) column=0 [2 times]
--
Brain, n. An apparatus with which we think we think.
next reply other threads:[~2009-03-30 12:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-30 12:48 Miles Bader [this message]
2009-03-31 0:58 ` bug#2824: 23.0.91; font-selection weirdness with `set-frame-attribute' of default face Kenichi Handa
2009-03-31 3:36 ` Miles Bader
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87eiwftbuu.fsf@catnip.gol.com \
--to=miles@gnu.org \
--cc=2824@emacsbugs.donarmstrong.com \
--cc=emacs-pretest-bug@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).