unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1383: x-font-family-list doc confusion
@ 2008-11-19 21:49 ` Glenn Morris
  2008-11-26  3:10   ` bug#1383: marked as done (x-font-family-list doc confusion) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2008-11-19 21:49 UTC (permalink / raw)
  To: bug-gnu-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
  }







^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#1383: marked as done (x-font-family-list doc confusion)
  2008-11-19 21:49 ` bug#1383: x-font-family-list doc confusion Glenn Morris
@ 2008-11-26  3:10   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-11-26  3:10 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]


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

[-- Attachment #2: Type: message/rfc822, Size: 2832 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: bug-gnu-emacs@gnu.org
Subject: x-font-family-list doc confusion
Date: Wed, 19 Nov 2008 16:49:45 -0500
Message-ID: <i4od0b8jye.fsf@fencepost.gnu.org>

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
  }




[-- Attachment #3: Type: message/rfc822, Size: 1494 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 1383-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1383: x-font-family-list doc confusion
Date: Tue, 25 Nov 2008 22:00:21 -0500
Message-ID: <a1fxlfchtm.fsf@fencepost.gnu.org>

Patch installed.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-26  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a1fxlfchtm.fsf@fencepost.gnu.org>
2008-11-19 21:49 ` bug#1383: x-font-family-list doc confusion Glenn Morris
2008-11-26  3:10   ` bug#1383: marked as done (x-font-family-list doc confusion) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).