From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Guido Van Hoecke Newsgroups: gmane.emacs.help Subject: Problem mapping Date: Sat, 16 Nov 2013 16:41:42 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1384616532 3506 80.91.229.3 (16 Nov 2013 15:42:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Nov 2013 15:42:12 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 16 16:42:17 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Vhi0l-0004jf-9h for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Nov 2013 16:42:15 +0100 Original-Received: from localhost ([::1]:36150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vhi0k-0003a8-Nu for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Nov 2013 10:42:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vhi0T-0003Zx-Pp for help-gnu-emacs@gnu.org; Sat, 16 Nov 2013 10:42:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vhi0L-0002Xx-BZ for help-gnu-emacs@gnu.org; Sat, 16 Nov 2013 10:41:57 -0500 Original-Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:52154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vhi0L-0002Vn-4N for help-gnu-emacs@gnu.org; Sat, 16 Nov 2013 10:41:49 -0500 Original-Received: by mail-ea0-f176.google.com with SMTP id m14so1545188eaj.35 for ; Sat, 16 Nov 2013 07:41:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type:content-transfer-encoding; bh=biml8JXy4ot/eRc6eo1447MtmzFVhKk/b5eaS0DgFtk=; b=dM3bXvNVyhIJ1IDo8K9dzkd+BKzRnSgOzsjWmqAG2otKsPZhClVbZmhMQMy+hdysCM oHS4fH2XrI7yU9nWj4d31onrLPjDgPJQ7P8W3kZqrvROA61Gem9fCmHXlvbSfPscj9x+ bfdojblTI91u16nPWyYw2o+eFHqq6ZyM/3Q5wJSkW6lSG/54APO9AvqTFTyNSYIiCPXy XGtKOuG3vMSONxh1VG09zmSU3t858VQHLjhWWzRICbQkybO3dPZu3cUs1f4821wWgHRo of2j5FQ98dceLXKJC7p5pP/tQHx6Kgz7I4PTY6aNBts/Vt3GRr56SezHQWuel1lC1jFw yZWg== X-Received: by 10.14.22.68 with SMTP id s44mr178266ees.16.1384616506512; Sat, 16 Nov 2013 07:41:46 -0800 (PST) Original-Received: from zac.local.vanhoecke.org (78-20-180-173.access.telenet.be. [78.20.180.173]) by mx.google.com with ESMTPSA id i1sm17852011eeg.0.2013.11.16.07.41.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Nov 2013 07:41:45 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94508 Archived-At: I have a problem mapping into my personal keymap. Here's an excerpt of my initialisation files: (if isOSX (setq leader "=C2=A7") (setq leader "=C2=B2")) (define-prefix-command 'guivho-map nil "guivho-") (define-key guivho-map leader 'guivho-save-and-kill-buffer) (define-key guivho-map "-" 'hl-line-mode) ... (define-key guivho-map "z" (lambda() (interactive) (switch-to-buffer-ot= her-window "*scratch*" t))) (define-key guivho-map "" 'guivho-org-mobile-push) (global-set-key leader guivho-map) The only map that does not work is the '' one. Emacs claims: `$ is undefined`. Any suggestions, any one? TIA, Guido -- My own business always bores me to death; I prefer other people's. -- Oscar Wilde