all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan D." <jan.h.d@swipnet.se>
Subject: DOC for Mac OS shown for Emacs compiled for X.
Date: Wed, 27 Oct 2004 11:09:02 +0200	[thread overview]
Message-ID: <417F65AE.80000@swipnet.se> (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.

             reply	other threads:[~2004-10-27  9:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-27  9:09 Jan D. [this message]
2004-10-27  9:46 ` DOC for Mac OS shown for Emacs compiled for X 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=417F65AE.80000@swipnet.se \
    --to=jan.h.d@swipnet.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.