From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: DOC for Mac OS shown for Emacs compiled for X. Date: Fri, 29 Oct 2004 17:48:57 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20041029080140.SPWE44.mxfep02.bredband.com@coolsville.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099086591 6374 80.91.229.6 (29 Oct 2004 21:49:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2004 21:49:51 +0000 (UTC) Cc: Andreas Schwab , emacs devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 29 23:49:40 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CNect-0004AN-00 for ; Fri, 29 Oct 2004 23:49:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNekk-00050c-6Z for ged-emacs-devel@m.gmane.org; Fri, 29 Oct 2004 17:57:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CNeka-0004zT-8m for emacs-devel@gnu.org; Fri, 29 Oct 2004 17:57:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CNekZ-0004yr-Cg for emacs-devel@gnu.org; Fri, 29 Oct 2004 17:57:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CNekZ-0004yW-68 for emacs-devel@gnu.org; Fri, 29 Oct 2004 17:57:35 -0400 Original-Received: from [206.47.199.164] (helo=simmts6-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CNecE-0005QZ-Jb for emacs-devel@gnu.org; Fri, 29 Oct 2004 17:48:58 -0400 Original-Received: from empanada.home ([67.71.25.5]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041029214857.HQTL1635.simmts6-srv.bellnexxia.net@empanada.home>; Fri, 29 Oct 2004 17:48:57 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 2B960343607; Fri, 29 Oct 2004 17:48:57 -0400 (EDT) Original-To: "Jan D." In-Reply-To: (Jan D.'s message of "Fri, 29 Oct 2004 23:16:46 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29156 > That is also possible, and seems to be what the previous discussion > indicated. More work though. But better result. > And it does not solve the error that doing C-h f x-server-vendor and > clicking on the "C source code" link gives xfns.c when it should give > macfns.c. I think a list of what files where used in the link is the only > way to solve this. For a build on Mac OSX xfns.c or macfns.c could be > used, depending on if it was an X build or Carbon build. I'd just move all those DEFUNs to a shared file. If necessary the body of those DEFUNs can just be a call to some function that's either in macfns.c or xfns.c, tho ideally some actual code should be shared. Stefan