From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Gtk patch version 3, part 1 Date: Thu, 02 Jan 2003 22:31:18 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <02B8E0B9-1E29-11D7-A1DB-00039363E640@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1041564978 12732 80.91.224.249 (3 Jan 2003 03:36:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2003 03:36:18 +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 18UId5-0003J4-00 for ; Fri, 03 Jan 2003 04:36:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18UIfW-0003Kf-00 for ; Fri, 03 Jan 2003 04:38:46 +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 18UIct-0004rS-02 for emacs-devel@quimby.gnus.org; Thu, 02 Jan 2003 22:36:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18UIcb-0004nH-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 22:35:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18UIbx-0004F2-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 22:35:08 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18UIYJ-0001kQ-00 for emacs-devel@gnu.org; Thu, 02 Jan 2003 22:31:19 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18UIYI-00062i-00; Thu, 02 Jan 2003 22:31:18 -0500 Original-To: jan.h.d@swipnet.se 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:10428 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10428 >> + 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? @code is for any symbol name or command name that would appear in any kind of code. It is not specifically for Emacs Lisp.