From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Defacta Newsgroups: gmane.emacs.help Subject: Re: A mac keyboard under windows. Date: Sat, 13 Mar 2010 04:14:34 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <105c887d-6311-448c-ad61-03c328fec564@m37g2000yqf.googlegroups.com> <87d3z9s4b7.fsf@galatea.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1272993275 18319 80.91.229.12 (4 May 2010 17:14:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 17:14:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 19:14:34 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9LhY-00086b-6x for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 19:14:32 +0200 Original-Received: from localhost ([127.0.0.1]:37576 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9LhX-00079z-Fe for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 13:14:31 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!m37g2000yqf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 51 Original-NNTP-Posting-Host: 79.93.10.152 Original-X-Trace: posting.google.com 1268482474 11859 127.0.0.1 (13 Mar 2010 12:14:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 13 Mar 2010 12:14:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m37g2000yqf.googlegroups.com; posting-host=79.93.10.152; posting-account=uOpIEQoAAABQV8VXB3Hr-t8WjKE0lAE1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6,gzip(gfe),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177455 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72972 Archived-At: On 12 mar, 20:55, p...@informatimago.com (Pascal J. Bourguignon) wrote: > Defacta writes: > > I have a macbook and just installed Windows 7 on it for doing HTML/ > > JavaScript test on IE... > > > With Emacs, I can't access to keyboard shortcuts as "~" or "{". > > When I am using Firefox for example I have to do ALT+CTRL+2 to have a > > "~" but when I am under Emacs, when I do ALT+CTRL+2 =A0I have the > > message "C-M-=E9" is undefined". > > > How can I fix it to have access to macbook shortcuts ? > > I think I must tell Emacs not to do consider "C-M"...how can I do > > that ? > > Wrong keyboard map. Change keyboard map. > > AZERTY is not made for programmers, it's made for secretaries typing > French letters. > > If you want to program, use an american QWERTY keyboard, where all the > special characters used by the programming languages designed by > american programmers using american QWERTY keyboards are easily > accessible. > > Otherwise if you really insist on it, you can translate the mappings, > with: > > (keyboard-translate ?\& ?\!) > (keyboard-translate ?\=E9 ?\~) > (keyboard-translate ?\" ?\#) > ... > > -- > __Pascal Bourguignon__ Bonjour, Why would I get a british laptop if I can get a british keymap by using keyboard-translate ! (keyboard-translate ?\=E9 ?\~) (keyboard-translate ?\=A7 ?\{) (keyboard-translate ?\=E0 ?\}) (keyboard-translate ?\=E8 ?\|) (keyboard-translate ?\=F9 ?\\) (keyboard-translate ?\C-( ?\[) (keyboard-translate ?\C-) ?\]) (keyboard-translate ?\FOOD ?\CHEESEBURGER) Merci, Vincent.