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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1383 in the body.
You can then email your comments to 1383 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Eli Zaretskii <eliz <at> gnu.org>, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1383; Package emacs. Full text and rfc822 format available.

Message #3 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

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
  }





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Glenn Morris <rgm <at> gnu.org>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #8 received at 1383-done <at> emacsbugs.donarmstrong.com (full text, mbox):

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 14 Jan 2009 15:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 241 days ago.

Previous Next


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