unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: German keyboard key bindings?
Date: Thu, 18 Dec 2003 09:10:52 +0000	[thread overview]
Message-ID: <87n09qij8j.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: 2003Dec17.222450@a0.complang.tuwien.ac.at

ulrich@mips.complang.tuwien.ac.at (Ulrich Neumerkel) writes:

> Yes, this is definitely better than what I had before,
> but it is not what my post was about.
> If latin-1 would be everything, then this would be perfect.
>
> If I understand the situation correctly you need for any encoding
> you care a separate file to define the appropriate bindings.
> Right? The point would be to be able to refer to different
> encodings in the same file.

I wonder if it would work to use emacs-mule as the encoding.  With
emacs-mule, you could say:

; -*- coding: emacs-mule; -*-
(global-set-key (kbd "ä") 'foo)         ; latin-1 char
(global-set-key (kbd "ä") 'bar)         ; latin-2 char

Here, the two ä characters are intended to be different characters, as
indicated in the comment.  That might do something useful.

Kai

      reply	other threads:[~2003-12-18  9:10 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
2003-12-17 21:24   ` Ulrich Neumerkel
2003-12-18  9:10     ` Kai Grossjohann [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87n09qij8j.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).