From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Sat, 04 Oct 2014 10:28:49 +0200 Message-ID: <542FAFC1.9030100@alice.it> References: <542EB26F.4030407@alice.it> <86784F18-F6D9-419A-AA70-D700C74491F8@gmail.com> <542F2F25.9090405@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1412411394 18559 80.91.229.3 (4 Oct 2014 08:29:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Oct 2014 08:29:54 +0000 (UTC) Cc: mituharu@math.s.chiba-u.ac.jp, Emacs developers To: Xin Xu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 04 10:29:47 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XaKio-0006wQ-Rl for ged-emacs-devel@m.gmane.org; Sat, 04 Oct 2014 10:29:46 +0200 Original-Received: from localhost ([::1]:42977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaKio-00073h-BA for ged-emacs-devel@m.gmane.org; Sat, 04 Oct 2014 04:29:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaKie-00072h-NQ for emacs-devel@gnu.org; Sat, 04 Oct 2014 04:29:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaKiW-0000jH-GM for emacs-devel@gnu.org; Sat, 04 Oct 2014 04:29:36 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:6605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaKiW-0000jA-5i for emacs-devel@gnu.org; Sat, 04 Oct 2014 04:29:28 -0400 Original-Received: from [192.168.1.101] (79.55.236.99) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 540D839706B6F970; Sat, 4 Oct 2014 10:29:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: <542F2F25.9090405@alice.it> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.98 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174964 Archived-At: Il 04/10/2014 01:20, Angelo Graziosi ha scritto: > > OK, now I have build the Emacs Mac port pretest.. Comparing to nextstep (NS) build, I notice the following. 1. The M- key seems be realized by COMMAND-key. For example, to execute the M-x delete-trailing-whitespace on NS (as on other systems), I type Alt_Option-x delete-trailing-whitespace instead on Emacs Mac Port (EMP) I have to type COMMAND-x delete-trailing-whitespace 2. To copy/paste on NS one uses COMMAND-C (copy) COMMAND-V (paste) but on EMP, COMMAND-W C-Y (C for CTRL) which looks a little asymmetric. 3. The tool-bar icons have their name... Is the above to be expected in EMP? Ciao, Angelo.