unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Yavor Doganov <yavor@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: Upcoming 23.1 release
Date: Fri, 24 Jul 2009 18:10:21 +0300	[thread overview]
Message-ID: <87iqhixgki.GNU's_Not_Unix!%yavor@gnu.org> (raw)
In-Reply-To: <wlprbquck0.wl%mituharu@math.s.chiba-u.ac.jp>

YAMAMOTO Mitsuharu wrote:
> > Does GNUstep provide a meaningful implementation of
> > -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]?
> > According to *1, it seems to be just a stub and always return nil.
> 
> Correction: not nil but an empty array.

Yes, you are right.  I filed a bug in the GNUstep tracker just in
case.  I hope it's fixed soon...

> Anyway it's not a meaningful result.

Definitely.  By "at least" I meant that you can at least build
Emacs.app and run it with -nw, which is practially the only way to use
it anyway.

Perhaps it's worth adding a comment in the code like the one below?


--- nsfont.m	24 юли 2009 16:02:17 +0300	1.26.2.3
+++ nsfont.m	24 юли 2009 18:05:49 +0300	
@@ -473,6 +473,10 @@
     if (isMatch)
 	[fkeys removeObject: NSFontFamilyAttribute];
 
+    /* As of 2009-07-24, GNUstep's implementation of
+       -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]
+       is incomplete and the method always returns an empty array.
+       GNUstep bug: https://savannah.gnu.org/bugs/index.php?27099  */
     matchingDescs = [fdesc matchingFontDescriptorsWithMandatoryKeys: fkeys];
     if (NSFONT_TRACE)
 	NSLog(@"Got desc %@ and found %d matching fonts from it: ", fdesc,






  reply	other threads:[~2009-07-24 15:10 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-20 18:32 Upcoming 23.1 release Chong Yidong
2009-07-20 18:44 ` Eli Zaretskii
2009-07-20 18:51   ` Chong Yidong
2009-07-20 19:06     ` Eli Zaretskii
2009-07-20 19:37       ` Chong Yidong
2009-07-20 20:36         ` Eli Zaretskii
2009-07-21  1:20         ` Stefan Monnier
2009-07-21 15:05           ` Chong Yidong
2009-07-21 15:42             ` Stefan Monnier
2009-07-21 14:41         ` Richard Stallman
2009-07-21 14:41     ` Richard Stallman
2009-07-21 15:38       ` Chong Yidong
2009-07-22  1:43         ` Richard Stallman
2009-07-20 19:02   ` Chong Yidong
2009-07-20 20:42     ` Eli Zaretskii
2009-07-21 15:31       ` Chong Yidong
2009-07-22  1:43         ` Richard Stallman
2009-07-21 14:42     ` Richard Stallman
2009-07-21 14:41   ` Richard Stallman
2009-07-20 18:55 ` Dan Nicolaescu
2009-07-20 19:06   ` Chong Yidong
2009-07-21  3:16     ` usefulness of no-byte-compile [was: Re: Upcoming 23.1 release] Dan Nicolaescu
2009-07-20 20:05 ` Upcoming 23.1 release Chong Yidong
2009-07-20 22:58 ` Jason Rumney
2009-07-20 23:12   ` Chong Yidong
2009-07-21  0:43 ` Kenichi Handa
2009-07-21  3:10   ` Eli Zaretskii
2009-07-21  3:55 ` Lennart Borgman
2009-07-22  6:55 ` Yavor Doganov
2009-07-22  7:24   ` David Reitter
2009-07-24  0:46   ` YAMAMOTO Mitsuharu
2009-07-24  0:53     ` YAMAMOTO Mitsuharu
2009-07-24 15:10       ` Yavor Doganov [this message]
2009-07-24 15:47     ` Adrian Robert

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='87iqhixgki.GNU'\''s_Not_Unix'\!'%yavor@gnu.org' \
    --to=yavor@gnu.org \
    --cc=emacs-devel@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).