unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: font-backend branch
Date: Thu, 01 May 2008 00:48:09 +0100	[thread overview]
Message-ID: <48190539.4010508@gnu.org> (raw)
In-Reply-To: <E1Jr3rM-0004ex-5W@etlken.m17n.org>

Kenichi Handa wrote:
> As for Windows port:
>
> I tried to compile it on Windows in cygwin environment.  By,
> "make bootstrap", it seems that src/oo-spd/i386/emacs.exe is
> created, but the make failed at the target finder-data of
> lisp/makefile.
This is because Cygwin make passes invalid paths to Emacs.

>   And, when I run src/oo-spd/i386/emacs, it
> starts up without an error, but, non-ASCII characters are
> not correctly displayed by garbage glyphs.

The new code seems to be making a poor choice of font for Latin-1 
characters, it is choosing a symbol font which does not contain the 
characters for me. This was triggering a bug that is also present in the 
trunk which caused the crash that Juanma experienced. The choice of font 
for other Latin characters is also not optimal, as the font used for 
ASCII contains most of these characters, but in the font-backend branch 
other fonts are chosen.

In addition to the bug mentioned above, I got another crash while 
displaying etc/HELLO which was caused by using s->face->font in 
w32font_draw. Changing it to use s->font works, but I have no idea what 
the difference is between these two, and why s->face->font would be NULL 
while s->font points to a valid font.






  parent reply	other threads:[~2008-04-30 23:48 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30  4:24 font-backend branch Kenichi Handa
2008-04-30  6:04 ` Stefan Monnier
2008-04-30  7:39   ` Kenichi Handa
2008-04-30 11:38 ` Juanma Barranquero
2008-04-30 13:12   ` Kenichi Handa
2008-04-30 13:47     ` Juanma Barranquero
2008-04-30 16:38 ` Eli Zaretskii
2008-04-30 20:23 ` Glenn Morris
2008-04-30 21:11   ` Glenn Morris
2008-04-30 21:28     ` Glenn Morris
2008-05-01  1:01   ` Kenichi Handa
2008-04-30 23:48 ` Jason Rumney [this message]
2008-05-01  0:24   ` Jason Rumney
2008-05-02 10:55   ` Kenichi Handa
2008-05-02 11:30     ` Jason Rumney
2008-05-02 11:42       ` Jason Rumney
2008-05-02 12:16       ` Kenichi Handa
2008-05-02 13:27         ` Jason Rumney
2008-05-04  0:05           ` Kenichi Handa
2008-05-04  0:57             ` Stefan Monnier
2008-05-04 11:52               ` Kenichi Handa
2008-05-04 14:46                 ` Jason Rumney
2008-05-05  0:58                   ` Stefan Monnier
2008-05-06 11:25                     ` Kenichi Handa
2008-05-07  1:53                       ` Stefan Monnier
2008-05-14 13:31                       ` Font not found Robert J. Chassell
2008-05-15  3:39                         ` Kenichi Handa
2008-05-15 12:27                           ` Robert J. Chassell
2008-05-06 11:16                   ` font-backend branch Kenichi Handa
2008-05-04 14:14               ` Jason Rumney
2008-05-04 14:08             ` Jason Rumney
2008-05-01  3:54 ` Glenn Morris
2008-05-01  6:27   ` Kenichi Handa
2008-05-01  7:07     ` Glenn Morris
2008-05-01  7:21       ` Kenichi Handa
2008-05-01  7:28         ` Glenn Morris
2008-05-01 15:20           ` Kenichi Handa
2008-05-01 17:52             ` Glenn Morris
2008-05-02  0:22               ` Kenichi Handa
2008-05-01  8:00     ` Kenichi Handa
2008-05-02  1:14       ` James Cloos
2008-05-02  2:15         ` Kenichi Handa
2008-05-02  8:16           ` Jason Rumney
2008-05-04 22:00           ` Jason Rumney
2008-05-05 10:14 ` Florian Beck

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=48190539.4010508@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.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).