From: Martin Steffen <msteffen@ifi.uio.no>
Subject: minibuffer, input methods
Date: 29 Oct 2006 21:55:18 +0100 [thread overview]
Message-ID: <m3u01mu9jd.fsf@cm-84.209.8.188.chello.no> (raw)
Hi,
I got the folling question/problem. It has to do
with the following:
I want to type in characters not supported by my keyboard (to be concrete,
German umlauts) but not only that:
I want that this is done also in the mini-buffer.
As far as I have read through the ``theory'' of all it, I
have come so far that
1) I have installed leim in addition to the
plain emacs distrition
2) I can activate some specific input-method, for
instance
M-x set-input-method ->> german-prefix
3) Since point 2) does not lead to the fact that
that method is _inherited_ into the mini-buffer
(and since enable-recursive-minibuffers is
kind of weird and unpractical), I can set
(setq minibuffer-allow-text-properties t)
so that for instance when I do a ``text search''
I can use this input method also when being
prompted for the search string.
--
So far so good, now the problem starts :-) I have written
some home-brew emacs-lisps functions, which prompt
the user for some string, using for instance
(read-string "word: " word));
Now, in the minibuffer, which is opened by read-string,
the input method is not inherited
Now, how can I have that?
I'm grateful for any hints, not only for in relation with the
last question (what's wrong with read-string?) but maybe
I'm in the complete wrong direction anyway?
For instance, I remember in the good old days, there had been
the possiblity to type in umlauts with
C-x 8 " u
or analogously.
I can still type this, but it has not the wanted effect. I see that the
"key" C-x 8 is bound to "iso-transl-ctl-x-8-map" but it doesn't do what I
expect.
Or maybe german-prefix is a wrong choice?
Or maybe a trick could be, to set the input-method globally
for all of emacs, maybe then it gets inherited by all
minibuffers, also for read-string.
Anyway, cheers, Martin
next reply other threads:[~2006-10-29 20:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-29 20:55 Martin Steffen [this message]
[not found] <mailman.403.1162151752.27805.help-gnu-emacs@gnu.org>
2006-10-29 21:42 ` minibuffer, input methods B. T. Raven
2006-10-30 19:57 ` Martin Steffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3u01mu9jd.fsf@cm-84.209.8.188.chello.no \
--to=msteffen@ifi.uio.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.