From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs-diffs Digest, Vol 50, Issue 7 Date: Thu, 04 Jan 2007 12:35:37 +0100 Message-ID: <459CE689.3020006@swipnet.se> References: <459BB893.9010106@gnu.org> <8764bns96l.fsf@cs.cmu.edu> NNTP-Posting-Host: lo.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 1167910626 22404 80.91.229.12 (4 Jan 2007 11:37:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 11:37:06 +0000 (UTC) Cc: eliz@gnu.org, Jason Rumney , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 12:37:02 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2Qtv-0003IF-5w for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 12:36:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2Qtu-00029a-ML for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 06:36:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2Qti-00027x-C6 for emacs-devel@gnu.org; Thu, 04 Jan 2007 06:36:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2Qth-00026T-Bj for emacs-devel@gnu.org; Thu, 04 Jan 2007 06:36:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2Qth-000269-6F for emacs-devel@gnu.org; Thu, 04 Jan 2007 06:36:37 -0500 Original-Received: from [81.228.8.179] (helo=av9-1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2Qtc-0004rz-VE; Thu, 04 Jan 2007 06:36:33 -0500 Original-Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id A697C38005; Thu, 4 Jan 2007 12:36:31 +0100 (CET) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 758ED37EC9; Thu, 4 Jan 2007 12:36:31 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 5DFF737E44; Thu, 4 Jan 2007 12:36:31 +0100 (CET) User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) Original-To: Michael Welsh Duggan In-Reply-To: <8764bns96l.fsf@cs.cmu.edu> 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:64744 Archived-At: Michael Welsh Duggan skrev: > Richard Stallman writes: > >> I suggest that at least the above sentence must be removed, as it >> incorrectly gives the designers of Windows credit for the CUA standard. >> >> Who did design that specification? > >>>From Wikipedia: > > Common User Access (CUA) is a set of guidelines for the user > interface to personal computer operating systems and computer > programs, developed by IBM and first published in 1987 as part of > their Systems Application Architecture. Used originally in the OS/2 > and Microsoft Windows operating systems, parts of the CUA standard > are now implemented in programs for other operating systems, > including variants of Unix. Java AWT and Swing use it as well. > > CUA did draw inspiration from Apple's Himan Interface Guidelines. > Interestingly enough. > > http://en.wikipedia.org/wiki/Common_User_Access > This was interesting: The Cut command is [Shift]+[Del]; Copy is [Ctrl]+[Ins]; Paste is [Shift]+[Ins]; So is Ctrl-C/V/X really part of CUA at all? Jan D.