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: Re: The euro symbol in emacs Date: Fri, 5 Dec 2014 18:39:12 +0100 Message-ID: References: <98c72276-50f8-45ea-9fd9-636306b3854e@default> 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 1417801213 5413 80.91.229.3 (5 Dec 2014 17:40:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 17:40:13 +0000 (UTC) Cc: help-gnu-emacs To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 05 18:40:09 2014 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 1XwwrQ-0001jR-CE for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2014 18:40:08 +0100 Original-Received: from localhost ([::1]:51641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwwrP-00040y-VQ for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2014 12:40:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwwr3-0003zh-Kv for help-gnu-emacs@gnu.org; Fri, 05 Dec 2014 12:39:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xwwr2-0002nC-JF for help-gnu-emacs@gnu.org; Fri, 05 Dec 2014 12:39:45 -0500 Original-Received: from mail-vc0-x22a.google.com ([2607:f8b0:400c:c03::22a]:40223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwwr2-0002n7-Dj for help-gnu-emacs@gnu.org; Fri, 05 Dec 2014 12:39:44 -0500 Original-Received: by mail-vc0-f170.google.com with SMTP id hy4so537289vcb.15 for ; Fri, 05 Dec 2014 09:39:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=phe5g0qbM8h1jiA0E8+sKrw6brIlnYNTfI+PoHpe/40=; b=S5ebZ931wisYlmDwekdgm61zoWlS/JYUUpiMX+DNRDm51ylpkwqk94nGaZK3GJu7LX VXzJ04LfSzOIHCaBfCcUn3TKin3nJVcd8dB0L8Mn3mZ+bemARJ8GZloobg0efyqKp9C1 97weUMwbQZfsMfWECpqub8n9Zy+YrCvAeRbaS8RSzwQvkjPNfB+4WJag71P3siDOof9g YGklMH6x5SdDTgayWFZZrp/EeqfBYlOyDMW2VAwGMy2+Jzw45Gb1M3u9YiT9c9CCLTEi cyERjG9AYrWiA9hgFpzpEuuxxb/P5sZEpgMavykU5gGgMT5lsMWvmWRQbPOMilwwoD5R 9HKg== X-Received: by 10.52.165.77 with SMTP id yw13mr8480158vdb.62.1417801182843; Fri, 05 Dec 2014 09:39:42 -0800 (PST) Original-Received: by 10.52.98.97 with HTTP; Fri, 5 Dec 2014 09:39:12 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22a X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101426 Archived-At: Hi Drew, On 5 December 2014 at 16:15, Drew Adams wrote: > >> (define-key minibuffer-local-map > >> (kbd "s-2") > >> (lambda () (interactive) (insert ?=E2=82=AC))) > > > > This sounds like the way to go, but it doen't seem to work. Tried > > the minibuffer-local-map as well as all other minibuffer-*-map > > maps that are listed when completing F1 v minibuffer- > > Works for me. (I don't use a `super-' modifier, but putting, > say, "C-o" in place of "s-2" shows that it works fine.) > Does not work=E2=80=8B =E2=80=8Bfor me. Tried minibuffer-local-map as well as minibuffer-local-isearch-map. Tried C-o, C-i, C-2 as well as C-`, but no success. Of course, the fact that I am an evil user probably complicates things :( Anyway, the remapped PLUS MINUS key works well for me. Have a nice weekend, Guido=E2=80=8B