unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6287: 23.2.50; face-ignored-fonts ignored
@ 2010-05-28  0:18 YAMAMOTO Mitsuharu
  2010-05-28  6:51 ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: YAMAMOTO Mitsuharu @ 2010-05-28  0:18 UTC (permalink / raw)
  To: 6287

Although Vface_ignored_fonts is defined in xfaces.c, it is not used
anywhere.  In Emacs 22, it was used in x_face_list_fonts.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

In GNU Emacs 23.2.50.1 (x86_64-apple-darwin10.3.0, X toolkit)
 of 2010-05-28 on yamamoto-mitsuharu-no-iMac.local
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--with-jpeg=no' '--with-gif=no' '--with-tiff=no''

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: ja_JP.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <help-menu> <se
nd-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr message ecomplete rfc822 mml easymenu mml-sec
password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231
rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc
time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1
hex-util hashcash mail-utils emacsbug japan-util tooltip ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd
fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer
select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces
cus-face files text-properties overlay md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote
make-network-process font-render-setting x-toolkit x multi-tty emacs)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6287: 23.2.50; face-ignored-fonts ignored
  2010-05-28  0:18 bug#6287: 23.2.50; face-ignored-fonts ignored YAMAMOTO Mitsuharu
@ 2010-05-28  6:51 ` Kenichi Handa
  2010-05-29  0:58   ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 4+ messages in thread
From: Kenichi Handa @ 2010-05-28  6:51 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: 6287

In article <wld3wgdgky.wl%mituharu@math.s.chiba-u.ac.jp>, YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:

> Although Vface_ignored_fonts is defined in xfaces.c, it is not used
> anywhere.  In Emacs 22, it was used in x_face_list_fonts.

Thank you for finding this fault.  I've just installed a
fix.  Please try the latest code.

---
Kenichi Handa
handa@m17n.org





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6287: 23.2.50; face-ignored-fonts ignored
  2010-05-28  6:51 ` Kenichi Handa
@ 2010-05-29  0:58   ` YAMAMOTO Mitsuharu
  2010-05-31 15:30     ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: YAMAMOTO Mitsuharu @ 2010-05-29  0:58 UTC (permalink / raw)
  To: Kenichi Handa; +Cc: 6287

>>>>> On Fri, 28 May 2010 15:51:54 +0900, Kenichi Handa <handa@m17n.org> said:

>> Although Vface_ignored_fonts is defined in xfaces.c, it is not used
>> anywhere.  In Emacs 22, it was used in x_face_list_fonts.

> Thank you for finding this fault.  I've just installed a fix.
> Please try the latest code.

It worked.  Thanks for fixing this so quickly.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6287: 23.2.50; face-ignored-fonts ignored
  2010-05-29  0:58   ` YAMAMOTO Mitsuharu
@ 2010-05-31 15:30     ` Juanma Barranquero
  0 siblings, 0 replies; 4+ messages in thread
From: Juanma Barranquero @ 2010-05-31 15:30 UTC (permalink / raw)
  To: YAMAMOTO Mitsuharu; +Cc: 6287-done

Fixed in 100469 handa@etlken-20100528064628-1bongputfgm6bpl7





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-05-31 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28  0:18 bug#6287: 23.2.50; face-ignored-fonts ignored YAMAMOTO Mitsuharu
2010-05-28  6:51 ` Kenichi Handa
2010-05-29  0:58   ` YAMAMOTO Mitsuharu
2010-05-31 15:30     ` Juanma Barranquero

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).