help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The euro symbol in emacs


From: Ralf Fassel
Subject: Re: The euro symbol in emacs
Date: Fri, 05 Dec 2014 10:10:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

* Guido Van Hoecke <guivho@gmail.com>
| > The prompt area is read-only, normally.  My crystal ball tells me that
| > you really mean "in the minibuffer", i.e., during input.
| >
| > For that, try adding that binding to one or all of the minibuffer
| > keymaps.  It is probably enough to add it to only `minibuffer-local-map':
| >
| > (define-key minibuffer-local-map (kbd "s-2")
| >                                  (lambda () (interactive) (insert ?€)))
| >
>
| 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-

You also mentioned searching, so have a look at 'isearch-mode-map'.

    isearch-forward is an interactive compiled Lisp function in `isearch.el'.
  --<snip-snip>--
    As you type characters, they add to the search string and are found.
    The following non-printing keys are bound in `isearch-mode-map'.

HTH
R'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]