unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* NS font case sensitivity
@ 2009-06-18 13:13 Jason Rumney
  2009-06-18 16:33 ` Glenn Morris
  2009-06-19  5:04 ` Adrian Robert
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Rumney @ 2009-06-18 13:13 UTC (permalink / raw)
  To: Emacs Devel

I just now came across this snippet in font.c:


      Lisp_Object alters
    = Fassoc_string (val, Vface_alternative_font_family_alist,
#ifndef HAVE_NS
             Qt
#else
             Qnil
#endif
             );


Is there a good reason why the entries in 
face-alternative-font-family-alist need to be case sensitive on NS when 
they are not on other platforms?





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

end of thread, other threads:[~2009-06-19 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-18 13:13 NS font case sensitivity Jason Rumney
2009-06-18 16:33 ` Glenn Morris
2009-06-19  5:04 ` Adrian Robert
2009-06-19  5:24   ` Jason Rumney
2009-06-19 20:06     ` Adrian Robert

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