From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Free modifier key assignment (OS X) Date: Tue, 27 Sep 2005 11:01:21 +0100 Message-ID: References: <1949F677-E294-4028-B103-F56D8CB48824@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1127818231 9187 80.91.229.2 (27 Sep 2005 10:50:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Sep 2005 10:50:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 27 12:50:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EKD2U-0002fW-7Y for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2005 12:50:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKD2S-0002h9-A8 for ged-emacs-devel@m.gmane.org; Tue, 27 Sep 2005 06:50:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EKCaZ-0002l3-1c for emacs-devel@gnu.org; Tue, 27 Sep 2005 06:21:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EKCZW-0002Jf-2O for emacs-devel@gnu.org; Tue, 27 Sep 2005 06:20:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EKCZ3-0000xP-2C for emacs-devel@gnu.org; Tue, 27 Sep 2005 06:19:57 -0400 Original-Received: from [66.249.82.206] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EKCH4-0002KP-QI for emacs-devel@gnu.org; Tue, 27 Sep 2005 06:01:22 -0400 Original-Received: by xproxy.gmail.com with SMTP id s18so109631wxc for ; Tue, 27 Sep 2005 03:01:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=UK0GKGU5HjGIJNHINn/nKlJrHftBsbFY0/X2vu+3a/vWkqqT4P3kzjyXPEacho4dhufs83MCnfXVdvSjeSGqIetli8cu01N1ZImxxMtt+qu9zrrgEAz4+Sawex3Ri+XUsgdsbPKwroNZtnFQ2cI2evYmDq66RtzRxLft8Id7E1M= Original-Received: by 10.70.22.8 with SMTP id 8mr2916119wxv; Tue, 27 Sep 2005 03:01:22 -0700 (PDT) Original-Received: from ?129.215.174.81? ( [129.215.174.81]) by mx.gmail.com with ESMTP id i14sm1531680wxd.2005.09.27.03.01.22; Tue, 27 Sep 2005 03:01:22 -0700 (PDT) In-Reply-To: Original-To: Emacs-Devel ' X-Mailer: Apple Mail (2.734) 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:43284 Archived-At: On 27 Sep 2005, at 04:45, YAMAMOTO Mitsuharu wrote: > > In particular, the option key works as the real option key if and > only if it isn't mapped to any Emacs modifiers. (I.e., don't > introduce the variable `mac-pass-option-to-system'.) > > Then the conditionals becomes much simpler. Note that this code is > based on the current definition of macCtrlKey/macMetaKey/macAltKey. I like this. Can we drop support for mac-command-key-is-meta, mac-pass-command-to- system, mac-reverse-ctrl-meta? I understand these variables haven't appeared in any release yet. It would be good to get this right before committing to them in the upcoming release.