GNU bug report logs - #1383
x-font-family-list doc confusion

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Subject: bug#1383 closed by Glenn Morris <rgm <at> gnu.org> (Re: bug#1383: 
 x-font-family-list doc confusion)
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#1383: x-font-family-list doc confusion

It has been closed by Glenn Morris <rgm <at> gnu.org>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Glenn Morris <rgm <at> gnu.org> by
replying to this email.


-- 
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)]
From: Glenn Morris <rgm <at> gnu.org>
To: 1383-done <at> debbugs.gnu.org
Subject: Re: bug#1383: x-font-family-list doc confusion
Date: Tue, 25 Nov 2008 22:00:21 -0500
Patch installed.

[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: x-font-family-list doc confusion
Date: Wed, 19 Nov 2008 16:49:45 -0500
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 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.