From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Another menu question - , and Date: Wed, 29 Jun 2005 23:30:28 +0200 Message-ID: References: <42C066BE.6010800@student.lu.se> <42C07B6F.8060208@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120076996 22746 80.91.229.2 (29 Jun 2005 20:29:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 20:29:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 22:29:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnjBN-0007UU-R0 for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 22:29:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnjJU-0004Ua-Fb for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 16:37:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnjGl-0003Dg-2S for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:34:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnjGZ-00037G-9X for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:34:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnjGY-00035g-Ug for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:34:38 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnjHU-0008V2-8A for emacs-devel@gnu.org; Wed, 29 Jun 2005 16:35:36 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-84-221.inter.net.il [80.230.84.221]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BRS19457 (AUTH halo1); Wed, 29 Jun 2005 23:30:27 +0300 (IDT) Original-To: Mathias Dahl In-reply-to: (message from Mathias Dahl on 29 Jun 2005 21:56:58 +0200) 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:39904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39904 > 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.