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: S-SPC not detected by GNU Emacs 24.1.1 under Mac OSX 10.7.4 Date: Wed, 22 Aug 2012 09:38:11 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1345621122 27784 80.91.229.3 (22 Aug 2012 07:38:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2012 07:38:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sun Yijiang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 22 09:38:42 2012 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 1T45WP-0003rX-IW for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2012 09:38:37 +0200 Original-Received: from localhost ([::1]:48605 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T45WO-0002jC-1B for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2012 03:38:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T45WC-0002hv-PC for emacs-devel@gnu.org; Wed, 22 Aug 2012 03:38:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T45W2-0002Bt-U6 for emacs-devel@gnu.org; Wed, 22 Aug 2012 03:38:24 -0400 Original-Received: from mailout.attendit.se ([83.140.103.4]:46275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T45W2-00028l-NI for emacs-devel@gnu.org; Wed, 22 Aug 2012 03:38:14 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.attendit.se (Postfix) with ESMTP id DEF7F50106 for ; Wed, 22 Aug 2012 09:32:42 +0200 (CEST) Original-Received: (qmail 18940 invoked by uid 89); 22 Aug 2012 07:37:54 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 22 Aug 2012 07:37:54 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id F0EE67FA05E; Wed, 22 Aug 2012 09:38:11 +0200 (CEST) In-Reply-To: X-Mailer: Apple Mail (2.1278) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 83.140.103.4 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:152734 Archived-At: Hello. 22 aug 2012 kl. 06:04 skrev Sun Yijiang: > Emacs: GNU Emacs 24.1.1 (x86_64-apple-darwin11.4.0, NS > apple-appkit-1138.47), compiled from source with ./configure --with-ns >=20 > OS: Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; > root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64 >=20 > C-h c S-SPC shows: "SPC runs command self-insert-command", which means > S-SPC is not detected at all. >=20 > All other SPC involved key-bindings are good: M-S-SPC, C-S-SPC, C-SPC, > M-SPC, even M-C-S-SPC, only S-SPC is missed. I ran all the tests from > a clean emacs (Emacs -q). >=20 > Guys, any idea? I get: s-SPC is undefined Which keycombinations do you press? Maybe there is a global key binding = that interferes, spotlight has = Command-space/Control-Space/Command-control-space or something like that = as its binding. Check OSX settings, spotlight and see if changing the = keys there makes a difference. Jan D.