From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alex V. Koval" Newsgroups: gmane.emacs.devel Subject: active menu, GTK and commands Date: Fri, 28 Oct 2005 12:12:29 +0300 Message-ID: <4361EB7D.6090009@halogen-dg.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130496948 8327 80.91.229.2 (28 Oct 2005 10:55:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 10:55:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 12:55:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVRsJ-0002Eg-0L for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 12:54:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVRsI-0002LR-6o for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 06:54:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVQbg-0001Wk-Ux for emacs-devel@gnu.org; Fri, 28 Oct 2005 05:33:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVQbM-0001Ue-1U for emacs-devel@gnu.org; Fri, 28 Oct 2005 05:33:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVQGI-0000pi-N7 for emacs-devel@gnu.org; Fri, 28 Oct 2005 05:11:01 -0400 Original-Received: from [217.144.70.65] (helo=appserver.halogen.kharkov.ua) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EVQGI-0004Gq-44 for emacs-devel@gnu.org; Fri, 28 Oct 2005 05:10:58 -0400 Original-Received: (qmail 31453 invoked from network); 28 Oct 2005 12:12:30 +0300 Original-Received: from unknown (HELO ?217.144.70.66?) (217.144.70.66) by alex.halogen.kharkov.ua with SMTP; 28 Oct 2005 12:12:30 +0300 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:45018 Archived-At: Hi What I really like about new GTK interface in emacs is that I can make any menu floating, and see it. This would be extermely useful when working with multiple files to make 'Buffers' menu floating and see current buffers list. But I have a big issue using this approach, which prevents me using any of floating menu's. If make any menu as floating window (with the mouse, press on ---------------), and then I want to type some command in command line (M-x) I experience newline and spaces and tabs inserted as garbage to the command line (3 spaces or tabs and single newline). As soon as I close the external floating menu, all returns to its normal state and I can enter commands without removing garbage in prior. Do you have any hints ? I have tried to look at emacs-devel archives with no luck. Here is how it looks: http://www.halogen-dg.com/emacs1.gif http://www.halogen-dg.com/emacs2.gif If I enter any command, I get "[No match]" until I remove garbage.. Thanks. Alex