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: Thu, 2 Jan 2003 08:57:00 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <15250.1041469829@remus.pretzelnet.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1041494256 7573 80.91.224.249 (2 Jan 2003 07:57:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 07:57:36 +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 18U0ER-0001xx-00 for ; Thu, 02 Jan 2003 08:57:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18U0GT-0000M1-00 for ; Thu, 02 Jan 2003 08:59: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 18U0EY-0003LR-02 for emacs-devel@quimby.gnus.org; Thu, 02 Jan 2003 02:57:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18U0EG-0003Hr-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 02:57:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18U0ED-0003Dr-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 02:57:22 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18U0EC-0003AB-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 02:57:20 -0500 Original-Received: from accessno42.bodenonline.com (IDENT:root@accessno42.bodenonline.com [193.201.16.44])h028qo0U020128 for ; Thu, 2 Jan 2003 09:52:54 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: <15250.1041469829@remus.pretzelnet.org> X-Mailer: Apple Mail (2.482) 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:10403 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10403 > "Jan D." writes: > >> If the second, can I refer to /usr/share/gtk-doc, where the GTK >> documentation is usually installed? > > That isn't really a good idea. That directory might be anywhere: > /usr/share, /usr/local/share, /usr/pkg/share, etc, and it isn't > necessarily in the same prefix as emacs (on my systems, it is in > /usr/pkg but emacs is in /usr/local). The URL you want to refer > to is: > > http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html > > It's nigh-impossible for a naive user to navigate from > http://www.gtk.org/ to that document. Also, i think it satisfies > Richard's suggestion (that the document may be included on a > user's system). Okay. > >> It is given by the GTK documentation, is it OK to just refer to that? > > I think it is better to list it here. Won't that be a duplication of what is in that URL above? > >>> + @example >>> + widget_class "GtkWindow.GtkVBox.GtkFixed.GtkVScrollbar" style >>> "my_sty >> le" >>> + @end example > > [...] > >> It must be one line in the ~/.gtkrc-2.0 file, so I would like to avoid >> changing it. > > No, it doesn't have to be on one line. All whitespace is treated > equally in gtkrc files. I just tested this in my .gtkrc-2.0. That is good to know! I'll split the line then. Thanks, Jan D.