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, 02 Jan 2003 20:24:01 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <9003-Thu02Jan2003202401+0200-eliz@is.elta.co.il> References: <02B8E0B9-1E29-11D7-A1DB-00039363E640@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041532943 14161 80.91.224.249 (2 Jan 2003 18:42:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 18:42:23 +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 18UAIQ-0003g7-00 for ; Thu, 02 Jan 2003 19:42:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18UAKf-0006Wc-00 for ; Thu, 02 Jan 2003 19:44: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 18UA9s-0000PD-00 for emacs-devel@quimby.gnus.org; Thu, 02 Jan 2003 13:33:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18UA4d-0007W5-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 13:28:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18UA4N-0007Ph-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 13:27:55 -0500 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18UA3A-0006rZ-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 13:26:37 -0500 Original-Received: from zaretsky ([80.230.84.16]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id ABY98432; Thu, 2 Jan 2003 20:26:31 +0200 (IST) Original-To: jan.h.d@swipnet.se X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <02B8E0B9-1E29-11D7-A1DB-00039363E640@swipnet.se> (jan.h.d@swipnet.se) 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:10410 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10410 > Date: Thu, 2 Jan 2003 09:05:51 +0100 > From: "Jan D." > > > >> + The top level widget is a GtkWindow that contains a GtkVBox. > >> + The GtkVBox contains the GtkMenuBar and a GtkFixed widget. The vertical > >> + scroll bars, GtkVScrollbar, are contained in the GtkFixed widget. > >> + The text you write in Emacs is drawn in the GtkFixed widget. > > > > should have the @code markup, as they are programming symbols. > > But is @code valid in the context of a configuration file? Yes. It is customary to use @code even for menu items, just to make them stand out in print.