From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Amir Bukhari" Newsgroups: gmane.emacs.devel Subject: (no subject) Date: Wed, 8 Mar 2006 00:39:29 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1141779887 23052 80.91.229.2 (8 Mar 2006 01:04:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2006 01:04:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 08 02:04:45 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FGn6W-0005iv-46 for ged-emacs-devel@m.gmane.org; Wed, 08 Mar 2006 02:04:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGn6V-0005nY-GH for ged-emacs-devel@m.gmane.org; Tue, 07 Mar 2006 20:04:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGn64-0005l4-B5 for emacs-devel@gnu.org; Tue, 07 Mar 2006 20:04:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGn61-0005je-Ju for emacs-devel@gnu.org; Tue, 07 Mar 2006 20:04:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGmKx-0008Gn-Eq for emacs-devel@gnu.org; Tue, 07 Mar 2006 19:15:31 -0500 Original-Received: from [129.13.185.218] (helo=smtp2.rz.uni-karlsruhe.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1FGlhA-00014E-Qk for emacs-devel@gnu.org; Tue, 07 Mar 2006 18:34:25 -0500 Original-Received: from c39 (hadic039.hadiko.uni-karlsruhe.de [172.20.41.159]) by smtp2.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1FGleQ-0003E0-UD; Wed, 08 Mar 2006 00:31:35 +0100 Original-To: X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcZCQGDQuaGd3cY8TwKNuUjPWwupkQ== X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51340 Archived-At: we in LG3D (Project Looking glass 3D) trying to build a 3d Desktop by using Composite Extension. we want to resolve all problem we encoured when using emacs with Lg3D. I will describe the issue like following: when opening emacs and click with mouse on a menu (For example File Menu), a popup menu appear under File Menu. now we move the mouse pointer to other menu (in menubar) when mouse over one of them, a popup window appear but on the old possition (under File Menu also) of the first opened menu. it is not an issue in emacs, but rather in LG3D, because emacs works fine in other window manager or without WM. to fix this issue I need to know how emacs create menu, does it grab (pointer) during a popup menu is opened! any help will be apreciated! looking to the code of emacs will not help because I don't know how it is organized. -Amir