GNU bug report logs -
#1383
x-font-family-list doc confusion
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Wed, 19 Nov 2008 21:55:04 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On GNU/Linux:
emacs -Q
C-h f x-font-family-list
x-font-family-list is a built-in function in `xfaces.c'.
[Missing arglist. Please make a bug report.]
It seems this is another instance of bug#692, where the redefinition
of the built-in function x-font-family-list in lisp/term/pc-win.el
confuses make-docfile.
Is something like the following OK, coupled with removing the
x-font-family-list redefinition in pc-win.el?
*** xfaces.c 16 Oct 2008 16:32:58 -0000 1.417
--- xfaces.c 19 Nov 2008 21:47:25 -0000
***************
*** 1839,1845 ****
--- 1839,1849 ----
(frame)
Lisp_Object frame;
{
+ #ifdef MSDOS
+ return Fcons (Fcons (build_string ("default"), Qt), Qnil);
+ #else
return Ffont_family_list (frame);
+ #endif
}
This bug report was last modified 15 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.