From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Harper Newsgroups: gmane.emacs.devel Subject: Re: OS X Lion and "ApplePressAndHoldEnabled" Date: Fri, 17 Jun 2011 15:36:52 -0600 Message-ID: References: <7E33450C-7347-4BCA-9E23-7D4E14FFE920@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1237.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308346644 7344 80.91.229.12 (17 Jun 2011 21:37:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2011 21:37:24 +0000 (UTC) Cc: Emacs-Devel devel To: Donald Ephraim Curtis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 23:37:20 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXgj9-0000A3-70 for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 23:37:19 +0200 Original-Received: from localhost ([::1]:35927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXgj8-0003dl-Ay for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 17:37:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXgis-0003dS-Sz for Emacs-devel@gnu.org; Fri, 17 Jun 2011 17:37:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXgir-0000k8-S5 for Emacs-devel@gnu.org; Fri, 17 Jun 2011 17:37:02 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:55700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXgir-0000ji-Bc for Emacs-devel@gnu.org; Fri, 17 Jun 2011 17:37:01 -0400 Original-Received: by iyl8 with SMTP id 8so3131561iyl.0 for ; Fri, 17 Jun 2011 14:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=85sy5oe3NGN5wJpsajJqXjZ1W9ssq74RW4zFuTC36Vc=; b=nX7YHt1xY7bDgcHNMMjtdK4upoQ7hRDe7mJKx/P0g7noEoGmEyhIbs1IGIvJsyNEgL UCGwhBs5XEnU1G6vpcHgUgpO5CVE7f2NzK3CCqoAoaUr54tUx3iHbRNIjF37dPIrp34I 17rhuTs6/BDuR20xcl37auBwDfSXWZoJR4DPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=WrzMlW1yCrN1x7jzultEgA/efFq7zU2ydH3JqfRLH+W77GBN/qkD8RSc/dyiFO/j1C gYt4gN1y128YZcFd+rCVlMDvJyExy5qMUndXKXfDIL/qY7JNVlwR4jdNufJiyAA8pqaK VlGVDG25lrRIbBRv/YMMre2iQG/NRUZW4VgpM= Original-Received: by 10.42.29.137 with SMTP id r9mr2764928icc.227.1308346619691; Fri, 17 Jun 2011 14:36:59 -0700 (PDT) Original-Received: from [10.1.1.126] (66.236.74.194.ptr.us.xo.net [66.236.74.194]) by mx.google.com with ESMTPS id d8sm2974211icy.9.2011.06.17.14.36.57 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Jun 2011 14:36:58 -0700 (PDT) In-Reply-To: <7E33450C-7347-4BCA-9E23-7D4E14FFE920@gmail.com> X-Mailer: Apple Mail (2.1237.1) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:140635 Archived-At: On Jun 17, 2011, at 15:01 , Donald Ephraim Curtis wrote: > Does this happen when you are holding a modifier also? >=20 > This sounds like it should be a modifier for viper-mode but not = necessarily for normal Emacs bindings which require a modifier. No, it doesn't happen when holding a modifier. It seems there is little to no value to have the value remain YES. = Vowels (aeiou and sometimes y) all repeat, but constants (except y) do = not. No menu is presented to choose vowel accent or anything. Tim=