From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Gtk version getting closer Date: Wed, 13 Nov 2002 22:15:09 +0100 (MET) Sender: emacs-devel-admin@gnu.org Message-ID: <200211132112.gADLBwMU027109@stubby.bodenonline.com> References: <200211131842.gADIgg414699@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037223102 2602 80.91.224.249 (13 Nov 2002 21:31:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 21:31:42 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18C56m-0000f8-00 for ; Wed, 13 Nov 2002 22:31: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 18C5Ir-0007ba-00 for ; Wed, 13 Nov 2002 22:44:05 +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 18C53E-0004dN-00; Wed, 13 Nov 2002 16:27:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18C4s1-0004Gn-00 for emacs-devel@gnu.org; Wed, 13 Nov 2002 16:16:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18C4rx-0004Ez-00 for emacs-devel@gnu.org; Wed, 13 Nov 2002 16:16:20 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18C4rw-0004B6-00 for emacs-devel@gnu.org; Wed, 13 Nov 2002 16:16:16 -0500 Original-Received: from pc35.bodenonline.com (IDENT:root@[193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id gADLBwMU027109 for ; Wed, 13 Nov 2002 22:12:00 +0100 Original-To: emacs-devel@gnu.org In-Reply-To: <200211131842.gADIgg414699@rum.cs.yale.edu> from "Stefan Monnier" at nov 13, 2002 01:42:41 X-Mailer: ELM [version 2.5 PL0pre8] 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:9400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9400 > > > > Maybe we could have a "tree-state" customize option here: > > > > - always show tooltips > > (generate a tooltip with the same text as the menu item if > > no explicit tooltip is specified) > > - show available tooltips > > (the current functionality - show tooltips is available) > > - no tooltips > > (never show tooltips for menu items). > > > > We definately should provide an option to turn tooltips on or off, but > > no more. > > Been there: tooltips-mode Is it possible to disable tooltips for menus only with that now? Can't check out latest CVS, bootstrap failed. Jan D.