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: Mon, 11 Nov 2002 05:19:54 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200211091413.gA9EDGMU002273@stubby.bodenonline.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037201285 21949 80.91.224.249 (13 Nov 2002 15:28:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:28:05 +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 18BzCy-0004AV-00 for ; Wed, 13 Nov 2002 16:13:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOv-00066k-01 for ; Wed, 13 Nov 2002 16:25: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) id 18BBwd-00048m-00; Mon, 11 Nov 2002 05:37:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BBfk-0004lG-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 05:20:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BBfe-0004dj-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 05:19:58 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BBfe-0004cP-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 05:19:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18BBfe-0002FD-00; Mon, 11 Nov 2002 05:19:54 -0500 Original-To: jan.h.d@swipnet.se In-reply-to: <200211091413.gA9EDGMU002273@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:9364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9364 I was thinking of the code that autoconf needs to detect the path to Gtk and that the version of Gtk is correct, in case the user specified --with-gtk to configure. If we are using an autoconf that doesn't have this built in, I need to create an aclocal.m4 with that code. There is no need for an aclocal.m4. You can put the code directly into configure.in. That is how we handle other such issues. > The toolbar is not a Gtk toolbar, it is the standard Emacs toolbar. > > That is ok for now. A Gtk toolbar can be added later on I guess. I think Gtk/Gnome users expect the toolbar to pick up their Gtk theme, so I will raise the priority for this. Yes, we definitely want to have it, but we could make a first release without it. For menus, however, the text in the menu should be enough or expanded so the tip is not needed. I'll see what I can do, but they might not make it into the first patch. A cutomize variable to turn tooltips off just in menus is something I would like to add later on. If Emacs supports tooltips in menus for other toolkits, that should work with GTK too if possible.