From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: videoxfer Newsgroups: gmane.emacs.help Subject: Re: Emacs on OS X - configuration package Date: Mon, 01 Mar 2004 21:50:56 GMT Organization: Comcast Online Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4fO0c.17410$PR3.420908@attbi_s03> References: <20040227213744639+0000@news.eircom.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1078198101 32007 80.91.224.253 (2 Mar 2004 03:28:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2004 03:28:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 02 04:28:06 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ay0Zi-0002WF-00 for ; Tue, 02 Mar 2004 04:28:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Ay0Xz-0006pJ-Rm for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Mar 2004 22:26:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn51feed!worldnet.att.net!attbi_s03.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.0 (Darwin) Original-Lines: 19 Original-NNTP-Posting-Host: 66.31.41.137 Original-X-Complaints-To: abuse@comcast.net Original-X-Trace: attbi_s03 1078177856 66.31.41.137 (Mon, 01 Mar 2004 21:50:56 GMT) Original-NNTP-Posting-Date: Mon, 01 Mar 2004 21:50:56 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:121411 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17369 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17369 On 2004-03-01, Jussi Piitulainen wrote: >> True. You _can_ still enter many accented latin1-specific >> characters with the option key even if option is bound to meta. For >> instance I can use opt-u in the usual mac way to enter ü, ö etc. In > > Usually M-u is bound to upcase-word. If you simply set option to be > meta, that is what you get. In the carbon emacs with option bound to meta, option-u is both M-u (upcase-word) and the umlaut prefix character. If I type opt-u u I insert the u-umlaut character into the buffer. If I typed opt-u opt-u, I upcase the word (this doubling is the price paid for the convenience of using the familiar mac key gestures). It's not a matter of emacs key bindings afaik -- at that level M-u is upcase-word, as usual. I'm pretty sure the handling of prefix characters like option-u is handled earlier than that.