From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Another menu question - , and Date: Wed, 29 Jun 2005 22:47:03 +0200 Message-ID: <42C308C7.1070005@student.lu.se> References: <42C066BE.6010800@student.lu.se> <42C07B6F.8060208@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120078284 26630 80.91.229.2 (29 Jun 2005 20:51:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 20:51:24 +0000 (UTC) Cc: emacs-devel@gnu.org, Mathias Dahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 22:51:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnjVn-00036T-7L for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 22:50:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dnjdu-0001lZ-AS for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 16:58:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dnjbv-00016g-8p for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:56:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dnjbm-00011a-7g for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:56:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dnjbk-0000x5-7V for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:56:32 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnjXK-0001g5-BL; Wed, 29 Jun 2005 16:51:58 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 42B813B0001A0521; Wed, 29 Jun 2005 22:47:04 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:39905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39905 Eli Zaretskii wrote: >>From: Mathias Dahl >>Date: 29 Jun 2005 21:56:58 +0200 >> >>Hmm... Currently I am running Emacs 21.3 on GNU/Linux and I see C-w, >>M-w and C-y for Cut, Copy and Paste in the Edit menu. >> >> > >Is that a graphics session or a tty session? If the latter, the CVS >code shows C-w etc. as well. > > > >>Why is this different on w32 (if it *is* different)? >> >> > >I cannot run the graphics version of Emacs on GNU/Linux where I'm >writing this, but if you read my previous message, you will find the >explanation of how x-win.el and other *-win.el files call a function >that binds etc. keys to the functions run by Edit menu items. >So this behavior ought to happen on all graphics displays for the CVS >code at least. > > I just tested starting the non-graphic version on w32: emacs.exe -Q -nw This shows C-w etc in the Edit menu, but the graphic version does not.