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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 25 Nov 2008 22:00:21 -0500
with message-id <a1fxlfchtm.fsf <at> fencepost.gnu.org>
and subject line Re: bug#1383: x-font-family-list doc confusion
has caused the Emacs bug report #1383,
regarding x-font-family-list doc confusion
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don <at> donarmstrong.com
immediately.)
--
1383: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1383
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
}
[Message part 3 (message/rfc822, inline)]
Patch installed.
This bug report was last modified 15 years and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.