GNU bug report logs - #1583
23.0.60; set-fontset-font doesn't work for ascii charset

Previous Next

Package: emacs;

Reported by: "Qichen Huang" <unicad.el <at> gmail.com>

Date: Wed, 17 Dec 2008 06:42:36 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.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 1583 in the body.
You can then email your comments to 1583 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, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1583; Package emacs. (Wed, 17 Dec 2008 06:42:37 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Qichen Huang" <unicad.el <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 17 Dec 2008 06:42:37 GMT) Full text and rfc822 format available.

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

From: "Qichen Huang" <unicad.el <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; set-fontset-font doesn't work for ascii charset
Date: Mon, 15 Dec 2008 14:50:06 +0100
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

run emacs without any extra settings: runemacs.exe -Q

(set-fontset-font
 "fontset-startup" 'ascii  ;; or 'latin
 "-*-Courier New-*-*-*-*-17-*-*-*-*-*-iso8859-1")

Does not work.

But

(set-fontset-font
 "fontset-startup" 'chinese-gbk
 "-*-Arial Unicode MS-*-*-*-*-17-*-*-*-*-*-iso10646-1")

works fine for characters in charset chinese-gbk.


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
d:/Emacs/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-12-14 on BREPNB
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

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: DEU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-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:
C-y <up> <up> <up> <up> <up> <up> <up> <down> <down>
<down> <down> <down> <down> <right> <right> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <backspace> 7 <end> C-x C-e <up> <up> <up>
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up>
<up> C-x C-e C-n C-n C-n C-n C-e C-x C-e C-p C-p C-p
C-p C-SPC C-p C-p C-p C-n C-a M-w j j <backspace> <backspace>
C-n C-n C-n <return> C-y C-x C-e C-p <backspace> <backspace>
<backspace> <backspace> <backspace> l a t i n C-n C-e
C-x C-e M-x b u g <backspace> <backspace> <backspace>
r e p o r t SPC b <backspace> <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark set
nil [3 times]
Mark set [2 times]
nil
nil




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1583; Package emacs. (Thu, 23 Apr 2009 01:55:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 23 Apr 2009 01:55:04 GMT) Full text and rfc822 format available.

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

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Qichen Huang" <unicad.el <at> gmail.com>
Cc: 1583 <at> debbugs.gnu.org
Subject: Re: 23.0.60; set-fontset-font doesn't work for ascii charset
Date: Wed, 22 Apr 2009 21:50:14 -0400
> run emacs without any extra settings: runemacs.exe -Q
>
> (set-fontset-font
>  "fontset-startup" 'ascii  ;; or 'latin
>  "-*-Courier New-*-*-*-*-17-*-*-*-*-*-iso8859-1")
>
> Does not work.

Sorry for the late reply.  Do you still see this problem with latest
Emacs CVS?




bug closed, send any further explanations to "Qichen Huang" <unicad.el <at> gmail.com> Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> emacsbugs.donarmstrong.com. (Tue, 11 Aug 2009 04:55:06 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. (Tue, 08 Sep 2009 14:25:09 GMT) Full text and rfc822 format available.

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

Previous Next


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