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: unhelpful menu keybinding notes Date: Mon, 17 Apr 2006 21:11:10 +0200 Message-ID: <4443E84E.2010707@student.lu.se> References: <44434FAC.30707@student.lu.se> <85slocpp1c.fsf@lola.goethe.zz> 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 1145301103 15215 80.91.229.2 (17 Apr 2006 19:11:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 19:11:43 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 17 21:11:39 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 1FVZ8F-000091-VG for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 21:11:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVZ8F-0004ID-20 for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 15:11:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVZ81-0004HY-TM for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:11:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVZ80-0004H1-N7 for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:11:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVZ80-0004Gy-Ko for emacs-devel@gnu.org; Mon, 17 Apr 2006 15:11:16 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVZ8f-0006Wx-OA; Mon, 17 Apr 2006 15:11:58 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.070) id 443D0C13000CBB17; Mon, 17 Apr 2006 21:11:12 +0200 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: David Kastrup In-Reply-To: <85slocpp1c.fsf@lola.goethe.zz> 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:52971 Archived-At: David Kastrup wrote: > Eli Zaretskii writes: > > >>> 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? >> > > I guess he'd rather use the same function which discriminates by some > other means between the two uses. > Yes, thanks, that is of course what I suggested. Are there any advantages not to do it the way I suggested?