bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1383: marked as done (x-font-family-list doc confusion)


From: Emacs bug Tracking System
Subject: bug#1383: marked as done (x-font-family-list doc confusion)
Date: Tue, 25 Nov 2008 19:10:04 -0800

Your message dated Tue, 25 Nov 2008 22:00:21 -0500
with message-id <a1fxlfchtm.fsf@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@donarmstrong.com
immediately.)


-- 
1383: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1383
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: x-font-family-list doc confusion Date: Wed, 19 Nov 2008 16:49:45 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
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
  }




--- End Message ---
--- Begin Message --- Subject: Re: bug#1383: x-font-family-list doc confusion Date: Tue, 25 Nov 2008 22:00:21 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Patch installed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]