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 version getting closer Date: Sat, 09 Nov 2002 06:53:58 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200211071936.gA7JaBMU001860@stubby.bodenonline.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036844039 13825 80.91.224.249 (9 Nov 2002 12:13:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 9 Nov 2002 12:13:59 +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 18AUUu-0003ap-00 for ; Sat, 09 Nov 2002 13:13:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18AUer-0003hg-00 for ; Sat, 09 Nov 2002 13:24:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18AURI-0008Ea-00; Sat, 09 Nov 2002 07:10:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18AUC8-0003nH-00 for emacs-devel@gnu.org; Sat, 09 Nov 2002 06:54:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18AUBb-0003f1-00 for emacs-devel@gnu.org; Sat, 09 Nov 2002 06:54:30 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18AUBb-0003er-00 for emacs-devel@gnu.org; Sat, 09 Nov 2002 06:53:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18AUBa-0000zF-00; Sat, 09 Nov 2002 06:53:58 -0500 Original-To: jan.h.d@swipnet.se In-reply-to: <200211071936.gA7JaBMU001860@stubby.bodenonline.com> (jan.h.d@swipnet.se) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9280 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9280 Shall the code be reviewed by this list or any individual before a possible checkin? Please send the patches here so everyone can look. Does this go in a separate branch (how do you "branch" new files) or directly to CVS latest? We could do it either way. If you have tested building with another toolkit, and it still works, then I don't see a need for a branch. However, if you want to make it a branch, I don't think that is horrible. Which version of autoconf is the recommended? Does that version have builtin tests for Gtk? I don't think we need one. We don't want to make Gtk the default at this stage. The toolbar is not a Gtk toolbar, it is the standard Emacs toolbar. That is ok for now. I am also not sure if I will do tooltips in menus, I find that to be a bit of a strange user interface solution. I think they are important.