From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: German keyboard key bindings?
Date: Wed, 17 Dec 2003 21:11:26 +0000 [thread overview]
Message-ID: <87wu8vywsh.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: 2003Dec16.212444@a0.complang.tuwien.ac.at
ulrich@mips.complang.tuwien.ac.at (Ulrich Neumerkel) writes:
> To me this seems to be some kind of boot strap problem: In order to
> mention ä one needs to be in a Latin-1 language environment etc.
Well, C-x 8 " a seems easy enough to type if you need that character.
Or, C-u C-\ latin-1-prefix RET " a C-\.
> But the point would be that this key definiton is even present in
> other environments.
Since ä is a Latin-1 character, what's the point of making this "key"
available to non-Latin-1 users?
> (global-set-key [(control ?\344)] 'undo)
> (global-set-key [(meta ?\344)] 'dabbrev-expand)
> (global-set-key [(meta shift ?\344)] 'dabbrev-last-expansion)
;; -*- coding: latin-1; -*-
(global-set-key (kbd "C-ä") 'dabbrev-expand)
Does this work?
Kai
next prev parent reply other threads:[~2003-12-17 21:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-16 20:24 German keyboard key bindings? Ulrich Neumerkel
2003-12-16 21:57 ` Edi Weitz
2003-12-17 0:03 ` Kai Grossjohann
2003-12-17 14:09 ` Ulrich Neumerkel
2003-12-17 17:58 ` Kai Grossjohann
2003-12-17 19:46 ` Ulrich Neumerkel
2003-12-17 14:10 ` Reiner Steib
2003-12-17 17:57 ` Kai Grossjohann
2003-12-17 21:11 ` Kai Grossjohann [this message]
2003-12-17 21:24 ` Ulrich Neumerkel
2003-12-18 9:10 ` Kai Grossjohann
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=87wu8vywsh.fsf@emptyhost.emptydomain.de \
--to=kai@emptydomain.de \
/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.