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: unhelpful menu keybinding notes Date: Mon, 17 Apr 2006 11:41:20 +0300 Message-ID: References: <44434FAC.30707@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1145263331 25016 80.91.229.2 (17 Apr 2006 08:42:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 08:42:11 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 17 10:42:08 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 1FVPIz-0000UV-Uu for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 10:41:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVPIz-0003zS-7K for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 04:41:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVPIf-0003yq-J4 for emacs-devel@gnu.org; Mon, 17 Apr 2006 04:41:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVPId-0003y9-Fq for emacs-devel@gnu.org; Mon, 17 Apr 2006 04:41:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVPId-0003y3-7A for emacs-devel@gnu.org; Mon, 17 Apr 2006 04:41:35 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVPJA-0000QY-KQ; Mon, 17 Apr 2006 04:42:08 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-11-227.inter.net.il [80.230.11.227]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DDQ52848 (AUTH halo1); Mon, 17 Apr 2006 11:41:17 +0300 (IDT) Original-To: Lennart Borgman In-reply-to: <44434FAC.30707@student.lu.se> (message from Lennart Borgman on Mon, 17 Apr 2006 10:19:56 +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:52952 Archived-At: > Date: Mon, 17 Apr 2006 10:19:56 +0200 > From: Lennart Borgman > CC: Miles Bader , emacs-devel@gnu.org > > > Also, please note that, at least by default on GUI displays, these > > menu items don't invoke the same functions as C-w and M-w (because > > x-win.el turns on menu-bar-enable-clipboard). > > > Would it help if they invoked the same functions? Could we not fix that? ??? They invoke different functions for a reason, please see the source of the respective functions on menu-bar.el. In other words, this is a deliberate feature. Are you suggesting to turn it off?