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: Thu, 14 Nov 2002 18:25:14 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <09804FA7-F7F6-11D6-8822-00039363E640@swipnet.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037302179 25257 80.91.224.249 (14 Nov 2002 19:29:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 14 Nov 2002 19:29:39 +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 18CPgF-0006Yy-00 for ; Thu, 14 Nov 2002 20:29:35 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18CPsm-0006BG-00 for ; Thu, 14 Nov 2002 20:42:32 +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 18CPh2-0006m0-00; Thu, 14 Nov 2002 14:30:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CNl0-0005Tq-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 12:26:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CNkx-0005Rt-00 for emacs-devel@gnu.org; Thu, 14 Nov 2002 12:26:22 -0500 Original-Received: from stubby.bodenonline.com ([193.201.16.94]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CNkw-0005QJ-00; Thu, 14 Nov 2002 12:26:18 -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 gAEHLtii011965; Thu, 14 Nov 2002 18:22:01 +0100 Original-To: Jason Rumney In-Reply-To: X-Mailer: Apple Mail (2.482) 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:9416 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9416 onsdagen den 13 november 2002 kl 17.55 skrev Jason Rumney: > "Jan D." writes: > >> For submenus there are no tips. The PCL-CVS entry could use one, >> since PCL-CVS is kind of cryptic. > > Submenus do have tips. PCL-CVS has the tip "Module-level interface to > CVS". But I think it depends on your toolkit as to whether Emacs > can show those tips or not. Xaw3D shows the tips. MS-Windows does > not. Apparently Motif does the same as MS-Windows (fails to notify > Emacs when a submenu is selected). Okay! Thanks for the info, I missed that. I'm sure such tips can be shown in Gtk, at least it notifies when a submenu is choosen, so the possibility is there. Jan D.