From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 3, part 1 Date: Sat, 04 Jan 2003 17:39:17 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E170E35.6040703@swipnet.se> References: <200301041432.h04EWje0032078@stubby.bodenonline.com> <200301041616.KAA16998@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1041698365 20656 80.91.224.249 (4 Jan 2003 16:39:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2003 16:39:25 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18UrKW-0005Mu-00 for ; Sat, 04 Jan 2003 17:39:24 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18UrNh-0007a3-00 for ; Sat, 04 Jan 2003 17:42:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18UrKr-0005Lq-04 for emacs-devel@quimby.gnus.org; Sat, 04 Jan 2003 11:39:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18UrKa-000597-00 for emacs-devel@gnu.org; Sat, 04 Jan 2003 11:39:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18UrKV-00053v-00 for emacs-devel@gnu.org; Sat, 04 Jan 2003 11:39:24 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18UrKS-0004z8-00 for emacs-devel@gnu.org; Sat, 04 Jan 2003 11:39:21 -0500 Original-Received: from swipnet.se (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id h04HYndw001952 for ; Sat, 4 Jan 2003 18:34:49 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10471 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10471 Luc Teirlinck wrote: > Jan D. wrote: > > I think the API reference is a better starting point for documentation > in Emacs, as the tutorial leaves out some important things, like > base, engine, fontset, font_name, include, etc. > > Sorry, I misunderstood which document you were referring to. I agree > that manuals are better for documentation than tutorials, which tend > to be incomplete. I do not seem to have the API reference in > /usr/share/doc, only the tutorial, which is why I assumed that was what > you were referring to. When I installed GTK in prefix, the API documents got installed in prefix/share/gtk-doc, not prefix/share/doc. I would have looked in prefix/share/doc first also. Jan D.