unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Torsten Mueller <dev-null@shared-files.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs on WinXP and Italian keyboard
Date: Fri, 27 Mar 2009 07:16:44 +0100	[thread overview]
Message-ID: <u4oxfcwxf.fsf@shared-files.de> (raw)
In-Reply-To: gqg8m2$gs9$1@nntp.motzarella.org

Andrea Taverna <a.tavsNOSPAM@libero.it.invalid> wrote:

> How can I fix the problem?

I oftenly use swiss keyboards missing a key for the german 'ß'. I use
a function key for this. I my .emacs I have the following line:

(global-set-key [f3] 'insert-sz)

and insert-sz is as follows:

(defun insert-sz () "Inserts German-sz character at the current position" (interactive)
  (insert-char ?ß 1)
)

This works very well. I even press F3 on german keybords having the
ß-key.

T.M.


  reply	other threads:[~2009-03-27  6:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-26 15:57 Emacs on WinXP and Italian keyboard Andrea Taverna
2009-03-27  6:16 ` Torsten Mueller [this message]
2009-03-28  8:22 ` Eli Zaretskii
     [not found] ` <mailman.4144.1238228677.31690.help-gnu-emacs@gnu.org>
2009-03-28 18:34   ` Andrea Taverna
2009-03-29 18:05     ` Eli Zaretskii
     [not found]     ` <mailman.4212.1238350041.31690.help-gnu-emacs@gnu.org>
2009-03-30 11:33       ` Andrea Taverna
2009-03-30 18:40         ` Eli Zaretskii
2009-03-29  1:23 ` B. T. Raven
  -- strict thread matches above, loose matches on Subject: below --
2009-03-29  2:17 B. T. Raven
2009-03-30 11:47 ` Andrea Taverna

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=u4oxfcwxf.fsf@shared-files.de \
    --to=dev-null@shared-files.de \
    --cc=Urlicht@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    /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).