unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* DOC for Mac OS shown for Emacs compiled for X.
@ 2004-10-27  9:09 Jan D.
  2004-10-27  9:46 ` Andreas Schwab
  2004-10-28  6:24 ` Richard Stallman
  0 siblings, 2 replies; 22+ messages in thread
From: Jan D. @ 2004-10-27  9:09 UTC (permalink / raw)


Hello.

With an Emacs built for X I do C-h f x-server-vendor and get the MacOS help:

...
Returns the vendor ID string of the Mac OS system (Apple).
...

I should get the X version:

...
Returns the vendor ID string of the X server of display DISPLAY.
...

x-server-vendor is defined in xfns.c, macfns.c and w32fns.c.  Both xfns.o and 
macfns.o are in SOME_MACHINE_OBJECTS in Makefile.in.   SOME_MACHINE_OBJECTS is 
given to make-docfile as arguments.  Thus, two versions for x-server-vendor 
ends up in DOC.  I don't really know what is wrong here, there are several 
possibilities:

1.  make-docfile should not read the .c file if the .o one does not exist.
2.  Emacs is supposed to find the correct entry in DOC.
3.  macfns.o should not be in SOME_MACHINE_OBJECTS when building for X.
4.  Symbols that occur in several files (x, mac, w32) should have the same doc
     string.


If someone can tell me which one is the preferred way to resolve this, I can do it.

Thanks,

	Jan D.

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

end of thread, other threads:[~2004-11-02 14:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-27  9:09 DOC for Mac OS shown for Emacs compiled for X Jan D.
2004-10-27  9:46 ` Andreas Schwab
2004-10-28  7:26   ` Jan D.
2004-10-28  9:47     ` Andreas Schwab
2004-10-28 13:16       ` Jan D.
2004-10-28 13:57         ` Andreas Schwab
2004-10-28 19:56         ` Stefan
2004-10-29  8:00           ` Jan D.
2004-10-29 20:37             ` Stefan
2004-10-29 21:16               ` Jan D.
2004-10-29 21:48                 ` Stefan
2004-10-30  5:43                   ` Jan D.
2004-10-30 16:32                     ` Stefan
2004-10-30 17:43                       ` Jan D.
2004-10-30 21:59                     ` Kim F. Storm
2004-10-30 14:20                 ` Richard Stallman
2004-10-30 14:19             ` Richard Stallman
2004-10-30 14:39               ` Jan D.
2004-11-01  7:23                 ` Richard Stallman
2004-11-01  8:47                   ` Jan D.
2004-11-02 14:08                     ` Richard Stallman
2004-10-28  6:24 ` Richard Stallman

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).