From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 3, part 1 Date: Thu, 2 Jan 2003 07:56:15 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200301011944.h01Jim0U011400@stubby.bodenonline.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1041487015 25360 80.91.224.249 (2 Jan 2003 05:56:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 05:56:55 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TyLd-0006au-00 for ; Thu, 02 Jan 2003 06:56:53 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18TyNc-0007fw-00 for ; Thu, 02 Jan 2003 06:58:57 +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 18TyMF-0006Z9-03 for emacs-devel@quimby.gnus.org; Thu, 02 Jan 2003 00:57:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TyLf-0005vN-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 00:56:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TyLJ-00051m-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 00:56:37 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TyLH-0004tc-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 00:56:32 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA00862; Thu, 2 Jan 2003 07:56:16 +0200 (IST) X-Sender: eliz@is Original-To: "Jan D." In-Reply-To: <200301011944.h01Jim0U011400@stubby.bodenonline.com> 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:10401 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10401 On Wed, 1 Jan 2003, Jan D. wrote: > > + @example > > + widget_class "GtkWindow.GtkVBox.GtkFixed.GtkVScrollbar" style "my_style" > > + @end example > > > > That line is very long. It might work ok if you use @smallexample > > instead of @example. Please do that for all the examples in the > > section; inconsistency looks bad. > > > > Can this be written as two lines? > > It must be one line in the ~/.gtkrc-2.0 file, so I would like to avoid > changing it. Any line in an @example that is longer than about 61 characters will trigger overfull hbox in TeX. Any line in @smallexample that is longer than 64 characters will do the same. So it's advisable to break long lines into two, even if they must be a single line in actual usage. You can always say in a side note that the line must not be broken.